Skip to content

octeontx2-af: Use separate handlers for interrupts

Kamal Heib requested to merge kheib/centos-stream-9:RHEL-35170 into main

JIRA: https://issues.redhat.com/browse/RHEL-35170
CVE: CVE-2024-27030

commit 50e60de381c342008c0956fd762e1c26408f372c
Author: Subbaraya Sundeep sbhatta@marvell.com
Date: Mon Mar 18 14:59:58 2024 +0530

octeontx2-af: Use separate handlers for interrupts  

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: 7304ac4567bc ("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>  

Signed-off-by: Kamal Heib kheib@redhat.com

Merge request reports