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-- 5.6 KB
Makefile -rw-r--r-- 1.1 KB
devres.c -rw-r--r-- 7.3 KB
extcon-adc-jack.c -rw-r--r-- 5.3 KB
extcon-arizona.c -rw-r--r-- 44.7 KB
extcon-axp288.c -rw-r--r-- 12.4 KB
extcon-gpio.c -rw-r--r-- 4.3 KB
extcon-intel-cht-wc.c -rw-r--r-- 12.6 KB
extcon-intel-int3496.c -rw-r--r-- 4.9 KB
extcon-intel-mrfld.c -rw-r--r-- 6.8 KB
extcon-intel.h -rw-r--r-- 384 bytes
extcon-max14577.c -rw-r--r-- 21.3 KB
extcon-max3355.c -rw-r--r-- 3.5 KB
extcon-max77693.c -rw-r--r-- 36.5 KB
extcon-max77843.c -rw-r--r-- 26.3 KB
extcon-max8997.c -rw-r--r-- 20.2 KB
extcon-palmas.c -rw-r--r-- 13.2 KB
extcon-ptn5150.c -rw-r--r-- 8.3 KB
extcon-qcom-spmi-misc.c -rw-r--r-- 3.9 KB
extcon-rt8973a.c -rw-r--r-- 18.8 KB
extcon-rt8973a.h -rw-r--r-- 7.9 KB
extcon-sm5502.c -rw-r--r-- 18.9 KB
extcon-sm5502.h -rw-r--r-- 10.6 KB
extcon-usb-gpio.c -rw-r--r-- 7.5 KB
extcon-usbc-cros-ec.c -rw-r--r-- 14.0 KB
extcon.c -rw-r--r-- 35.5 KB
extcon.h -rw-r--r-- 2.5 KB

back to top