netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] Fix Rx fatal errors
@ 2025-07-09  6:40 Jiawen Wu
  2025-07-09  6:40 ` [PATCH net 1/3] net: libwx: remove duplicate page_pool_put_full_page() Jiawen Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jiawen Wu @ 2025-07-09  6:40 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/

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 |  1 -
 3 files changed, 10 insertions(+), 18 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2025-07-09 11:47 UTC | newest]

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

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).