Netdev List
 help / color / mirror / Atom feed
* [GIT PULL] Networking for v7.1-rc6 (part 2)
@ 2026-05-29 21:02 Jakub Kicinski
  0 siblings, 0 replies; only message in thread
From: Jakub Kicinski @ 2026-05-29 21:02 UTC (permalink / raw)
  To: torvalds; +Cc: kuba, davem, netdev, linux-kernel, pabeni

Hi Linus!

The following changes since commit 3e20009988e2470063824c58b19d1c80816cc46d:

  Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2026-05-28 13:13:48 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-7.1-rc6-2

for you to fetch changes up to 78ef59e7a6459b16f8102e0ee1c718443323d1af:

  Merge branch 'wireguard-fixes-for-7-1-rc6' (2026-05-29 13:01:31 -0700)

----------------------------------------------------------------
Quick follow up, nothing super urgent here. Main reason I'm sending
this out is because the IPsec and Bluetooth PRs did not make it
yesterday. I don't want to have to send you all of this + whatever
comes next week, for rc7. The fixes under "Previous releases -
regressions" are for real user-reported regressions from v7.0.

Previous releases - regressions:

 - Revert "ipv6: preserve insertion order for same-scope addresses"

 - xfrm: move policy_bydst RCU sync, a fix which added a sync RCU
   on netns exit got backported to stable and was causing serious
   accumulation of dying netns's for real workloads

 - pcs-mtk-lynxi: fix bpi-r3 serdes configuration

Previous releases - always broken:

 - usual grab bag of race, locking and leak fixes for Bluetooth

 - handful of page handling fixes for IPsec

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

----------------------------------------------------------------
David Ahern (1):
      xfrm: Check for underflow in xfrm_state_mtu

Dipayaan Roy (2):
      net: mana: Add NULL guards in teardown path to prevent panic on attach failure
      net: mana: Skip redundant detach on already-detached port

Doruk Tan Ozturk (1):
      Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync

Fernando Fernandez Mancera (1):
      Revert "ipv6: preserve insertion order for same-scope addresses"

Frank Wunderlich (1):
      net: pcs: pcs-mtk-lynxi: fix bpi-r3 serdes configuration

Heitor Alves de Siqueira (3):
      Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functions
      Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close
      Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync()

Herbert Xu (1):
      xfrm: ipcomp: Free destination pages on acomp errors

Jakub Kicinski (4):
      Merge branch 'net-mana-fix-null-dereferences-during-teardown-after-attach-failure'
      Merge tag 'for-net-2026-05-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
      Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
      Merge branch 'wireguard-fixes-for-7-1-rc6'

Jason A. Donenfeld (1):
      wireguard: send: append trailer after expanding head

Jiayuan Chen (2):
      ipv6: fix possible infinite loop in rt6_fill_node()
      ipv6: fix possible infinite loop in fib6_select_path()

Jingguo Tan (2):
      xfrm: esp: restore combined single-frag length gate
      vsock/virtio: bind uarg before filling zerocopy skb

Luiz Augusto von Dentz (1):
      Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp

Maoyi Xie (1):
      xfrm: route MIGRATE notifications to caller's netns

Michael Bommarito (1):
      xfrm: ah: use skb_to_full_sk in async output callbacks

Muhammad Bilal (3):
      Bluetooth: HIDP: fix missing length checks in hidp_input_report()
      Bluetooth: ISO: fix UAF in iso_recv_frame
      Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock

Pavel Begunkov (1):
      net: skbuff: fix pskb_carve leaking zcopy pages

Pavitra Jha (1):
      Bluetooth: hci_conn: Fix memory leak in hci_le_big_terminate()

Shaomin Chen (1):
      xfrm: iptfs: reset runtime state when cloning SAs

Shuai Zhang (2):
      Bluetooth: btusb: Allow firmware re-download when version matches
      Bluetooth: hci_qca: Use 100 ms SSR delay for rampatch and NVM loading

Siwei Zhang (2):
      Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout() on !conn
      Bluetooth: L2CAP: use chan timer to close channels in cleanup_listen()

Steffen Klassert (1):
      Revert "esp: fix page frag reference leak on skb_to_sgvec failure"

Usama Arif (1):
      xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exit

Yuqi Xu (1):
      bpf: sockmap: fix tail fragment offset in bpf_msg_push_data

Zhao Dongdong (1):
      Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt()

Zhengchuan Liang (1):
      xfrm: input: hold netns during deferred transport reinjection

Zhenghang Xiao (2):
      Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success
      sctp: fix race between sctp_wait_for_connect and peeloff

e521588 (1):
      esp: fix page frag reference leak on skb_to_sgvec failure

 drivers/bluetooth/btusb.c                     |  8 ++-
 drivers/bluetooth/hci_qca.c                   |  4 +-
 drivers/net/ethernet/microsoft/mana/mana_en.c | 78 ++++++++++++++++-----------
 drivers/net/pcs/pcs-mtk-lynxi.c               |  3 ++
 drivers/net/wireguard/send.c                  | 20 +++----
 include/net/xfrm.h                            |  3 +-
 net/bluetooth/6lowpan.c                       |  2 +
 net/bluetooth/hci_conn.c                      |  4 +-
 net/bluetooth/hci_core.c                      | 43 ++-------------
 net/bluetooth/hci_sync.c                      | 16 +++++-
 net/bluetooth/hidp/core.c                     | 23 ++++++--
 net/bluetooth/iso.c                           | 12 +++--
 net/bluetooth/l2cap_core.c                    | 41 +++++++++++---
 net/bluetooth/l2cap_sock.c                    | 16 +++---
 net/core/filter.c                             |  2 +-
 net/core/skbuff.c                             | 10 ++++
 net/ipv4/ah4.c                                |  2 +-
 net/ipv4/esp4.c                               |  4 +-
 net/ipv6/addrconf.c                           |  2 +-
 net/ipv6/ah6.c                                |  2 +-
 net/ipv6/esp6.c                               |  4 +-
 net/ipv6/route.c                              |  5 ++
 net/key/af_key.c                              |  6 +--
 net/sctp/socket.c                             |  2 +
 net/vmw_vsock/virtio_transport_common.c       | 12 +++--
 net/xfrm/xfrm_input.c                         | 16 ++++--
 net/xfrm/xfrm_ipcomp.c                        | 12 +++--
 net/xfrm/xfrm_iptfs.c                         | 28 ++++++++--
 net/xfrm/xfrm_policy.c                        | 17 +++---
 net/xfrm/xfrm_state.c                         | 23 ++++++--
 net/xfrm/xfrm_user.c                          |  5 +-
 tools/testing/selftests/net/ioam6.sh          |  2 +-
 32 files changed, 273 insertions(+), 154 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-29 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29 21:02 [GIT PULL] Networking for v7.1-rc6 (part 2) Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox