# git rev-parse -q --verify 49afe6614321e78727729680b97e96998695249a^{commit} 49afe6614321e78727729680b97e96998695249a already have revision, skipping fetch # git checkout -q -f -B kisskb 49afe6614321e78727729680b97e96998695249a # git clean -qxdf # < git log -1 # commit 49afe6614321e78727729680b97e96998695249a # Merge: 0f1f69237545 5cf99a0f3161 # Author: Linus Torvalds # Date: Fri Nov 30 10:40:11 2018 -0800 # # Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull more tracing fixes from Steven Rostedt: # "Two more fixes: # # - Change idx variable in DO_TRACE macro to __idx to avoid name # conflicts. A kvm event had "idx" as a parameter and it confused the # macro. # # - Fix a race where interrupts would be traced when set_graph_function # was set. The previous patch set increased a race window that # tricked the function graph tracer to think it should trace # interrupts when it really should not have. # # The bug has been there before, but was seldom hit. Only the last # patch series made it more common" # # * tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: # tracing/fgraph: Fix set_graph_function from showing interrupts # tracepoint: Use __idx instead of idx in DO_TRACE macro to make it unique # < /opt/cross/kisskb/fe-x86-64-core-i7-2017.05/bin/x86_64-linux-gcc --version # < git log --format=%s --max-count=1 49afe6614321e78727729680b97e96998695249a # < make -s -j 120 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 120 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:27.947226