Message ID | 20241114130846.94852-1-pabeni@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [GIT,PULL] Networking for v6.12-rc8 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net, async |
netdev/build_32bit | success | Errors and warnings before: 3 this patch: 3 |
netdev/build_tools | success | Errors and warnings before: 0 (+0) this patch: 0 (+0) |
netdev/build_clang | success | Errors and warnings before: 3 this patch: 3 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 3 this patch: 3 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/contest | success | net-next-2024-11-14--18-00 (tests: 788) |
The pull request you sent on Thu, 14 Nov 2024 14:08:46 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.12-rc8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cfaaa7d010d1fc58f9717fcc8591201e741d2d49
Thank you!
Hi Linus! The following changes since commit bfc64d9b7e8cac82be6b8629865e137d962578f8: Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-11-07 11:07:57 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.12-rc8 for you to fetch changes up to ca34aceb322bfcd6ab498884f1805ee12f983259: net: sched: u32: Add test case for systematic hnode IDR leaks (2024-11-14 11:39:17 +0100) ---------------------------------------------------------------- Including fixes from bluetooth. Quite calm week. No new regression under investigation. Current release - regressions: - eth: revert "igb: Disable threaded IRQ for igb_msix_other" Current release - new code bugs: - bluetooth: btintel: direct exception event to bluetooth stack Previous releases - regressions: - core: fix data-races around sk->sk_forward_alloc - netlink: terminate outstanding dump on socket close - mptcp: error out earlier on disconnect - vsock: fix accept_queue memory leak - phylink: ensure PHY momentary link-fails are handled - eth: mlx5: - fix null-ptr-deref in add rule err flow - lock FTE when checking if active - eth: dwmac-mediatek: fix inverted handling of mediatek,mac-wol Previous releases - always broken: - sched: fix u32's systematic failure to free IDR entries for hnodes. - sctp: fix possible UAF in sctp_v6_available() - eth: bonding: add ns target multicast address to slave device - eth: mlx5: fix msix vectors to respect platform limit - eth: icssg-prueth: fix 1 PPS sync Signed-off-by: Paolo Abeni <pabeni@redhat.com> ---------------------------------------------------------------- Alexandre Ferrieux (2): net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes. net: sched: u32: Add test case for systematic hnode IDR leaks Breno Leitao (1): ipmr: Fix access to mfc_cache_list without lock held Carolina Jubran (1): net/mlx5e: Disable loopback self-test on multi-PF netdev Chiara Meiohas (1): net/mlx5: E-switch, unload IB representors when unloading ETH representors Dragos Tatulea (1): net/mlx5e: kTLS, Fix incorrect page refcounting Eric Dumazet (1): sctp: fix possible UAF in sctp_v6_available() Geert Uytterhoeven (1): MAINTAINERS: Re-add cancelled Renesas driver sections Geliang Tang (2): mptcp: update local address flags when setting it mptcp: hold pm lock when deleting entry Hangbin Liu (2): bonding: add ns target multicast address to slave device selftests: bonding: add ns multicast group testing Jakub Kicinski (7): netlink: terminate outstanding dump on socket close selftests: net: add a test for closing a netlink socket ith dump in progress selftests: net: add netlink-dumps to .gitignore Merge branch 'mptcp-fix-a-couple-of-races' Merge branch 'mlx5-misc-fixes-2024-11-07' Merge tag 'for-net-2024-11-12' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth Merge branch 'mptcp-pm-a-few-more-fixes' Kiran K (1): Bluetooth: btintel: Direct exception event to bluetooth stack Luiz Augusto von Dentz (1): Bluetooth: hci_core: Fix calling mgmt_device_connected Mark Bloch (1): net/mlx5: fs, lock FTE when checking if active Matthieu Baerts (NGI0) (1): mptcp: pm: use _rcu variant under rcu_read_lock Meghana Malladi (1): net: ti: icssg-prueth: Fix 1 PPS sync Michal Luczaj (4): virtio/vsock: Fix accept_queue memory leak vsock: Fix sk_error_queue memory leak virtio/vsock: Improve MSG_ZEROCOPY error handling net: Make copy_safe_from_sockptr() match documentation Mina Almasry (2): net: fix SO_DEVMEM_DONTNEED looping too long net: clarify SO_DEVMEM_DONTNEED behavior in documentation Moshe Shemesh (1): net/mlx5e: CT: Fix null-ptr-deref in add rule err flow Nícolas F. R. A. Prado (1): net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wol Paolo Abeni (4): mptcp: error out earlier on disconnect mptcp: cope racing subflow creation in mptcp_rcv_space_adjust Merge branch 'virtio-vsock-fix-memory-leaks' Merge branch 'bonding-fix-ns-targets-not-work-on-hardware-nic' Parav Pandit (1): net/mlx5: Fix msix vectors to respect platform limit Russell King (Oracle) (1): net: phylink: ensure PHY momentary link-fails are handled Stefan Wahren (1): net: vertexcom: mse102x: Fix tx_bytes calculation Vitalii Mordan (1): stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routines Wander Lairson Costa (1): Revert "igb: Disable threaded IRQ for igb_msix_other" Wang Liang (1): net: fix data-races around sk->sk_forward_alloc Wei Fang (1): samples: pktgen: correct dev to DEV William Tu (1): net/mlx5e: clear xdp features on non-uplink representors Documentation/networking/devmem.rst | 9 ++ MAINTAINERS | 30 ++++++ drivers/bluetooth/btintel.c | 5 +- drivers/net/bonding/bond_main.c | 16 ++- drivers/net/bonding/bond_options.c | 82 ++++++++++++++- drivers/net/ethernet/intel/igb/igb_main.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 2 +- .../ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c | 8 +- drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 3 +- .../net/ethernet/mellanox/mlx5/core/en_selftest.c | 4 + .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 5 +- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 15 ++- drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c | 32 +++++- .../net/ethernet/stmicro/stmmac/dwmac-intel-plat.c | 25 +++-- .../net/ethernet/stmicro/stmmac/dwmac-mediatek.c | 4 +- drivers/net/ethernet/ti/icssg/icssg_prueth.c | 13 ++- drivers/net/ethernet/ti/icssg/icssg_prueth.h | 12 +++ drivers/net/ethernet/vertexcom/mse102x.c | 4 +- drivers/net/phy/phylink.c | 14 +-- include/linux/sockptr.h | 4 +- include/net/bond_options.h | 2 + net/bluetooth/hci_core.c | 2 - net/core/sock.c | 42 ++++---- net/dccp/ipv6.c | 2 +- net/ipv4/ipmr_base.c | 3 +- net/ipv6/tcp_ipv6.c | 4 +- net/mptcp/pm_netlink.c | 3 +- net/mptcp/pm_userspace.c | 15 +++ net/mptcp/protocol.c | 16 ++- net/netlink/af_netlink.c | 31 ++---- net/netlink/af_netlink.h | 2 - net/sched/cls_u32.c | 18 +++- net/sctp/ipv6.c | 19 ++-- net/vmw_vsock/af_vsock.c | 3 + net/vmw_vsock/virtio_transport_common.c | 9 ++ samples/pktgen/pktgen_sample01_simple.sh | 2 +- .../selftests/drivers/net/bonding/bond_options.sh | 54 +++++++++- tools/testing/selftests/net/.gitignore | 1 + tools/testing/selftests/net/Makefile | 1 + tools/testing/selftests/net/netlink-dumps.c | 110 +++++++++++++++++++++ .../selftests/tc-testing/tc-tests/filters/u32.json | 24 +++++ 41 files changed, 543 insertions(+), 109 deletions(-) create mode 100644 tools/testing/selftests/net/netlink-dumps.c