mirror of
https://github.com/torvalds/linux.git
synced 2026-07-03 11:37:20 +02:00
When trapped on WARN_ON(), report_bug() is expected to return
BUG_TRAP_TYPE_WARN so the caller will increment NIP by 4 and continue.
The __builtin_constant_p() path of the PPC's WARN_ON()
calls (indirectly) __WARN_FLAGS() which has BUGFLAG_WARNING set,
however the other branch does not which makes report_bug() report a
bug rather than a warning.
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||