# git rev-parse -q --verify 69dac8e431af26173ca0a1ebc87054e01c585bcc^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 69dac8e431af26173ca0a1ebc87054e01c585bcc^{commit} 69dac8e431af26173ca0a1ebc87054e01c585bcc # git checkout -q -f -B kisskb 69dac8e431af26173ca0a1ebc87054e01c585bcc # git clean -qxdf # < git log -1 # commit 69dac8e431af26173ca0a1ebc87054e01c585bcc # Merge: 6c833c0581f1 5cef38dd03f3 # Author: Linus Torvalds # Date: Fri Aug 12 18:39:43 2022 -0700 # # Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux # # Pull more RISC-V updates from Palmer Dabbelt: # "There's still a handful of new features in here, but there are a lot # of fixes/cleanups as well: # # - Support for the Zicbom extension for explicit cache-block # management, along with the necessary bits to make the non-standard # cache management ops on the Allwinner D1 function # # - Support for the Zihintpause extension, which codifies a go-slow # instruction used for cpu_relax() # # - Support for the Sstc extension for supervisor-mode timer/counter # management # # - Many device tree fixes and cleanups, including a large set for the # Canaan device trees # # - A handful of fixes and cleanups for the PMU driver" # # * tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (43 commits) # dt-bindings: gpio: sifive: add gpio-line-names # wireguard: selftests: set CONFIG_NONPORTABLE on riscv32 # RISC-V: KVM: Support sstc extension # RISC-V: Improve SBI definitions # RISC-V: Move counter info definition to sbi header file # RISC-V: Fix SBI PMU calls for RV32 # RISC-V: Update user page mapping only once during start # RISC-V: Fix counter restart during overflow for RV32 # RISC-V: Prefer sstc extension if available # RISC-V: Enable sstc extension parsing from DT # RISC-V: Add SSTC extension CSR details # riscv:uprobe fix SR_SPIE set/clear handling # dt-bindings: riscv: fix SiFive l2-cache's cache-sets # riscv: ensure cpu_ops_sbi is declared # RISC-V: cpu_ops_spinwait.c should include head.h # RISC-V: Declare cpu_ops_spinwait in # riscv: dts: starfive: correct number of external interrupts # riscv: dts: sifive unmatched: Add PWM controlled LEDs # riscv/purgatory: Omit use of bin2c # riscv/purgatory: hard-code obj-y in Makefile # ... # < /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 69dac8e431af26173ca0a1ebc87054e01c585bcc # < 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:548, from /kisskb/src/include/linux/bitops.h:67, 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:464: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:02:33.601701