Revision da9eac8990dc614ab4756f2a3d84870b675f1f1e authored by Paul Mundt on 04 July 2008, 16:59:36 UTC, committed by Linus Torvalds on 04 July 2008, 17:40:05 UTC
Commit 95b570c9cef3b12356454c7112571b7e406b4b51 ("Taint kernel after
WARN_ON(condition)") introduced a TAINT_WARN that was implemented for
all architectures using the generic warn_on_slowpath(), which excluded
any architecture that set HAVE_ARCH_WARN_ON.

As all of the architectures that implement their own WARN_ON() all go
through the report_bug() path (specifically handling BUG_TRAP_TYPE_WARN),
taint the kernel there as well for consistency.

Tested on avr32 and sh. Also relevant for s390, parisc, and powerpc.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c4a2d7f
History
File Mode Size
Makefile -rw-r--r-- 273 bytes
compat.c -rw-r--r-- 2.4 KB
internal.h -rw-r--r-- 5.6 KB
key.c -rw-r--r-- 23.7 KB
keyctl.c -rw-r--r-- 28.6 KB
keyring.c -rw-r--r-- 23.5 KB
permission.c -rw-r--r-- 2.5 KB
proc.c -rw-r--r-- 6.2 KB
process_keys.c -rw-r--r-- 18.4 KB
request_key.c -rw-r--r-- 12.8 KB
request_key_auth.c -rw-r--r-- 7.5 KB
sysctl.c -rw-r--r-- 1.2 KB
user_defined.c -rw-r--r-- 5.0 KB

back to top