]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'fix-rx-fatal-errors'
authorJakub Kicinski <kuba@kernel.org>
Wed, 16 Jul 2025 00:28:28 +0000 (17:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Jul 2025 00:28:28 +0000 (17:28 -0700)
commitd4f9b8847989e17ae1f2f52a6702ff493548f072
tree470adb9f7ccbcc696a2a29b8270dcf0177b11662
parente6176ab107ec6e57a752a97ba9f7c34a23034262
parentd992ed7e1b687ad7df0763d3e015a5358646210b
Merge branch 'fix-rx-fatal-errors'

Jiawen Wu says:

====================
Fix Rx fatal errors

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/

v1: https://lore.kernel.org/20250709064025.19436-1-jiawenwu@trustnetic.com
====================

Link: https://patch.msgid.link/20250714024755.17512-1-jiawenwu@trustnetic.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>