NetBSD/sys
kamil 88e477a387 Fix kernel panic triggered with LLDB
PT_SETSTEP and PT_CLEARSTEP in the current design must unlock proc_lock and
t->p_lock. These functions use lwp_delref() for a tracee with more than one
LWP. This function internally lock (t->)p_lock and this is lock against
self.

There are coming new ATF test with PT_*STEP with multiple LWPs to catch
these bugs in future changes.

Sponsored by <The NetBSD Foundation>
2017-05-03 15:53:31 +00:00
..
altq Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
arch The DMA Request number is seperate from the DMA Channel number, treat as such. 2017-05-03 13:13:12 +00:00
coda Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
compat add missing arg to fpu_discard(). 2017-05-03 00:23:42 +00:00
conf Fix typo 2017-04-09 14:52:14 +00:00
crypto
ddb Add ddb command to find a vnode by the address of its lock. 2017-01-11 12:17:34 +00:00
dev PR/52212 - Kai-Uwe Eckhardt -- add TP-Link TL-WN722N v2 2017-05-03 15:34:05 +00:00
dist/pf Use if_acquire and if_release instead of using psref API directly 2017-03-14 09:03:08 +00:00
external merge conflicts 2017-04-30 23:13:36 +00:00
fs Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
gdbscripts Change command mountdump to evaluate mountlist_entry. 2017-04-13 09:52:18 +00:00
ipkdb
kern Fix kernel panic triggered with LLDB 2017-05-03 15:53:31 +00:00
lib Swap arguments to strncmp() so that the thing we are testing, the 2017-04-18 07:44:20 +00:00
miscfs Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
modules Add luareadhappy to the list. 2017-04-23 23:39:42 +00:00
net missing if_extflags of l2tp(4). l2tp(4) is already MP-safe. 2017-04-20 09:11:58 +00:00
net80211 Fix incrementing wrong counter 2017-03-06 08:36:20 +00:00
netatalk
netbt avoid -Werror=sign-conversion 2017-01-28 19:19:41 +00:00
netinet Don't output debugging logs just if DIAGNOSTIC 2017-04-28 05:56:33 +00:00
netinet6 Don't output debugging logs just if DIAGNOSTIC 2017-04-28 05:56:33 +00:00
netipsec Fix function name in log message 2017-04-28 02:29:38 +00:00
netisdn Avoid touching a mbuf after enqueuing it 2017-03-28 08:47:19 +00:00
netkey
netmpls
netnatm
netsmb
nfs Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
opencrypto add some assertion. tested by ATF net/ipsec/ and crypto/. 2017-05-02 03:17:43 +00:00
rump Introduce mutex_ownable() to determine if it is possible for the current 2017-05-01 21:35:25 +00:00
secmodel
stand
sys Introduce mutex_ownable() to determine if it is possible for the current 2017-05-01 21:35:25 +00:00
ufs Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp. 2017-04-26 03:02:47 +00:00
uvm MAP_COPY is handled in compat 2017-04-29 01:18:35 +00:00
Makefile