On Thu, Aug 21, 2025 at 01:12:27PM +0000, Jinjie Ruan wrote:
From: Jacob Pan jacob.jun.pan@linux.intel.com
Prepare for calling external interrupt handlers directly from the posted MSI demultiplexing loop. Extract the common code from common_interrupt() to avoid code duplication.
Signed-off-by: Jacob Pan jacob.jun.pan@linux.intel.com Signed-off-by: Thomas Gleixner tglx@linutronix.de Link: https://lore.kernel.org/r/20240423174114.526704-8-jacob.jun.pan@linux.intel.... Signed-off-by: Jinjie Ruan ruanjinjie@huawei.com
arch/x86/kernel/irq.c | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-)
<formletter>
This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.
</formletter>