# git rev-parse -q --verify a027b2eca0b7e90b11a0b0ddfad0dc4068707799^{commit} a027b2eca0b7e90b11a0b0ddfad0dc4068707799 already have revision, skipping fetch # git checkout -q -f -B kisskb a027b2eca0b7e90b11a0b0ddfad0dc4068707799 # git clean -qxdf # < git log -1 # commit a027b2eca0b7e90b11a0b0ddfad0dc4068707799 # Merge: 016ce29713a0 d5ad9aae13dc # Author: Linus Torvalds # Date: Mon Aug 7 10:18:20 2023 -0700 # # Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm # # Pull kvm fixes from Paolo Bonzini: # "x86: # # - Fix SEV race condition # # ARM: # # - Fixes for the configuration of SVE/SME traps when hVHE mode is in # use # # - Allow use of pKVM on systems with FF-A implementations that are # v1.0 compatible # # - Request/release percpu IRQs (arch timer, vGIC maintenance) # correctly when pKVM is in use # # - Fix function prototype after __kvm_host_psci_cpu_entry() rename # # - Skip to the next instruction when emulating writes to TCR_EL1 on # AmpereOne systems # # Selftests: # # - Fix missing include" # # * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: # selftests/rseq: Fix build with undefined __weak # KVM: SEV: remove ghcb variable declarations # KVM: SEV: only access GHCB fields once # KVM: SEV: snapshot the GHCB before accessing it # KVM: arm64: Skip instruction after emulating write to TCR_EL1 # KVM: arm64: fix __kvm_host_psci_cpu_entry() prototype # KVM: arm64: Fix resetting SME trap values on reset for (h)VHE # KVM: arm64: Fix resetting SVE trap values on reset for hVHE # KVM: arm64: Use the appropriate feature trap register when activating traps # KVM: arm64: Helper to write to appropriate feature trap register based on mode # KVM: arm64: Disable SME traps for (h)VHE at setup # KVM: arm64: Use the appropriate feature trap register for SVE at EL2 setup # KVM: arm64: Factor out code for checking (h)VHE mode into a macro # KVM: arm64: Rephrase percpu enable/disable tracking in terms of hyp # KVM: arm64: Fix hardware enable/disable flows for pKVM # KVM: arm64: Allow pKVM on v1.0 compatible FF-A implementations # < /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 a027b2eca0b7e90b11a0b0ddfad0dc4068707799 # make -s -j 32 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 32 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 32 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 32 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:01:31.228492