mbox series

[GIT,PULL] Networking for v6.10-rc4

Message ID 20240613163542.130374-1-kuba@kernel.org (mailing list archive)
State Accepted
Commit d20f6b3d747c36889b7ce75ee369182af3decb6b
Headers show
Series [GIT,PULL] Networking for v6.10-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc4

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 864 this patch: 864
netdev/build_tools success No tools touched, skip
netdev/build_clang success Errors and warnings before: 868 this patch: 868
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: 868 this patch: 868
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/contest success net-next-2024-06-13--18-00 (tests: 647)

Message

Jakub Kicinski June 13, 2024, 4:35 p.m. UTC
Hi Linus!

Slim pickings this time, probably a combination of summer, DevConf.cz,
and the end of first half of the year at corporations.

The following changes since commit d30d0e49da71de8df10bf3ff1b3de880653af562:

  Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-06-06 09:55:27 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc4

for you to fetch changes up to a9b9741854a9fe9df948af49ca5514e0ed0429df:

  bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (2024-06-13 08:05:46 -0700)

----------------------------------------------------------------
Including fixes from bluetooth and netfilter.

Current release - regressions:

 - Revert "igc: fix a log entry using uninitialized netdev",
   it traded lack of netdev name in a printk() for a crash

Previous releases - regressions:

 - Bluetooth: L2CAP: fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ

 - geneve: fix incorrectly setting lengths of inner headers in the skb,
   confusing the drivers and causing mangled packets

 - sched: initialize noop_qdisc owner to avoid false-positive recursion
   detection (recursing on CPU 0), which bubbles up to user space as
   a sendmsg() error, while noop_qdisc should silently drop

 - netdevsim: fix backwards compatibility in nsim_get_iflink()

Previous releases - always broken:

 - netfilter: ipset: fix race between namespace cleanup and gc
   in the list:set type

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

----------------------------------------------------------------
Aleksandr Mishin (2):
      liquidio: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet
      bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send()

Andy Shevchenko (1):
      net dsa: qca8k: fix usages of device_get_named_child_node()

Csókás, Bence (1):
      net: sfp: Always call `sfp_sm_mod_remove()` on remove

David S. Miller (2):
      Merge branch 'hns3-fixes'
      Merge branch 'geneve-fixes'

David Wei (1):
      netdevsim: fix backwards compatibility in nsim_get_iflink()

Davide Ornaghi (1):
      netfilter: nft_inner: validate mandatory meta and payload

Eric Dumazet (2):
      tcp: fix race in tcp_v6_syn_recv_sock()
      tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()

Florian Westphal (1):
      netfilter: Use flowlabel flow key when re-routing mangled packets

Gal Pressman (2):
      geneve: Fix incorrect inner network header offset when innerprotoinherit is set
      net/mlx5e: Fix features validation check for tunneled UDP (non-VXLAN) packets

Geliang Tang (1):
      mailmap: map Geliang's new email address

Jakub Kicinski (4):
      Merge branch 'mptcp-various-fixes'
      Merge tag 'for-net-2024-06-10' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
      Merge tag 'nf-24-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
      Merge branch 'net-bridge-mst-fix-suspicious-rcu-usage-warning'

Jie Wang (1):
      net: hns3: add cond_resched() to hns3 ring buffer init process

Johannes Berg (1):
      net/sched: initialize noop_qdisc owner

Joshua Washington (1):
      gve: ignore nonrelevant GSO type bits when processing TSO headers

Jozsef Kadlecsik (1):
      netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type

Kory Maincent (1):
      net: pse-pd: Use EOPNOTSUPP error code instead of ENOTSUPP

Luiz Augusto von Dentz (2):
      Bluetooth: hci_sync: Fix not using correct handle
      Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ

Michael Chan (1):
      bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response

Nikolay Aleksandrov (2):
      net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state
      net: bridge: mst: fix suspicious rcu usage in br_mst_set_state

Paolo Abeni (1):
      mptcp: ensure snd_una is properly initialized on connect

Pauli Virtanen (1):
      Bluetooth: fix connection setup in l2cap_connect

Petr Pavlu (1):
      net/ipv6: Fix the RT cache flush via sysctl using a previous delay

Rao Shoaib (1):
      af_unix: Read with MSG_PEEK loops if the first unread byte is OOB

Sagar Cheluvegowda (1):
      net: stmmac: dwmac-qcom-ethqos: Configure host DMA width

Sasha Neftin (1):
      Revert "igc: fix a log entry using uninitialized netdev"

Taehee Yoo (1):
      ionic: fix use after netif_napi_del()

Udit Kumar (1):
      dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0

Xiaolei Wang (1):
      net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters

Yonglong Liu (1):
      net: hns3: fix kernel crash problem in concurrent scenario

YonglongLi (2):
      mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID
      mptcp: pm: update add_addr counters after connect

Ziwei Xiao (1):
      gve: Clear napi->skb before dev_kfree_skb_any()

 .mailmap                                           |  1 +
 drivers/net/dsa/qca/qca8k-leds.c                   | 12 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt.h          | 51 ++++++++++++
 drivers/net/ethernet/broadcom/bnxt/bnxt_hwrm.c     |  2 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c    | 12 ++-
 drivers/net/ethernet/cavium/liquidio/lio_vf_rep.c  | 11 ++-
 drivers/net/ethernet/google/gve/gve_rx_dqo.c       |  8 +-
 drivers/net/ethernet/google/gve/gve_tx_dqo.c       | 20 ++---
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  4 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |  2 +
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 21 +++--
 drivers/net/ethernet/intel/igc/igc_main.c          |  5 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  3 +-
 drivers/net/ethernet/pensando/ionic/ionic_lif.c    |  4 +-
 .../ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c    |  4 +
 drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c    | 25 +++---
 drivers/net/geneve.c                               | 10 ++-
 drivers/net/netdevsim/netdev.c                     |  3 +-
 drivers/net/phy/sfp.c                              |  3 +-
 include/dt-bindings/net/ti-dp83867.h               |  4 +-
 include/dt-bindings/net/ti-dp83869.h               |  4 +-
 include/linux/pse-pd/pse.h                         |  4 +-
 include/net/bluetooth/hci_core.h                   | 36 ++++++++-
 include/net/ip_tunnels.h                           |  5 +-
 net/bluetooth/hci_sync.c                           |  2 +-
 net/bluetooth/l2cap_core.c                         | 12 +--
 net/bridge/br_mst.c                                | 13 ++-
 net/ipv4/tcp_timer.c                               |  6 +-
 net/ipv6/netfilter.c                               |  1 +
 net/ipv6/route.c                                   |  4 +-
 net/ipv6/tcp_ipv6.c                                |  3 +-
 net/mptcp/pm_netlink.c                             | 21 +++--
 net/mptcp/protocol.c                               |  1 +
 net/netfilter/ipset/ip_set_core.c                  | 93 ++++++++++++----------
 net/netfilter/ipset/ip_set_list_set.c              | 30 ++++---
 net/netfilter/nft_meta.c                           |  3 +
 net/netfilter/nft_payload.c                        |  4 +
 net/sched/sch_generic.c                            |  1 +
 net/unix/af_unix.c                                 | 18 ++---
 tools/testing/selftests/net/mptcp/mptcp_join.sh    |  5 +-
 40 files changed, 300 insertions(+), 171 deletions(-)

Comments

Linus Torvalds June 13, 2024, 6:17 p.m. UTC | #1
On Thu, 13 Jun 2024 at 09:35, Jakub Kicinski <kuba@kernel.org> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc4

Your key had expired, and the kernel.org repo doesn't have the updated key.

But for once, the key servers actually did update and a refresh fixed
it for me.  Whee! Is the pgp key infrastructure starting to work
again?

                            Linus
Jakub Kicinski June 13, 2024, 6:37 p.m. UTC | #2
On Thu, 13 Jun 2024 11:17:52 -0700 Linus Torvalds wrote:
> >   git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc4  
> 
> Your key had expired, and the kernel.org repo doesn't have the updated key.
> 
> But for once, the key servers actually did update and a refresh fixed
> it for me.  Whee! Is the pgp key infrastructure starting to work
> again?

Cautiously optimistic "whoop!"

I only uploaded the refreshed keys to the servers ~minutes before
sending the PR. Next sync should hopefully get it into pgpkeys.git.
Not to excuse my incompetence but git tag -s didn't scream at me last
week that my key is about to expire :(
Konstantin Ryabitsev June 13, 2024, 6:54 p.m. UTC | #3
On Thu, Jun 13, 2024 at 11:37:26AM GMT, Jakub Kicinski wrote:
> I only uploaded the refreshed keys to the servers ~minutes before
> sending the PR. Next sync should hopefully get it into pgpkeys.git.

I run the sync from keyservers about once every 2 weeks. My key has to be
present to sign it, so it's not a job I can fully automate. I just so happened
to be running it today, so it's already included in the latest batch of
updates.

> Not to excuse my incompetence but git tag -s didn't scream at me last
> week that my key is about to expire :(

The "your key is about to expire" notification bot has been on my todo list
for the longest time.

-K
pr-tracker-bot@kernel.org June 13, 2024, 7:30 p.m. UTC | #4
The pull request you sent on Thu, 13 Jun 2024 09:35:42 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc4

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

Thank you!
patchwork-bot+netdevbpf@kernel.org June 13, 2024, 7:40 p.m. UTC | #5
Hello:

This pull request was applied to netdev/net.git (main)
by Linus Torvalds <torvalds@linux-foundation.org>:

On Thu, 13 Jun 2024 09:35:42 -0700 you wrote:
> Hi Linus!
> 
> Slim pickings this time, probably a combination of summer, DevConf.cz,
> and the end of first half of the year at corporations.
> 
> The following changes since commit d30d0e49da71de8df10bf3ff1b3de880653af562:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Networking for v6.10-rc4
    https://git.kernel.org/netdev/net/c/d20f6b3d747c

You are awesome, thank you!