Re: [Kgdb-bugreport] 答复: [PATCH V3] kdb: Fix the deadlock issue in KDB debugging.

2024-03-21 Thread Daniel Thompson
On Thu, Mar 21, 2024 at 07:57:28AM +, Liuye wrote: > > > The stack trace below shows an example of the problem. In this case > > the master cpu is not running from NMI but it has parked the slave > > CPUs using an NMI and the parked CPUs is holding spinlocks needed by > > schedule_work(). > >

[Kgdb-bugreport] 答复: [PATCH V3] kdb: Fix the deadlock issue in KDB debugging.

2024-03-21 Thread Liuye
> The stack trace below shows an example of the problem. In this case > the master cpu is not running from NMI but it has parked the slave > CPUs using an NMI and the parked CPUs is holding spinlocks needed by > schedule_work(). Add description information > Signed-off-by: LiuYe >