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-- 747 bytes
Makefile -rw-r--r-- 402 bytes
channel.c -rw-r--r-- 25.0 KB
channel_mgmt.c -rw-r--r-- 34.4 KB
connection.c -rw-r--r-- 12.0 KB
hv.c -rw-r--r-- 6.8 KB
hv_balloon.c -rw-r--r-- 43.5 KB
hv_fcopy.c -rw-r--r-- 9.5 KB
hv_kvp.c -rw-r--r-- 20.0 KB
hv_snapshot.c -rw-r--r-- 9.8 KB
hv_trace.c -rw-r--r-- 114 bytes
hv_trace.h -rw-r--r-- 9.9 KB
hv_trace_balloon.h -rw-r--r-- 1.6 KB
hv_util.c -rw-r--r-- 13.4 KB
hv_utils_transport.c -rw-r--r-- 7.6 KB
hv_utils_transport.h -rw-r--r-- 1.6 KB
hyperv_vmbus.h -rw-r--r-- 9.0 KB
ring_buffer.c -rw-r--r-- 15.6 KB
vmbus_drv.c -rw-r--r-- 53.7 KB

back to top