# git rev-parse -q --verify 1e57930e9f4083ad5854ab6eadffe790a8167fb4^{commit} 1e57930e9f4083ad5854ab6eadffe790a8167fb4 already have revision, skipping fetch # git checkout -q -f -B kisskb 1e57930e9f4083ad5854ab6eadffe790a8167fb4 # git clean -qxdf # < git log -1 # commit 1e57930e9f4083ad5854ab6eadffe790a8167fb4 # Merge: b2f02e9cdaad ce13389053a3 # Author: Linus Torvalds # Date: Mon May 23 11:46:51 2022 -0700 # # Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu # # Pull RCU update from Paul McKenney: # # - Documentation updates # # - Miscellaneous fixes # # - Callback-offloading updates, mainly simplifications # # - RCU-tasks updates, including some -rt fixups, handling of systems # with sparse CPU numbering, and a fix for a boot-time race-condition # failure # # - Put SRCU on a memory diet in order to reduce the size of the # srcu_struct structure # # - Torture-test updates fixing some bugs in tests and closing some # testing holes # # - Torture-test updates for the RCU tasks flavors, most notably ensuring # that building rcutorture and friends does not change the # RCU-tasks-related Kconfig options # # - Torture-test scripting updates # # - Expedited grace-period updates, most notably providing # milliseconds-scale (not all that) soft real-time response from # synchronize_rcu_expedited(). # # This is also the first time in almost 30 years of RCU that someone # other than me has pushed for a reduction in the RCU CPU stall-warning # timeout, in this case by more than three orders of magnitude from 21 # seconds to 20 milliseconds. This tighter timeout applies only to # expedited grace periods # # * tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: (80 commits) # rcu: Move expedited grace period (GP) work to RT kthread_worker # rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT # srcu: Drop needless initialization of sdp in srcu_gp_start() # srcu: Prevent expedited GPs and blocking readers from consuming CPU # srcu: Add contention check to call_srcu() srcu_data ->lock acquisition # srcu: Automatically determine size-transition strategy at boot # rcutorture: Make torture.sh allow for --kasan # rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCU # rcutorture: Make kvm.sh allow more memory for --kasan runs # torture: Save "make allmodconfig" .config file # scftorture: Remove extraneous "scf" from per_version_boot_params # rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC # torture: Enable CSD-lock stall reports for scftorture # torture: Skip vmlinux check for kvm-again.sh runs # scftorture: Adjust for TASKS_RCU Kconfig option being selected # rcuscale: Allow rcuscale without RCU Tasks Rude/Trace # rcuscale: Allow rcuscale without RCU Tasks # refscale: Allow refscale without RCU Tasks Rude/Trace # refscale: Allow refscale without RCU Tasks # rcutorture: Allow specifying per-scenario stat_interval # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 1e57930e9f4083ad5854ab6eadffe790a8167fb4 # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:529, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:446:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:00:38.278545