Re: [PATCH] kgdb: Schedule breakpoints via workqueue

2021-01-15 Thread Daniel Thompson
On Thu, Jan 14, 2021 at 04:13:44PM -0800, Davidlohr Bueso wrote: > The original functionality was added back in: > > 1cee5e35f15 (kgdb: Add the ability to schedule a breakpoint via a tasklet) > > However tasklets have long been deprecated as being too heavy on > the system by running in irq

[PATCH] kgdb: Schedule breakpoints via workqueue

2021-01-14 Thread Davidlohr Bueso
The original functionality was added back in: 1cee5e35f15 (kgdb: Add the ability to schedule a breakpoint via a tasklet) However tasklets have long been deprecated as being too heavy on the system by running in irq context - and this is not a performance critical path. If a higher priority