# git rev-parse -q --verify e310396bb8d7db977a0e10ef7b5040e98b89c34c^{commit} e310396bb8d7db977a0e10ef7b5040e98b89c34c already have revision, skipping fetch # git checkout -q -f -B kisskb e310396bb8d7db977a0e10ef7b5040e98b89c34c # git clean -qxdf # < git log -1 # commit e310396bb8d7db977a0e10ef7b5040e98b89c34c # Merge: c1ef57a3a3f5 a00574036c26 # Author: Linus Torvalds # Date: Thu Feb 6 07:12:11 2020 +0000 # # Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull tracing updates from Steven Rostedt: # # - Added new "bootconfig". # # This looks for a file appended to initrd to add boot config options, # and has been discussed thoroughly at Linux Plumbers. # # Very useful for adding kprobes at bootup. # # Only enabled if "bootconfig" is on the real kernel command line. # # - Created dynamic event creation. # # Merges common code between creating synthetic events and kprobe # events. # # - Rename perf "ring_buffer" structure to "perf_buffer" # # - Rename ftrace "ring_buffer" structure to "trace_buffer" # # Had to rename existing "trace_buffer" to "array_buffer" # # - Allow trace_printk() to work withing (some) tracing code. # # - Sort of tracing configs to be a little better organized # # - Fixed bug where ftrace_graph hash was not being protected properly # # - Various other small fixes and clean ups # # * tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: (88 commits) # bootconfig: Show the number of nodes on boot message # tools/bootconfig: Show the number of bootconfig nodes # bootconfig: Add more parse error messages # bootconfig: Use bootconfig instead of boot config # ftrace: Protect ftrace_graph_hash with ftrace_sync # ftrace: Add comment to why rcu_dereference_sched() is open coded # tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu # tracing: Annotate ftrace_graph_hash pointer with __rcu # bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline # tracing: Use seq_buf for building dynevent_cmd string # tracing: Remove useless code in dynevent_arg_pair_add() # tracing: Remove check_arg() callbacks from dynevent args # tracing: Consolidate some synth_event_trace code # tracing: Fix now invalid var_ref_vals assumption in trace action # tracing: Change trace_boot to use synth_event interface # tracing: Move tracing selftests to bottom of menu # tracing: Move mmio tracer config up with the other tracers # tracing: Move tracing test module configs together # tracing: Move all function tracing configs together # tracing: Documentation for in-kernel synthetic event API # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-ld --version # < git log --format=%s --max-count=1 e310396bb8d7db977a0e10ef7b5040e98b89c34c # < make -s -j 24 ARCH=sh O=/kisskb/build/linus_shmin_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- shmin_defconfig # make -s -j 24 ARCH=sh O=/kisskb/build/linus_shmin_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- Generating include/generated/machtypes.h :1511:2: warning: #warning syscall clone3 not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:385: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh3/../../entry-common.S:388: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:5749:13: warning: 'err' 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_shmin_defconfig_sh4 # Build took: 0:00:37.341714