# git rev-parse -q --verify 337a0a0b63f1c30195733eaacf39e4310a592a68^{commit} 337a0a0b63f1c30195733eaacf39e4310a592a68 already have revision, skipping fetch # git checkout -q -f -B kisskb 337a0a0b63f1c30195733eaacf39e4310a592a68 # git clean -qxdf # < git log -1 # commit 337a0a0b63f1c30195733eaacf39e4310a592a68 # Merge: f6602a97a11a 720ca52bcef2 # Author: Linus Torvalds # Date: Mon Oct 24 12:43:51 2022 -0700 # # Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from bpf. # # The net-memcg fix stands out, the rest is very run-off-the-mill. Maybe # I'm biased. # # Current release - regressions: # # - eth: fman: re-expose location of the MAC address to userspace, # apparently some udev scripts depended on the exact value # # Current release - new code bugs: # # - bpf: # - wait for busy refill_work when destroying bpf memory allocator # - allow bpf_user_ringbuf_drain() callbacks to return 1 # - fix dispatcher patchable function entry to 5 bytes nop # # Previous releases - regressions: # # - net-memcg: avoid stalls when under memory pressure # # - tcp: fix indefinite deferral of RTO with SACK reneging # # - tipc: fix a null-ptr-deref in tipc_topsrv_accept # # - eth: macb: specify PHY PM management done by MAC # # - tcp: fix a signed-integer-overflow bug in tcp_add_backlog() # # Previous releases - always broken: # # - eth: amd-xgbe: SFP fixes and compatibility improvements # # Misc: # # - docs: netdev: offer performance feedback to contributors" # # * tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (37 commits) # net-memcg: avoid stalls when under memory pressure # tcp: fix indefinite deferral of RTO with SACK reneging # tcp: fix a signed-integer-overflow bug in tcp_add_backlog() # net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSY # net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed # docs: netdev: offer performance feedback to contributors # kcm: annotate data-races around kcm->rx_wait # kcm: annotate data-races around kcm->rx_psock # net: fman: Use physical address for userspace interfaces # net/mlx5e: Cleanup MACsec uninitialization routine # atlantic: fix deadlock at aq_nic_stop # nfp: only clean `sp_indiff` when application firmware is unloaded # amd-xgbe: add the bit rate quirk for Molex cables # amd-xgbe: fix the SFP compliance codes check for DAC cables # amd-xgbe: enable PLL_CTL for fixed PHY modes only # amd-xgbe: use enums for mailbox cmd and sub_cmds # amd-xgbe: Yellow carp devices do not need rrc # bpf: Use __llist_del_all() whenever possbile during memory draining # bpf: Wait for busy refill_work when destroying bpf memory allocator # MAINTAINERS: add keyword match on PTP # ... # < /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 337a0a0b63f1c30195733eaacf39e4310a592a68 # < make -s -j 160 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 160 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 160 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 160 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:00:39.919054