diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-22 16:14:17 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-07-26 13:08:54 +0200 |
commit | f06e8c584fa0d05312c11ea66194f3d2efb93c21 (patch) | |
tree | 6abbbbf95b2443bed4d23745b8b75ee4e39e334d /kernel/futex.c | |
parent | 25547b6b085d8e81e0f67ec6da98342c2b1548d2 (diff) | |
download | blackbird-obmc-linux-f06e8c584fa0d05312c11ea66194f3d2efb93c21.tar.gz blackbird-obmc-linux-f06e8c584fa0d05312c11ea66194f3d2efb93c21.zip |
kasan: Allow kasan_check_read/write() to accept pointers to volatiles
Currently kasan_check_read/write() accept 'const void*', make them
accept 'const volatile void*'. This is required for instrumentation
of atomic operations and there is just no reason to not allow that.
Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Reviewed-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kasan-dev@googlegroups.com
Cc: linux-mm@kvack.org
Cc: will.deacon@arm.com
Link: http://lkml.kernel.org/r/33e5ec275c1ee89299245b2ebbccd63709c6021f.1498140838.git.dvyukov@google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/futex.c')
0 files changed, 0 insertions, 0 deletions