# git rev-parse -q --verify 91ad64a84e9e63e2906ae714dfa3933dd3f64c64^{commit} 91ad64a84e9e63e2906ae714dfa3933dd3f64c64 already have revision, skipping fetch # git checkout -q -f -B kisskb 91ad64a84e9e63e2906ae714dfa3933dd3f64c64 # git clean -qxdf # < git log -1 # commit 91ad64a84e9e63e2906ae714dfa3933dd3f64c64 # Merge: b98cce1ef5c5 2910b5aa6f54 # Author: Linus Torvalds # Date: Wed Feb 26 10:34:42 2020 -0800 # # Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace # # Pull tracing and bootconfig updates: # "Fixes and changes to bootconfig before it goes live in a release. # # Change in API of bootconfig (before it comes live in a release): # - Have a magic value "BOOTCONFIG" in initrd to know a bootconfig # exists # - Set CONFIG_BOOT_CONFIG to 'n' by default # - Show error if "bootconfig" on cmdline but not compiled in # - Prevent redefining the same value # - Have a way to append values # - Added a SELECT BLK_DEV_INITRD to fix a build failure # # Synthetic event fixes: # - Switch to raw_smp_processor_id() for recording CPU value in preempt # section. (No care for what the value actually is) # - Fix samples always recording u64 values # - Fix endianess # - Check number of values matches number of fields # - Fix a printing bug # # Fix of trace_printk() breaking postponed start up tests # # Make a function static that is only used in a single file" # # * tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: # bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue # bootconfig: Add append value operator support # bootconfig: Prohibit re-defining value on same key # bootconfig: Print array as multiple commands for legacy command line # bootconfig: Reject subkey and value on same parent key # tools/bootconfig: Remove unneeded error message silencer # bootconfig: Add bootconfig magic word for indicating bootconfig explicitly # bootconfig: Set CONFIG_BOOT_CONFIG=n by default # tracing: Clear trace_state when starting trace # bootconfig: Mark boot_config_checksum() static # tracing: Disable trace_printk() on post poned tests # tracing: Have synthetic event test use raw_smp_processor_id() # tracing: Fix number printing bug in print_synth_event() # tracing: Check that number of vals matches number of synth event fields # tracing: Make synth_event trace functions endian-correct # tracing: Make sure synth_event_trace() example always uses u64 # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 91ad64a84e9e63e2906ae714dfa3933dd3f64c64 # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/arch/m68k/include/asm/atomic.h:7, from /kisskb/src/include/linux/atomic.h:7, from /kisskb/src/include/linux/spinlock.h:445, from /kisskb/src/include/linux/seqlock.h:36, from /kisskb/src/include/linux/time.h:6, from /kisskb/src/include/linux/stat.h:19, from /kisskb/src/include/linux/module.h:13, from /kisskb/src/net/core/filter.c:20: /kisskb/src/net/core/filter.c: In function 'bpf_clear_redirect_map': /kisskb/src/arch/m68k/include/asm/cmpxchg.h:137:3: warning: value computed is not used [-Wunused-value] ((__typeof__(*(ptr)))__cmpxchg_local_generic((ptr), (unsigned long)(o),\ ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (unsigned long)(n), sizeof(*(ptr)))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/include/asm-generic/cmpxchg.h:106:28: note: in expansion of macro 'cmpxchg_local' #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) ^~~~~~~~~~~~~ /kisskb/src/net/core/filter.c:3516:4: note: in expansion of macro 'cmpxchg' cmpxchg(&ri->map, map, NULL); ^~~~~~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_restart': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:915:6: warning: unused variable 'val' [-Wunused-variable] u32 val; ^~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c: In function 'fec_get_mac': /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:1643:28: warning: unused variable 'pdata' [-Wunused-variable] struct fec_platform_data *pdata = dev_get_platdata(&fep->pdev->dev); ^~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc8 # Build took: 0:00:40.780733