# git rev-parse -q --verify 7475e51b87969e01a6812eac713a1c8310372e8a^{commit} 7475e51b87969e01a6812eac713a1c8310372e8a already have revision, skipping fetch # git checkout -q -f -B kisskb 7475e51b87969e01a6812eac713a1c8310372e8a # git clean -qxdf # < git log -1 # commit 7475e51b87969e01a6812eac713a1c8310372e8a # Merge: 6eb1acd9766a cff088d924df # Author: Linus Torvalds # Date: Thu Nov 16 07:51:26 2023 -0500 # # Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net # # Pull networking fixes from Paolo Abeni: # "Including fixes from BPF and netfilter. # # Current release - regressions: # # - core: fix undefined behavior in netdev name allocation # # - bpf: do not allocate percpu memory at init stage # # - netfilter: nf_tables: split async and sync catchall in two # functions # # - mptcp: fix possible NULL pointer dereference on close # # Current release - new code bugs: # # - eth: ice: dpll: fix initial lock status of dpll # # Previous releases - regressions: # # - bpf: fix precision backtracking instruction iteration # # - af_unix: fix use-after-free in unix_stream_read_actor() # # - tipc: fix kernel-infoleak due to uninitialized TLV value # # - eth: bonding: stop the device in bond_setup_by_slave() # # - eth: mlx5: # - fix double free of encap_header # - avoid referencing skb after free-ing in drop path # # - eth: hns3: fix VF reset # # - eth: mvneta: fix calls to page_pool_get_stats # # Previous releases - always broken: # # - core: set SOCK_RCU_FREE before inserting socket into hashtable # # - bpf: fix control-flow graph checking in privileged mode # # - eth: ppp: limit MRU to 64K # # - eth: stmmac: avoid rx queue overrun # # - eth: icssg-prueth: fix error cleanup on failing initialization # # - eth: hns3: fix out-of-bounds access may occur when coalesce info is # read via debugfs # # - eth: cortina: handle large frames # # Misc: # # - selftests: gso: support CONFIG_MAX_SKB_FRAGS up to 45" # # * tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (78 commits) # macvlan: Don't propagate promisc change to lower dev in passthru # net: sched: do not offload flows with a helper in act_ct # net/mlx5e: Check return value of snprintf writing to fw_version buffer for representors # net/mlx5e: Check return value of snprintf writing to fw_version buffer # net/mlx5e: Reduce the size of icosq_str # net/mlx5: Increase size of irq name buffer # net/mlx5e: Update doorbell for port timestamping CQ before the software counter # net/mlx5e: Track xmit submission to PTP WQ after populating metadata map # net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit_wqe # net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offload # net/mlx5e: Fix pedit endianness # net/mlx5e: fix double free of encap_header in update funcs # net/mlx5e: fix double free of encap_header # net/mlx5: Decouple PHC .adjtime and .adjphase implementations # net/mlx5: DR, Allow old devices to use multi destination FTE # net/mlx5: Free used cpus mask when an IRQ is released # Revert "net/mlx5: DR, Supporting inline WQE when possible" # bpf: Do not allocate percpu memory at init stage # net: Fix undefined behavior in netdev name allocation # dt-bindings: net: ethernet-controller: Fix formatting error # ... # < /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 7475e51b87969e01a6812eac713a1c8310372e8a # make -s -j 40 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 40 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 40 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 40 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:566, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:23, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:32: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990: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:455: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:990: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:59.382921