# git rev-parse -q --verify 269f4a4b85a1b61e94bf935b30c56a938e92f585^{commit} 269f4a4b85a1b61e94bf935b30c56a938e92f585 already have revision, skipping fetch # git checkout -q -f -B kisskb 269f4a4b85a1b61e94bf935b30c56a938e92f585 # git clean -qxdf # < git log -1 # commit 269f4a4b85a1b61e94bf935b30c56a938e92f585 # Merge: 15b593ba6844 0c189708bfbf # Author: Linus Torvalds # Date: Sun Jul 23 10:44:38 2023 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm fixes from Paolo Bonzini: # "ARM: # # - Avoid pKVM finalization if KVM initialization fails # # - Add missing BTI instructions in the hypervisor, fixing an early # boot failure on BTI systems # # - Handle MMU notifiers correctly for non hugepage-aligned memslots # # - Work around a bug in the architecture where hypervisor timer # controls have UNKNOWN behavior under nested virt # # - Disable preemption in kvm_arch_hardware_enable(), fixing a kernel # BUG in cpu hotplug resulting from per-CPU accessor sanity checking # # - Make WFI emulation on GICv4 systems robust w.r.t. preemption, # consistently requesting a doorbell interrupt on vcpu_put() # # - Uphold RES0 sysreg behavior when emulating older PMU versions # # - Avoid macro expansion when initializing PMU register names, # ensuring the tracepoints pretty-print the sysreg # # s390: # # - Two fixes for asynchronous destroy # # x86 fixes will come early next week" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: # KVM: s390: pv: fix index value of replaced ASCE # KVM: s390: pv: simplify shutdown and fix race # KVM: arm64: Fix the name of sys_reg_desc related to PMU # KVM: arm64: Correctly handle RES0 bits PMEVTYPER_EL0.evtCount # KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemption # KVM: arm64: Add missing BTI instructions # KVM: arm64: Correctly handle page aging notifiers for unaligned memslot # KVM: arm64: Disable preemption in kvm_arch_hardware_enable() # KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvm # KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bits # < /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 269f4a4b85a1b61e94bf935b30c56a938e92f585 # make -s -j 40 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 40 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 40 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 40 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:545, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:32: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990: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:455: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:990: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:55.121788