Message ID | 20240713012205.4143828-1-kuba@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [GIT,PULL] Networking for v6.10-rc8 (follow up) | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 833 this patch: 833 |
netdev/build_tools | success | No tools touched, skip |
netdev/build_clang | success | Errors and warnings before: 835 this patch: 835 |
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: 837 this patch: 837 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
netdev/kdoc | success | Errors and warnings before: 2 this patch: 2 |
netdev/contest | success | net-next-2024-07-13--03-00 (tests: 696) |
On Fri, 12 Jul 2024 18:22:05 -0700 Jakub Kicinski wrote:
> Friday
Sunday..
The pull request you sent on Fri, 12 Jul 2024 18:22:05 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc8-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/528dd46d0fc35c0176257a13a27d41e44fcc6cb3
Thank you!
Hi Linus! If you're planning to cut final on Friday please consider pulling for the bnxt fix. The following changes since commit 51df8e0cbaefd432f7029dde94e6c7e4e5b19465: Merge tag 'net-6.10-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2024-07-11 09:29:49 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git tags/net-6.10-rc8-2 for you to fetch changes up to f7ce5eb2cb7993e4417642ac28713a063123461f: bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring() (2024-07-12 18:00:00 -0700) ---------------------------------------------------------------- A quick follow up to yesterday's PR. We got a regressions report for the bnxt patch as soon as it got to your tree. The ethtool fix is also good to have, although it's an older regression. Current release - regressions: - eth: bnxt_en: fix crash in bnxt_get_max_rss_ctx_ring() on older HW when user tries to decrease the ring count Previous releases - regressions: - ethtool: fix RSS setting, accept "no change" setting if the driver doesn't support the new features - eth: i40e: remove needless retries of NVM update, don't wait 20min when we know the firmware update won't succeed Signed-off-by: Jakub Kicinski <kuba@kernel.org> ---------------------------------------------------------------- Aleksandr Loktionov (1): i40e: fix: remove needless retries of NVM update David S. Miller (1): Merge branch 'octeontx2-cpt-rss-cfg-fixes' into main Kiran Kumar K (1): octeontx2-af: fix issue with IPv6 ext match for RSS Michael Chan (1): bnxt_en: Fix crash in bnxt_get_max_rss_ctx_ring() Michal Mazur (1): octeontx2-af: fix detection of IP layer Nithin Dabilpuram (1): octeontx2-af: replace cpt slot with lf id on reg write Saeed Mahameed (1): net: ethtool: Fix RSS setting Satheesh Paul (1): octeontx2-af: fix issue with IPv4 match for RSS Srujana Challa (1): octeontx2-af: fix a issue with cpt_lf_alloc mailbox drivers/net/ethernet/broadcom/bnxt/bnxt.c | 3 +++ drivers/net/ethernet/intel/i40e/i40e_adminq.h | 4 ---- drivers/net/ethernet/marvell/octeontx2/af/mbox.h | 2 +- drivers/net/ethernet/marvell/octeontx2/af/npc.h | 8 ++++++-- .../net/ethernet/marvell/octeontx2/af/rvu_cpt.c | 23 +++++++++++++++------- .../net/ethernet/marvell/octeontx2/af/rvu_nix.c | 12 +++++++---- net/ethtool/ioctl.c | 3 ++- 7 files changed, 36 insertions(+), 19 deletions(-)