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
octeontx2-af: Use separate handlers for interrupts
jira LE-1907
cve CVE-2024-27030
Rebuild_History Non-Buildable kernel-5.14.0-427.28.1.el9_4
commit-author Subbaraya Sundeep <sbhatta@marvell.com>
commit 50e60de
For PF to AF interrupt vector and VF to AF vector same
interrupt handler is registered which is causing race condition.
When two interrupts are raised to two CPUs at same time
then two cores serve same event corrupting the data.
Fixes: 7304ac4 ("octeontx2-af: Add mailbox IRQ and msg handlers")
Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 50e60de)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
0 commit comments