Revision ff66135015726696568e998720d9b6afe2d04642 authored by Marco Elver on 12 July 2019, 03:53:56 UTC, committed by Linus Torvalds on 12 July 2019, 18:05:42 UTC
This patch is a pre-requisite for enabling KASAN bitops instrumentation;
using static_cpu_has instead of boot_cpu_has avoids instrumentation of
test_bit inside the uaccess region.  With instrumentation, the KASAN
check would otherwise be flagged by objtool.

For consistency, kernel/signal.c was changed to mirror this change,
however, is never instrumented with KASAN (currently unsupported under
x86 32bit).

Link: http://lkml.kernel.org/r/20190613125950.197667-3-elver@google.com
Signed-off-by: Marco Elver <elver@google.com>
Suggested-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Andrey Konovalov <andreyknvl@google.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 19a33ca
History
File Mode Size
Kconfig -rw-r--r-- 4.2 KB
Makefile -rw-r--r-- 911 bytes
ledtrig-activity.c -rw-r--r-- 7.6 KB
ledtrig-audio.c -rw-r--r-- 1.1 KB
ledtrig-backlight.c -rw-r--r-- 3.2 KB
ledtrig-camera.c -rw-r--r-- 1.2 KB
ledtrig-cpu.c -rw-r--r-- 3.7 KB
ledtrig-default-on.c -rw-r--r-- 735 bytes
ledtrig-disk.c -rw-r--r-- 1.2 KB
ledtrig-gpio.c -rw-r--r-- 4.9 KB
ledtrig-heartbeat.c -rw-r--r-- 5.4 KB
ledtrig-mtd.c -rw-r--r-- 915 bytes
ledtrig-netdev.c -rw-r--r-- 11.2 KB
ledtrig-oneshot.c -rw-r--r-- 4.7 KB
ledtrig-panic.c -rw-r--r-- 1.7 KB
ledtrig-pattern.c -rw-r--r-- 10.8 KB
ledtrig-timer.c -rw-r--r-- 3.3 KB
ledtrig-transient.c -rw-r--r-- 5.3 KB

back to top