mbox series

[GIT,PULL] Networking for v6.11-rc0

Message ID 20240719161638.138354-1-pabeni@redhat.com (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] Networking for v6.11-rc0 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.11-rc0

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 661 this patch: 661
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 663 this patch: 663
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 667 this patch: 667
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-07-19--21-00 (tests: 699)

Message

Paolo Abeni July 19, 2024, 4:16 p.m. UTC
Hi Linus!

Small PR, mainly to unbreak the s390 build. We delayed it a little
bit to try to catch a last-minute fix, but it will have to wait a
bit more.

The following changes since commit 51835949dda3783d4639cfa74ce13a3c9829de00:

  Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next (2024-07-16 19:28:34 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.11-rc0

for you to fetch changes up to 4359836129d931fc424370249a1fcdec139fe407:

  eth: fbnic: don't build the driver when skb has more than 21 frags (2024-07-19 16:36:34 +0200)

----------------------------------------------------------------
Notably this includes fixes for a s390 build breakage.

Including fixes from netfilter.

Current release - new code bugs:

  - eth: fbnic: fix s390 build.

  - eth: airoha: fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()

Previous releases - regressions:

  - flow_dissector: use DEBUG_NET_WARN_ON_ONCE

  - ipv4: fix incorrect TOS in route get reply

  - dsa: fix chip-wide frame size config in some drivers

Previous releases - always broken:

  - netfilter: nf_set_pipapo: fix initial map fill

  - eth: gve: fix XDP TX completion handling when counters overflow

Signed-off-by: Paolo Abeni <pabeni@redhat.com>

----------------------------------------------------------------
Chen Hanxiao (1):
      ipvs: properly dereference pe in ip_vs_add_service

Florian Westphal (2):
      netfilter: nf_set_pipapo: fix initial map fill
      selftests: netfilter: add test case for recent mismatch bug

Ido Schimmel (2):
      ipv4: Fix incorrect TOS in route get reply
      ipv4: Fix incorrect TOS in fibmatch route get reply

Jack Wu (1):
      net: wwan: t7xx: add support for Dell DW5933e

Jakub Kicinski (1):
      eth: fbnic: don't build the driver when skb has more than 21 frags

Joshua Washington (1):
      gve: Fix XDP TX completion handling when counters overflow

Lorenzo Bianconi (2):
      net: airoha: fix error branch in airoha_dev_xmit and airoha_set_gdm_ports
      net: airoha: Fix NULL pointer dereference in airoha_qdma_cleanup_rx_queue()

Martin Willi (2):
      net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU ports
      net: dsa: b53: Limit chip-wide jumbo frame config to CPU ports

Pablo Neira Ayuso (2):
      netfilter: ctnetlink: use helper function to calculate expect ID
      net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE

Paolo Abeni (4):
      eth: fbnic: fix s390 build.
      Merge branch 'ipv4-fix-incorrect-tos-in-route-get-reply'
      Merge branch 'net-dsa-fix-chip-wide-frame-size-config-in-some-drivers'
      Merge tag 'nf-24-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Shay Drory (1):
      driver core: auxiliary bus: Fix documentation of auxiliary_device

 drivers/net/dsa/b53/b53_common.c                   |  3 +
 drivers/net/dsa/mv88e6xxx/chip.c                   |  3 +-
 drivers/net/ethernet/google/gve/gve_tx.c           |  5 +-
 drivers/net/ethernet/mediatek/airoha_eth.c         | 13 ++--
 drivers/net/ethernet/meta/Kconfig                  |  2 +
 drivers/net/wwan/t7xx/t7xx_pci.c                   |  1 +
 include/linux/auxiliary_bus.h                      |  7 +-
 include/net/ip_fib.h                               |  1 +
 net/core/flow_dissector.c                          |  2 +-
 net/ipv4/fib_trie.c                                |  1 +
 net/ipv4/route.c                                   | 16 ++---
 net/netfilter/ipvs/ip_vs_ctl.c                     | 10 +--
 net/netfilter/nf_conntrack_netlink.c               |  3 +-
 net/netfilter/nft_set_pipapo.c                     |  4 +-
 net/netfilter/nft_set_pipapo.h                     | 21 ++++++
 net/netfilter/nft_set_pipapo_avx2.c                | 10 +--
 tools/testing/selftests/net/fib_tests.sh           | 24 +++----
 .../selftests/net/netfilter/nft_concat_range.sh    | 76 +++++++++++++++++++++-
 18 files changed, 156 insertions(+), 46 deletions(-)

Comments

pr-tracker-bot@kernel.org July 19, 2024, 10:04 p.m. UTC | #1
The pull request you sent on Fri, 19 Jul 2024 18:16:38 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.11-rc0

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d7e78951a8b8b53e4d52c689d927a6887e6cfadf

Thank you!