# git rev-parse -q --verify 4c2d0b039c5cc0112206a5b22431b577cb1c57ad^{commit} 4c2d0b039c5cc0112206a5b22431b577cb1c57ad already have revision, skipping fetch # git checkout -q -f -B kisskb 4c2d0b039c5cc0112206a5b22431b577cb1c57ad # git clean -qxdf # < git log -1 # commit 4c2d0b039c5cc0112206a5b22431b577cb1c57ad # Merge: 90b6b686c1e0 f4693b81ea38 # Author: Linus Torvalds # Date: Thu Aug 18 19:37:15 2022 -0700 # # Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Jakub Kicinski: # "Including fixes from netfilter. # # Current release - regressions: # # - tcp: fix cleanup and leaks in tcp_read_skb() (the new way BPF # socket maps get data out of the TCP stack) # # - tls: rx: react to strparser initialization errors # # - netfilter: nf_tables: fix scheduling-while-atomic splat # # - net: fix suspicious RCU usage in bpf_sk_reuseport_detach() # # Current release - new code bugs: # # - mlxsw: ptp: fix a couple of races, static checker warnings and # error handling # # Previous releases - regressions: # # - netfilter: # - nf_tables: fix possible module reference underflow in error path # - make conntrack helpers deal with BIG TCP (skbs > 64kB) # - nfnetlink: re-enable conntrack expectation events # # - net: fix potential refcount leak in ndisc_router_discovery() # # Previous releases - always broken: # # - sched: cls_route: disallow handle of 0 # # - neigh: fix possible local DoS due to net iface start/stop loop # # - rtnetlink: fix module refcount leak in rtnetlink_rcv_msg # # - sched: fix adding qlen to qcpu->backlog in gnet_stats_add_queue_cpu # # - virtio_net: fix endian-ness for RSS # # - dsa: mv88e6060: prevent crash on an unused port # # - fec: fix timer capture timing in `fec_ptp_enable_pps()` # # - ocelot: stats: fix races, integer wrapping and reading incorrect # registers (the change of register definitions here accounts for # bulk of the changed LoC in this PR)" # # * tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (77 commits) # net: moxa: MAC address reading, generating, validity checking # tcp: handle pure FIN case correctly # tcp: refactor tcp_read_skb() a bit # tcp: fix tcp_cleanup_rbuf() for tcp_read_skb() # tcp: fix sock skb accounting in tcp_read_skb() # igb: Add lock to avoid data race # dt-bindings: Fix incorrect "the the" corrections # net: genl: fix error path memory leak in policy dumping # stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove() # net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_run # net/mlx5e: Allocate flow steering storage during uplink initialization # net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelot->stats # net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offset # net: mscc: ocelot: make struct ocelot_stat_layout array indexable # net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_work # net: mscc: ocelot: turn stats_lock into a spinlock # net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counter # net: mscc: ocelot: fix incorrect ndo_get_stats64 packet counters # net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet counters # net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it # ... # < /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 4c2d0b039c5cc0112206a5b22431b577cb1c57ad # < make -s -j 40 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 # < make -s -j 40 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 40 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 40 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: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: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:01:06.689675