# git rev-parse -q --verify 163c8d54a997153ee1a1e07fcac087492ad85b37^{commit} 163c8d54a997153ee1a1e07fcac087492ad85b37 already have revision, skipping fetch # git checkout -q -f -B kisskb 163c8d54a997153ee1a1e07fcac087492ad85b37 # git clean -qxdf # < git log -1 # commit 163c8d54a997153ee1a1e07fcac087492ad85b37 # Author: Martin Schwidefsky # Date: Mon Nov 5 07:36:28 2018 +0100 # # 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 # Pointed-out-by: Andrey Ryabinin # Acked-by: Steven Rostedt (VMware) # Signed-off-by: Linus Torvalds # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 163c8d54a997153ee1a1e07fcac087492ad85b37 # < make -s -j 10 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 defconfig # make -s -j 10 ARCH=um O=/kisskb/build/linus_um-defconfig_um-x86_64 CROSS_COMPILE=/opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/scripts/unifdef.c: In function 'Mpass': /kisskb/src/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/um/os-Linux/umid.c: In function 'is_umdir_used': /kisskb/src/arch/um/os-Linux/umid.c:138:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'create_pid_file': /kisskb/src/arch/um/os-Linux/umid.c:213:2: warning: ISO C90 forbids variable length array 'file' [-Wvla] char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; ^ /kisskb/src/arch/um/os-Linux/umid.c: In function 'remove_umid_dir': /kisskb/src/arch/um/os-Linux/umid.c:388:2: warning: ISO C90 forbids variable length array 'dir' [-Wvla] char dir[strlen(uml_dir) + UMID_LEN + 1], err; ^ /kisskb/src/net/core/rtnetlink.c: In function 'rtnl_newlink': /kisskb/src/net/core/rtnetlink.c:3224:1: warning: the frame size of 1296 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ LINK linux Completed OK # rm -rf /kisskb/build/linus_um-defconfig_um-x86_64 # Build took: 0:00:51.003310