You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eth: bnxt: fix missing ring index trim on error path
jira LE-4297
cve CVE-2025-37873
Rebuild_History Non-Buildable kernel-6.12.0-55.34.1.el10_0
commit-author Jakub Kicinski <[email protected]>
commit 12f2d03
Commit under Fixes converted tx_prod to be free running but missed
masking it on the Tx error path. This crashes on error conditions,
for example when DMA mapping fails.
Fixes: 6d1add9 ("bnxt_en: Modify TX ring indexing logic.")
Reviewed-by: Michael Chan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
(cherry picked from commit 12f2d03)
Signed-off-by: Jonathan Maple <[email protected]>
0 commit comments