taint: add explicit flag to show whether lock dep is still OK.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 21 Jan 2013 06:47:39 +0000 (17:17 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 21 Jan 2013 06:47:57 +0000 (17:17 +1030)
commit373d4d099761cb1f637bed488ab3871945882273
tree954bef7bc724aee105dd246d5f2b1ea04ed38b20
parent64748a2c9062da0c32b59c1b368a86fc4613b1e1
taint: add explicit flag to show whether lock dep is still OK.

Fix up all callers as they were before, with make one change: an
unsigned module taints the kernel, but doesn't turn off lockdep.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
37 files changed:
arch/alpha/kernel/traps.c
arch/arm/kernel/traps.c
arch/arm64/kernel/traps.c
arch/avr32/kernel/traps.c
arch/hexagon/kernel/traps.c
arch/ia64/kernel/traps.c
arch/m68k/kernel/traps.c
arch/mips/kernel/traps.c
arch/parisc/kernel/traps.c
arch/powerpc/kernel/traps.c
arch/s390/kernel/traps.c
arch/sh/kernel/traps.c
arch/sparc/kernel/setup_64.c
arch/sparc/kernel/traps_32.c
arch/sparc/kernel/traps_64.c
arch/unicore32/kernel/traps.c
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/kernel/cpu/mcheck/p5.c
arch/x86/kernel/cpu/mcheck/winchip.c
arch/x86/kernel/cpu/mtrr/generic.c
arch/x86/kernel/dumpstack.c
arch/xtensa/kernel/traps.c
drivers/acpi/custom_method.c
drivers/acpi/osl.c
drivers/base/regmap/regmap-debugfs.c
include/linux/kernel.h
kernel/module.c
kernel/panic.c
kernel/sched/core.c
kernel/sysctl.c
lib/bug.c
mm/memory.c
mm/page_alloc.c
mm/slab.c
mm/slub.c
sound/soc/soc-core.c