This is a note to let you know that I've just added the patch titled parisc: Export iosapic_serial_irq() symbol for serial port driver to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: parisc-export-iosapic_serial_irq-symbol-for-serial-port-driver.patch and it can be found in the queue-5.15 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From a0c9f1f2e53b8eb2ae43987a30e547ba56b4fa18 Mon Sep 17 00:00:00 2001 From: Helge Deller <deller@xxxxxx> Date: Thu, 27 Oct 2022 09:12:05 +0200 Subject: parisc: Export iosapic_serial_irq() symbol for serial port driver From: Helge Deller <deller@xxxxxx> commit a0c9f1f2e53b8eb2ae43987a30e547ba56b4fa18 upstream. The parisc serial port driver needs this symbol when it's compiled as module. Signed-off-by: Helge Deller <deller@xxxxxx> Reported-by: kernel test robot <lkp@xxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/parisc/iosapic.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/parisc/iosapic.c +++ b/drivers/parisc/iosapic.c @@ -875,6 +875,7 @@ int iosapic_serial_irq(struct parisc_dev return vi->txn_irq; } +EXPORT_SYMBOL(iosapic_serial_irq); #endif Patches currently in stable-queue which might be from deller@xxxxxx are queue-5.15/parisc-make-8250_gsc-driver-dependend-on-config_parisc.patch queue-5.15/parisc-avoid-printing-the-hardware-path-twice.patch queue-5.15/fbdev-stifb-fall-back-to-cfb_fillrect-on-32-bit-hcrx.patch queue-5.15/video-fbdev-stifb-implement-the-stifb_fillrect-funct.patch queue-5.15/parisc-export-iosapic_serial_irq-symbol-for-serial-port-driver.patch