# git rev-parse -q --verify 089d1c31224e6b266ece3ee555a3ea2c9acbe5c2^{commit} 089d1c31224e6b266ece3ee555a3ea2c9acbe5c2 already have revision, skipping fetch # git checkout -q -f -B kisskb 089d1c31224e6b266ece3ee555a3ea2c9acbe5c2 # git clean -qxdf # < git log -1 # commit 089d1c31224e6b266ece3ee555a3ea2c9acbe5c2 # Merge: 6e8c78d32b5c f4298cac2bfc # Author: Linus Torvalds # Date: Sun Nov 6 10:46:59 2022 -0800 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm fixes from Paolo Bonzini: # "ARM: # # - Fix the pKVM stage-1 walker erronously using the stage-2 accessor # # - Correctly convert vcpu->kvm to a hyp pointer when generating an # exception in a nVHE+MTE configuration # # - Check that KVM_CAP_DIRTY_LOG_* are valid before enabling them # # - Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE # # - Document the boot requirements for FGT when entering the kernel at # EL1 # # x86: # # - Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit() # # - Make argument order consistent for kvcalloc() # # - Userspace API fixes for DEBUGCTL and LBRs" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: # KVM: x86: Fix a typo about the usage of kvcalloc() # KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit() # KVM: VMX: Ignore guest CPUID for host userspace writes to DEBUGCTL # KVM: VMX: Fold vmx_supported_debugctl() into vcpu_supported_debugctl() # KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs # arm64: booting: Document our requirements for fine grained traps with SME # KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE # KVM: Check KVM_CAP_DIRTY_LOG_{RING, RING_ACQ_REL} prior to enabling them # KVM: arm64: Fix bad dereference on MTE-enabled systems # KVM: arm64: Use correct accessor to parse stage-1 PTEs # < /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 089d1c31224e6b266ece3ee555a3ea2c9acbe5c2 # < 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: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: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:457: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:01:13.473209