# git rev-parse -q --verify b357fd1c2afc1a3e1b73dc4574bb7ac0e3bd4193^{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 b357fd1c2afc1a3e1b73dc4574bb7ac0e3bd4193^{commit} b357fd1c2afc1a3e1b73dc4574bb7ac0e3bd4193 # git checkout -q -f -B kisskb b357fd1c2afc1a3e1b73dc4574bb7ac0e3bd4193 # git clean -qxdf # < git log -1 # commit b357fd1c2afc1a3e1b73dc4574bb7ac0e3bd4193 # Merge: 89f2ddce78cc 0fb9703a3ead # Author: Linus Torvalds # Date: Sat Oct 1 09:39:42 2022 -0700 # # Merge tag 'usb-6.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb # # Pull USB/Thunderbolt fixes from Greg KH: # "Here are some tiny USB and Thunderbolt driver fixes and quirks. # # Included in here are: # # - three uas/usb-storage driver quirks to get the devices working # properly due to broken firmware images in them (they can not run at # high data rates, and are also throttled on other operating systems # because of this) # # - thunderbolt bugfix for plug event delays # # - typec runtime warning removal # # - dwc3 st driver bugfix. Note, a follow-on fix for this will end up # coming in for 6.1-rc1 as the developers are still arguing over what # the final solution will be, but this should be sufficient for now # # All of these have been in linux-next with no reported problems" # # * tag 'usb-6.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: # uas: ignore UAS for Thinkplus chips # usb-storage: Add Hiksemi USB3-FW to IGNORE_UAS # uas: add no-uas quirk for Hiksemi usb_disk # usb: dwc3: st: Fix node's child name # usb: typec: ucsi: Remove incorrect warning # thunderbolt: Explicitly reset plug events delay back to USB4 spec value # < /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 b357fd1c2afc1a3e1b73dc4574bb7ac0e3bd4193 # < make -s -j 48 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 48 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 48 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 48 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: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:37.806515