lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <174163923453.3688527.11877711780518308439.git-patchwork-notify@kernel.org>
Date: Mon, 10 Mar 2025 20:40:34 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Taehee Yoo <ap420073@...il.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
 edumazet@...gle.com, andrew+netdev@...n.ch, michael.chan@...adcom.com,
 pavan.chebbi@...adcom.com, horms@...nel.org, shuah@...nel.org,
 netdev@...r.kernel.org, linux-kselftest@...r.kernel.org,
 almasrymina@...gle.com, asml.silence@...il.com, willemb@...gle.com,
 kaiyuanz@...gle.com, skhawaja@...gle.com, sdf@...ichev.me,
 gospo@...adcom.com, somnath.kotur@...adcom.com, dw@...idwei.uk,
 amritha.nambiar@...el.com, xuanzhuo@...ux.alibaba.com
Subject: Re: [PATCH v3 net 0/8] eth: bnxt: fix several bugs in the bnxt module

Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Sun,  9 Mar 2025 13:42:11 +0000 you wrote:
> The first fixes setting incorrect skb->truesize.
> When xdp-mb prog returns XDP_PASS, skb is allocated and initialized.
> Currently, The truesize is calculated as BNXT_RX_PAGE_SIZE *
> sinfo->nr_frags, but sinfo->nr_frags is flushed by napi_build_skb().
> So, it stores sinfo before calling napi_build_skb() and then use it
> for calculate truesize.
> 
> [...]

Here is the summary with links:
  - [v3,net,1/8] eth: bnxt: fix truesize for mb-xdp-pass case
    https://git.kernel.org/netdev/net/c/9f7b2aa5034e
  - [v3,net,2/8] eth: bnxt: return fail if interface is down in bnxt_queue_mem_alloc()
    https://git.kernel.org/netdev/net/c/ca2456e07395
  - [v3,net,3/8] eth: bnxt: do not use BNXT_VNIC_NTUPLE unconditionally in queue restart logic
    https://git.kernel.org/netdev/net/c/661958552eda
  - [v3,net,4/8] eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
    https://git.kernel.org/netdev/net/c/c03e7d05aa0e
  - [v3,net,5/8] eth: bnxt: fix kernel panic in the bnxt_get_queue_stats{rx | tx}
    https://git.kernel.org/netdev/net/c/f09af5fdfbd9
  - [v3,net,6/8] eth: bnxt: fix memory leak in queue reset
    https://git.kernel.org/netdev/net/c/87dd2850835d
  - [v3,net,7/8] net: devmem: do not WARN conditionally after netdev_rx_queue_restart()
    https://git.kernel.org/netdev/net/c/a70f891e0fa0
  - [v3,net,8/8] selftests: drv-net: add xdp cases for ping.py
    https://git.kernel.org/netdev/net/c/75cc19c8ff89

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ