# git rev-parse -q --verify be65e2595b4c1fbeceba336d8ee83406726b1d8d^{commit} be65e2595b4c1fbeceba336d8ee83406726b1d8d already have revision, skipping fetch # git checkout -q -f -B kisskb be65e2595b4c1fbeceba336d8ee83406726b1d8d # git clean -qxdf # < git log -1 # commit be65e2595b4c1fbeceba336d8ee83406726b1d8d # Merge: 5404525b98c2 d1c392c9e2a3 # Author: Linus Torvalds # Date: Thu Sep 6 09:06:49 2018 -0700 # # Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull tracing fixes from Steven Rostedt: # "This fixes two annoying bugs: # # - The first one is a side effect caused by using SRCU for rcuidle # tracepoints. It seems that the perf was depending on the rcuidle # tracepoints to make RCU watch when it wasn't. # # The real fix will be to have perf use SRCU instead of depending on # RCU watching, but that can't be done until SRCU is safe to use in # NMI context (Paul's working on that). # # - The second bug fix is for a bug that's been periodically making my # tests fail randomly for some time. I haven't had time to track it # down, but finally have. It has to do with stressing NMIs (via perf) # while enabling or disabling ftrace function handling with lockdep # enabled. # # If an interrupt happens and just as it returns, it sets lockdep # back to "interrupts enabled" but before it returns an NMI is # triggered, and if this happens while printk_nmi_enter has a # breakpoint attached to it (because ftrace is converting it to or # from nop to call fentry), the breakpoint trap also calls into # lockdep, and since returning from the NMI to a interrupt handler, # interrupts were disabled when the NMI went off, lockdep keeps its # state as interrupts disabled when it returns back from the # interrupt handler where interrupts are enabled. # # This causes lockdep_assert_irqs_enabled() to trigger a false # positive" # # * tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: # printk/tracing: Do not trace printk_nmi_enter() # tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepoints # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 be65e2595b4c1fbeceba336d8ee83406726b1d8d # < make -s -j 120 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- kfr2r09_defconfig # make -s -j 120 ARCH=sh O=/kisskb/build/linus_kfr2r09_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence In file included from /kisskb/src/arch/sh/boards/mach-kfr2r09/setup.c:28:0: /kisskb/src/include/linux/mtd/onenand.h:225:12: warning: 'struct mtd_oob_ops' declared inside parameter list [enabled by default] /kisskb/src/include/linux/mtd/onenand.h:225:12: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] /kisskb/src/kernel/rcu/srcutree.c: In function 'init_srcu_struct_fields': /kisskb/src/kernel/rcu/srcutree.c:129:33: warning: 'levelspread[]' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/rcu/srcutree.c:96:6: note: 'levelspread[]' was declared here /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:341:21: note: 'pdeo' was declared here /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:185:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2511:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1833:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/i2c/i2c-core-base.c: In function 'i2c_generic_scl_recovery': /kisskb/src/drivers/i2c/i2c-core-base.c:235:5: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_kfr2r09_defconfig_sh4 # Build took: 0:00:15.109007