[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/8] xen/sched: don't use irqsave locks in dumping functions
On 19.02.20 15:27, Jan Beulich wrote: On 13.02.2020 13:54, Juergen Gross wrote:All dumping functions invoked by the "runq" keyhandler are called with disabled interrupts,Is this actually needed for anything? It means not servicing interrupts for perhaps an extended period of time. Debug keys aren't promised to be non-intrusive, but they also shouldn't be more intrusive than really needed. Wouldn't it therefore be better to keep locking as it is now, and instead make sure interrupts get turned off elsewhere (if needed) for much shorter periods of time? Indeed this is the better option. I just checked the code and think blindly turning interrupts off is not needed. I'll rework the patch and send it out separately. Juergen _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |