# git rev-parse -q --verify 9bd572ec7a66b56e1aed896217ff311d981cf575^{commit} 9bd572ec7a66b56e1aed896217ff311d981cf575 already have revision, skipping fetch # git checkout -q -f -B kisskb 9bd572ec7a66b56e1aed896217ff311d981cf575 # git clean -qxdf # < git log -1 # commit 9bd572ec7a66b56e1aed896217ff311d981cf575 # Merge: f41d5df5f146 656bd03a2cd8 # Author: Linus Torvalds # Date: Thu Jul 14 12:48:07 2022 -0700 # # Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from netfilter, bpf and wireless. # # Still no major regressions, the release continues to be calm. An # uptick of fixes this time around due to trivial data race fixes and # patches flowing down from subtrees. # # There has been a few driver fixes (particularly a few fixes for false # positives due to 66e4c8d95008 which went into -next in May!) that make # me worry the wide testing is not exactly fully through. # # So "calm" but not "let's just cut the final ASAP" vibes over here. # # Current release - regressions: # # - wifi: rtw88: fix write to const table of channel parameters # # Current release - new code bugs: # # - mac80211: add gfp_t arg to ieeee80211_obss_color_collision_notify # # - mlx5: # - TC, allow offload from uplink to other PF's VF # - Lag, decouple FDB selection and shared FDB # - Lag, correct get the port select mode str # # - bnxt_en: fix and simplify XDP transmit path # # - r8152: fix accessing unset transport header # # Previous releases - regressions: # # - conntrack: fix crash due to confirmed bit load reordering (after # atomic -> refcount conversion) # # - stmmac: dwc-qos: disable split header for Tegra194 # # Previous releases - always broken: # # - mlx5e: ring the TX doorbell on DMA errors # # - bpf: make sure mac_header was set before using it # # - mac80211: do not wake queues on a vif that is being stopped # # - mac80211: fix queue selection for mesh/OCB interfaces # # - ip: fix dflt addr selection for connected nexthop # # - seg6: fix skb checksums for SRH encapsulation/insertion # # - xdp: fix spurious packet loss in generic XDP TX path # # - bunch of sysctl data race fixes # # - nf_log: incorrect offset to network header # # Misc: # # - bpf: add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs" # # * tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (87 commits) # nfp: flower: configure tunnel neighbour on cmsg rx # net/tls: Check for errors in tls_device_init # MAINTAINERS: Add an additional maintainer to the AMD XGBE driver # xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue # selftests/net: test nexthop without gw # ip: fix dflt addr selection for connected nexthop # net: atlantic: remove aq_nic_deinit() when resume # net: atlantic: remove deep parameter on suspend/resume functions # sfc: fix kernel panic when creating VF # seg6: bpf: fix skb checksum in bpf_push_seg6_encap() # seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors # seg6: fix skb checksum evaluation in SRH encapsulation/insertion # sfc: fix use after free when disabling sriov # net: sunhme: output link status with a single print. # r8152: fix accessing unset transport header # net: stmmac: fix leaks in probe # net: ftgmac100: Hold reference returned by of_get_child_by_name() # nexthop: Fix data-races around nexthop_compat_mode. # ipv4: Fix data-races around sysctl_ip_dynaddr. # tcp: Fix a data-race around sysctl_tcp_ecn_fallback. # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 9bd572ec7a66b56e1aed896217ff311d981cf575 # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig arch/m68k/configs/sun3_defconfig:37:warning: symbol value 'm' invalid for ZPOOL # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/string.h:20, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/mm_types_task.h:14, from /kisskb/src/include/linux/mm_types.h:5, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:32: In function 'check586', inlined from 'sun3_82586_probe1' at /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:365:6, inlined from 'sun3_82586_probe' at /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:311:8: /kisskb/src/arch/m68k/include/asm/string.h:68:25: warning: '__builtin_memset' offset [0, 11] is out of the bounds [0, 0] [-Warray-bounds] 68 | #define memset(d, c, n) __builtin_memset(d, c, n) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:218:9: note: in expansion of macro 'memset' 218 | memset((char *)p->scp,0, sizeof(struct scp_struct)); | ^~~~~~ 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:529, from /kisskb/src/include/linux/bitops.h:33, 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:122: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] 989 | 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:19: note: in definition of macro '__swab16' 107 | __fswab16(x)) | ^ /kisskb/src/include/linux/printk.h:464:26: note: in expansion of macro 'printk_index_wrap' 464 | #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989:17: note: in expansion of macro 'printk' 989 | 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/drivers/net/ethernet/i825xx/sun3_82586.c:155:46: note: while referencing 'xmit_cmds' 155 | volatile struct transmit_cmd_struct *xmit_cmds[NUM_XMIT_BUFFS]; | ^~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc11 # Build took: 0:00:42.182098