Files
i2som-imx-linux/include/linux
Andrey Ryabinin 7f1e541fc8 compiler.h: Add read_word_at_a_time() function.
Sometimes we know that it's safe to do potentially out-of-bounds access
because we know it won't cross a page boundary.  Still, KASAN will
report this as a bug.

Add read_word_at_a_time() function which is supposed to be used in such
cases.  In read_word_at_a_time() KASAN performs relaxed check - only the
first byte of access is validated.

Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-02-01 12:20:21 -08:00
..
2017-11-30 16:55:35 +00:00
2017-12-20 11:10:17 -07:00
2017-12-21 02:15:41 +01:00
2017-12-29 21:13:04 +01:00
2017-12-01 13:09:40 -08:00
2017-11-29 18:40:42 -08:00
2017-12-14 16:00:49 -08:00