You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spin_lock_irqsave() makes cpu notifier addition run in atomic
context which may block. The fix is to move this to module init time
that should be run only once and before DTrace comes around during
kernel boot.
Orabug: 26782572
Signed-off-by: Tomas Jedlicka <[email protected]>
Reviewed-by: Nick Alcock <[email protected]>
0 commit comments