On Mon, Jun 03, 2024 at 01:18:07PM +0200, Jeremie Courreges-Anglas wrote: > On Mon, Jun 03, 2024 at 12:20:06PM +0200, Martin Pieuchot wrote: > > Now that the SCHED_LOCK() is a mutex I see the following WITNESS report > > on arm64. > > IIUC Claudio has proposed a diff for this, see your mails: > arm64: pmap ASID generation without SCHED_LOCK
That and I also sent out a diff to fix the arc4random lock usage. arc4random should not call into timeout_add API holding its lock. -- :wq Claudio