Dosyalar
android_kernel_xiaomi_sm8450/arch/s390/include/asm
Martin Schwidefsky 163c8d54a9 compiler: remove __no_sanitize_address_or_inline again
The __no_sanitize_address_or_inline and __no_kasan_or_inline defines
are almost identical. The only difference is that __no_kasan_or_inline
does not have the 'notrace' attribute.

To be able to replace __no_sanitize_address_or_inline with the older
definition, add 'notrace' to __no_kasan_or_inline and change to two
users of __no_sanitize_address_or_inline in the s390 code.

The 'notrace' option is necessary for e.g. the __load_psw_mask function
in arch/s390/include/asm/processor.h. Without the option it is possible
to trace __load_psw_mask which leads to kernel stack overflow.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Pointed-out-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-11-05 08:14:18 -08:00
..
2017-12-05 07:51:09 +01:00
2018-04-10 07:38:59 +02:00
2018-04-16 09:10:23 +02:00
2018-07-04 08:35:58 +02:00
2018-05-30 11:18:03 +02:00
2018-09-20 13:20:29 +02:00
2018-10-09 11:21:06 +02:00
2018-10-09 11:21:24 +02:00
2017-12-05 07:51:09 +01:00