Re: [PATCH 1/2] context_tracking: Provide helper to determine if we're in IRQ

2025-06-11 Thread Frederic Weisbecker
Le Mon, Jun 09, 2025 at 02:01:23PM -0400, Joel Fernandes a écrit : > context_tracking keeps track of whether we're handling IRQ well after > the preempt masks give take it off their books. We need this > functionality in a follow-up patch to fix a bug. Provide a helper API > for the same. > > Sign

Re: [PATCH 1/2] context_tracking: Provide helper to determine if we're in IRQ

2025-06-09 Thread Joel Fernandes
On 6/9/2025 2:01 PM, Joel Fernandes wrote: > context_tracking keeps track of whether we're handling IRQ well after > the preempt masks give take it off their books. We need this > functionality in a follow-up patch to fix a bug. Provide a helper API > for the same. > > Signed-off-by: Joel Ferna

[PATCH 1/2] context_tracking: Provide helper to determine if we're in IRQ

2025-06-09 Thread Joel Fernandes
context_tracking keeps track of whether we're handling IRQ well after the preempt masks give take it off their books. We need this functionality in a follow-up patch to fix a bug. Provide a helper API for the same. Signed-off-by: Joel Fernandes --- include/linux/context_tracking_irq.h | 2 ++ k