Message ID | 20250320155513.82476-1-pabeni@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5fc31936081919a8572a3d644f3fbb258038f337 |
Headers | show |
Series | [GIT,PULL] Networking for v6.14-rc8 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/build_tools | success | No tools touched, skip |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
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: 0 this patch: 0 |
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 | fail | net-next-2025-03-20--18-00 (tests: 896) |
The pull request you sent on Thu, 20 Mar 2025 16:55:13 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.14-rc8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5fc31936081919a8572a3d644f3fbb258038f337
Thank you!
Hello: This pull request was applied to netdev/net.git (main) by Linus Torvalds <torvalds@linux-foundation.org>: On Thu, 20 Mar 2025 16:55:13 +0100 you wrote: > Hi Linus! > > The following changes since commit 4003c9e78778e93188a09d6043a74f7154449d43: > > Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-03-13 07:58:48 -1000) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Networking for v6.14-rc8 https://git.kernel.org/netdev/net/c/5fc319360819 You are awesome, thank you!
Hi Linus! The following changes since commit 4003c9e78778e93188a09d6043a74f7154449d43: Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-03-13 07:58:48 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git net-6.14-rc8 for you to fetch changes up to feaee98c6c505494e2188e5c644b881f5c81ee59: MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 (2025-03-20 15:49:00 +0100) ---------------------------------------------------------------- Including fixes from can, bluetooth and ipsec. This contains a last minute revert of a recent GRE patch, mostly to allow me stating there are no known regressions outstanding. Current release - regressions: - revert "gre: Fix IPv6 link-local address generation." - eth: ti: am65-cpsw: fix NAPI registration sequence Previous releases - regressions: - ipv6: fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). - mptcp: fix data stream corruption in the address announcement - bluetooth: fix connection regression between LE and non-LE adapters - can: - flexcan: only change CAN state when link up in system PM - ucan: fix out of bound read in strscpy() source Previous releases - always broken: - lwtunnel: fix reentry loops - ipv6: fix TCP GSO segmentation with NAT - xfrm: force software GSO only in tunnel mode - eth: ti: icssg-prueth: add lock to stats Misc: - add Andrea Mayer as a maintainer of SRv6 Signed-off-by: Paolo Abeni <pabeni@redhat.com> ---------------------------------------------------------------- Alexander Mikhalitsyn (1): tools headers: Sync uapi/asm-generic/socket.h with the kernel sources Alexandre Cassen (1): xfrm: fix tunnel mode TX datapath in packet offload mode Arkadiusz Bokowy (1): Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters Arthur Mongodin (1): mptcp: Fix data stream corruption in the address announcement Biju Das (2): dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M can: rcar_canfd: Fix page entries in the AFL list Cosmin Ratiu (1): xfrm_output: Force software GSO only in tunnel mode Dan Carpenter (2): Bluetooth: Fix error code in chan_alloc_skb_cb() net: atm: fix use after free in lec_send() David Ahern (1): MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6 David S. Miller (1): Merge branch 'xa_alloc_cyclic-checks' Felix Fietkau (1): net: ipv6: fix TCP GSO segmentation with NAT Gavrilov Ilia (1): xsk: fix an integer overflow in xp_create_and_assign_umem() Guillaume Nault (2): Revert "selftests: Add IPv6 link-local address generation tests for GRE devices." Revert "gre: Fix IPv6 link-local address generation." Haibo Chen (2): can: flexcan: only change CAN state when link up in system PM can: flexcan: disable transceiver during system PM Haiyang Zhang (1): net: mana: Support holes in device list reply msg Jakub Kicinski (1): selftests: drv-net: use defer in the ping test Justin Iurman (3): net: lwtunnel: fix recursion loops net: ipv6: ioam6: fix lwtunnel_output() loop selftests: net: test for lwtunnel dst ref loops Kuniyuki Iwashima (2): ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create(). Lin Ma (1): net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES MD Danish Anwar (1): net: ti: icssg-prueth: Add lock to stats Marc Kleine-Budde (2): Merge patch series "R-Car CANFD fixes" Merge patch series "can: flexcan: only change CAN state when link up in system PM" Michal Swiatkowski (3): devlink: fix xa_alloc_cyclic() error handling dpll: fix xa_alloc_cyclic() error handling phy: fix xa_alloc_cyclic() error handling Oliver Hartkopp (1): can: statistics: use atomic access in hot path Paolo Abeni (6): Merge tag 'linux-can-fixes-for-6.14-20250314' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth Merge branch 'net-fix-lwtunnel-reentry-loops' Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-merge Merge tag 'ipsec-2025-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec Merge branch 'gre-revert-ipv6-link-local-address-fix' Russell King (Oracle) (1): net: stmmac: dwc-qos-eth: use devm_kzalloc() for AXI data Sven Eckelmann (1): batman-adv: Ignore own maximum aggregation size during RX Vignesh Raghavendra (1): net: ethernet: ti: am65-cpsw: Fix NAPI registration sequence Vincent Mailhol (1): can: ucan: fix out of bound read in strscpy() source .../bindings/net/can/renesas,rcar-canfd.yaml | 2 +- MAINTAINERS | 11 + drivers/dpll/dpll_core.c | 2 +- drivers/net/can/flexcan/flexcan-core.c | 18 +- drivers/net/can/rcar/rcar_canfd.c | 28 +-- drivers/net/can/usb/ucan.c | 43 ++-- drivers/net/ethernet/microsoft/mana/gdma_main.c | 14 +- .../ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c | 4 +- drivers/net/ethernet/ti/am65-cpsw-nuss.c | 32 +-- drivers/net/ethernet/ti/icssg/icssg_prueth.c | 1 + drivers/net/ethernet/ti/icssg/icssg_prueth.h | 2 + drivers/net/ethernet/ti/icssg/icssg_stats.c | 4 + drivers/net/phy/phy_link_topology.c | 2 +- include/net/bluetooth/hci.h | 2 +- include/net/mana/gdma.h | 11 +- net/atm/lec.c | 3 +- net/batman-adv/bat_iv_ogm.c | 3 +- net/batman-adv/bat_v_ogm.c | 3 +- net/bluetooth/6lowpan.c | 7 +- net/can/af_can.c | 12 +- net/can/af_can.h | 12 +- net/can/proc.c | 46 ++-- net/core/lwtunnel.c | 65 +++++- net/core/neighbour.c | 1 + net/devlink/core.c | 2 +- net/ipv6/addrconf.c | 15 +- net/ipv6/ioam6_iptunnel.c | 8 +- net/ipv6/route.c | 5 +- net/ipv6/tcpv6_offload.c | 21 +- net/mptcp/options.c | 6 +- net/xdp/xsk_buff_pool.c | 2 +- net/xfrm/xfrm_output.c | 43 +++- tools/include/uapi/asm-generic/socket.h | 21 +- tools/testing/selftests/drivers/net/ping.py | 16 +- tools/testing/selftests/net/Makefile | 2 +- tools/testing/selftests/net/config | 2 + tools/testing/selftests/net/gre_ipv6_lladdr.sh | 177 --------------- .../selftests/net/lwt_dst_cache_ref_loop.sh | 246 +++++++++++++++++++++ 38 files changed, 560 insertions(+), 334 deletions(-) delete mode 100755 tools/testing/selftests/net/gre_ipv6_lladdr.sh create mode 100755 tools/testing/selftests/net/lwt_dst_cache_ref_loop.sh