Commit 1978d5a
committed
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>1 parent 78193d6 commit 1978d5a
1 file changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2512 | 2512 | | |
2513 | 2513 | | |
2514 | 2514 | | |
2515 | | - | |
| 2515 | + | |
2516 | 2516 | | |
2517 | 2517 | | |
2518 | | - | |
2519 | 2518 | | |
2520 | 2519 | | |
2521 | 2520 | | |
| |||
2529 | 2528 | | |
2530 | 2529 | | |
2531 | 2530 | | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
| 2539 | + | |
| 2540 | + | |
| 2541 | + | |
| 2542 | + | |
2532 | 2543 | | |
2533 | 2544 | | |
2534 | 2545 | | |
| |||
2862 | 2873 | | |
2863 | 2874 | | |
2864 | 2875 | | |
2865 | | - | |
| 2876 | + | |
2866 | 2877 | | |
2867 | 2878 | | |
2868 | 2879 | | |
| |||
0 commit comments