Commit be0b1ba
CIQ Kernel Automation
octeontx2-af: Use separate handlers for interrupts
jira VULN-37687
cve CVE-2024-27030
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: CIQ Kernel Automation <ciq_kernel_automation@ciq.com>1 parent 8a3fbd2 commit be0b1ba
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2481 | 2481 | | |
2482 | 2482 | | |
2483 | 2483 | | |
2484 | | - | |
| 2484 | + | |
2485 | 2485 | | |
2486 | 2486 | | |
2487 | | - | |
2488 | 2487 | | |
2489 | 2488 | | |
2490 | 2489 | | |
| |||
2498 | 2497 | | |
2499 | 2498 | | |
2500 | 2499 | | |
| 2500 | + | |
| 2501 | + | |
| 2502 | + | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
2501 | 2512 | | |
2502 | 2513 | | |
2503 | 2514 | | |
| |||
2831 | 2842 | | |
2832 | 2843 | | |
2833 | 2844 | | |
2834 | | - | |
| 2845 | + | |
2835 | 2846 | | |
2836 | 2847 | | |
2837 | 2848 | | |
| |||
0 commit comments