This is a note to let you know that I've just added the patch titled media: dvb: symbol fixup for dvb_attach() - again to the 4.14-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: media-dvb-symbol-fixup-for-dvb_attach-again.patch and it can be found in the queue-4.14 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 970a3117c19c4e7a24f7c6f78b8153aed62786ec Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Sat, 7 Oct 2023 13:50:27 +0200 Subject: media: dvb: symbol fixup for dvb_attach() - again From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> In commit cd98086a7d9d ("media: dvb: symbol fixup for dvb_attach()") in the 4.14.y tree, a few symbols were missed due to files being renamed in newer kernel versions. Fix this up by properly marking up the sp8870_attach and xc2028_attach symbols. Reported-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/b12435b2311ada131db05d3cf195b4b5d87708eb.camel@xxxxxxxxxxxxxxx Fixes: cd98086a7d9d ("media: dvb: symbol fixup for dvb_attach()") Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/media/dvb-frontends/sp8870.c | 2 +- drivers/media/tuners/tuner-xc2028.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/drivers/media/dvb-frontends/sp8870.c +++ b/drivers/media/dvb-frontends/sp8870.c @@ -619,4 +619,4 @@ MODULE_DESCRIPTION("Spase SP8870 DVB-T D MODULE_AUTHOR("Juergen Peitz"); MODULE_LICENSE("GPL"); -EXPORT_SYMBOL(sp8870_attach); +EXPORT_SYMBOL_GPL(sp8870_attach); --- a/drivers/media/tuners/tuner-xc2028.c +++ b/drivers/media/tuners/tuner-xc2028.c @@ -1516,7 +1516,7 @@ fail: return NULL; } -EXPORT_SYMBOL(xc2028_attach); +EXPORT_SYMBOL_GPL(xc2028_attach); MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver"); MODULE_AUTHOR("Michel Ludwig <michel.ludwig@xxxxxxxxx>"); Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-4.14/ata-libata-disallow-dev-initiated-lpm-transitions-to-unsupported-states.patch queue-4.14/i2c-i801-unregister-tco_pdev-in-i801_probe-error-path.patch queue-4.14/vc_screen-reload-load-of-struct-vc_data-pointer-in-vcs_write-to-avoid-uaf.patch queue-4.14/ata-libata-sata-increase-pmp-srst-timeout-to-10s.patch queue-4.14/ata-libata-scsi-ignore-reserved-bits-for-report-supported-operation-codes.patch queue-4.14/ata-libata-core-fix-ata_port_request_pm-locking.patch queue-4.14/nilfs2-fix-potential-use-after-free-in-nilfs_gccache_submit_read_data.patch queue-4.14/serial-8250_port-check-irq-data-before-use.patch queue-4.14/fs-binfmt_elf_efpic-fix-personality-for-elf-fdpic.patch queue-4.14/btrfs-properly-report-0-avail-for-very-full-file-systems.patch queue-4.14/net-sched-sch_hfsc-ensure-inner-classes-have-fsc-curve.patch queue-4.14/media-dvb-symbol-fixup-for-dvb_attach-again.patch queue-4.14/ext4-fix-rec_len-verify-error.patch queue-4.14/ata-libata-core-fix-port-and-device-removal.patch