netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/3] Fix Rx fatal errors
@ 2025-07-14  2:47 Jiawen Wu
  2025-07-14  2:47 ` [PATCH net v2 1/3] net: libwx: remove duplicate page_pool_put_full_page() Jiawen Wu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jiawen Wu @ 2025-07-14  2:47 UTC (permalink / raw)
  To: netdev, andrew+netdev, davem, edumazet, kuba, pabeni, horms,
	michal.kubiak
  Cc: mengyuanlou, duanqiangwen, Jiawen Wu

There are some fatal errors on the Rx NAPI path, which can cause the
kernel to crash. Fix known issues and potential risks.

The part of the patches has been mentioned before[1].

[1]: https://lore.kernel.org/all/C8A23A11DB646E60+20250630094102.22265-1-jiawenwu@trustnetic.com/

Change logs in v2:
- link to v1: https://lore.kernel.org/all/20250709064025.19436-1-jiawenwu@trustnetic.com/
- remove the unused member in WX_CB
- correct the spelling mistake

Jiawen Wu (3):
  net: libwx: remove duplicate page_pool_put_full_page()
  net: libwx: fix the using of Rx buffer DMA
  net: libwx: properly reset Rx ring descriptor

 drivers/net/ethernet/wangxun/libwx/wx_hw.c   |  7 +++----
 drivers/net/ethernet/wangxun/libwx/wx_lib.c  | 20 +++++++-------------
 drivers/net/ethernet/wangxun/libwx/wx_type.h |  2 --
 3 files changed, 10 insertions(+), 19 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-07-16  0:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14  2:47 [PATCH net v2 0/3] Fix Rx fatal errors Jiawen Wu
2025-07-14  2:47 ` [PATCH net v2 1/3] net: libwx: remove duplicate page_pool_put_full_page() Jiawen Wu
2025-07-14 11:11   ` Simon Horman
2025-07-14  2:47 ` [PATCH net v2 2/3] net: libwx: fix the using of Rx buffer DMA Jiawen Wu
2025-07-14  2:47 ` [PATCH net v2 3/3] net: libwx: properly reset Rx ring descriptor Jiawen Wu
2025-07-16  0:40 ` [PATCH net v2 0/3] Fix Rx fatal errors patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).