Message ID | 161484789468.398.5338977176281362987.tip-bot2@tip-bot2 |
---|---|
State | Accepted |
Commit | b59cc97674c947861783ca92b9a6e7d043adba96 |
Headers | show |
Series |
|
Related | show |
diff --git a/arch/x86/kernel/unwind_orc.c b/arch/x86/kernel/unwind_orc.c index 1bcc14c..a120253 100644 --- a/arch/x86/kernel/unwind_orc.c +++ b/arch/x86/kernel/unwind_orc.c @@ -13,7 +13,7 @@ #define orc_warn_current(args...) \ ({ \ - if (state->task == current) \ + if (state->task == current && !state->error) \ orc_warn(args); \ })