Re: Push KERNEL_LOCK/UNLOCK in trapsignal()

2020-08-18 Thread Mark Kettenis
> Date: Tue, 18 Aug 2020 11:52:17 +0200 > From: Martin Pieuchot > > Taken from a larger diff from claudio@, this reduces the lock dances in > MD code and put it where we should focus our effort in kern/kern_sig.c. > > ok? Agreed. ok kettenis@ > Index: kern/kern_sig.c >

Push KERNEL_LOCK/UNLOCK in trapsignal()

2020-08-18 Thread Martin Pieuchot
Taken from a larger diff from claudio@, this reduces the lock dances in MD code and put it where we should focus our effort in kern/kern_sig.c. ok? Index: kern/kern_sig.c === RCS file: /cvs/src/sys/kern/kern_sig.c,v retrieving