Patch "clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from ixp4xx_timer_setup()" has been added to the 5.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from ixp4xx_timer_setup()

to the 5.4-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:
     clocksource-drivers-ixp4xx-remove-export_symbol_gpl-from-ixp4xx_timer_setup.patch
and it can be found in the queue-5.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From 41355f2214cef6db6f2d485d9e080d1e69d7011c Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 Jun 2022 11:55:42 +0200
Subject: clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from ixp4xx_timer_setup()

From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

ixp4xx_timer_setup is exported, and so can not be an __init function.
But it does not need to be exported as it is only called from one
in-kernel function, so just remove the EXPORT_SYMBOL_GPL() marking to
resolve the build warning.

This is fixed "properly" in commit 41929c9f628b
("clocksource/drivers/ixp4xx: Drop boardfile probe path") but that can
not be backported to older kernels as the reworking of the IXP4xx
codebase is not suitable for stable releases.

Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
Cc: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
 drivers/clocksource/timer-ixp4xx.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/clocksource/timer-ixp4xx.c
+++ b/drivers/clocksource/timer-ixp4xx.c
@@ -258,7 +258,6 @@ void __init ixp4xx_timer_setup(resource_
 	}
 	ixp4xx_timer_register(base, timer_irq, timer_freq);
 }
-EXPORT_SYMBOL_GPL(ixp4xx_timer_setup);
 
 #ifdef CONFIG_OF
 static __init int ixp4xx_of_timer_init(struct device_node *np)


Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are

queue-5.4/selftests-rseq-fix-work-around-asm-goto-compiler-bugs.patch
queue-5.4/xen-netfront-fix-leaking-data-in-shared-pages.patch
queue-5.4/s390-remove-unneeded-select-build_bin2c.patch
queue-5.4/nfc-nxp-nci-don-t-issue-a-zero-length-i2c_master_read.patch
queue-5.4/selftests-rseq-remove-arm-mips-asm-goto-compiler-work-around.patch
queue-5.4/selftests-rseq-uplift-rseq-selftests-for-compatibility-with-glibc-2.35.patch
queue-5.4/selftests-rseq-introduce-thread-pointer-getters.patch
queue-5.4/nfc-nfcmrvl-fix-irq_of_parse_and_map-return-value.patch
queue-5.4/selftests-rseq-remove-array_size-define-from-individual-tests.patch
queue-5.4/xen-gntdev-avoid-blocking-in-unmap_grant_pages.patch
queue-5.4/pm-devfreq-exynos-ppmu-fix-refcount-leak-in-of_get_devfreq_events.patch
queue-5.4/selftests-net-pass-ipv6_args-to-udpgso_bench-s-ipv6-tcp-test.patch
queue-5.4/selftests-rseq-introduce-own-copy-of-rseq-uapi-header.patch
queue-5.4/rseq-selftests-x86_64-add-rseq_offset_deref_addv.patch
queue-5.4/selftests-rseq-introduce-rseq_get_abi-helper.patch
queue-5.4/xen-arm-fix-race-in-rb-tree-based-p2m-accounting.patch
queue-5.4/virtio-net-fix-race-between-ndo_open-and-virtio_device_ready.patch
queue-5.4/nvdimm-fix-badblocks-clear-off-by-one-error.patch
queue-5.4/sunrpc-fix-read_plus-crasher.patch
queue-5.4/selftests-rseq-fix-ppc32-missing-instruction-selection-u-and-x-for-load-store.patch
queue-5.4/netfilter-nft_dynset-restore-set-element-counter-when-failing-to-update.patch
queue-5.4/dm-raid-fix-accesses-beyond-end-of-raid-member-array.patch
queue-5.4/selftests-rseq-change-type-of-rseq_offset-to-ptrdiff_t.patch
queue-5.4/net-usb-qmi_wwan-add-telit-0x1070-composition.patch
queue-5.4/ipv6-take-care-of-disable_policy-when-restoring-routes.patch
queue-5.4/net-tun-unlink-napi-from-device-on-destruction.patch
queue-5.4/caif_virtio-fix-race-between-virtio_device_ready-and-ndo_open.patch
queue-5.4/net-rose-fix-uaf-bugs-caused-by-timer-handler.patch
queue-5.4/net-usb-qmi_wwan-add-telit-0x1060-composition.patch
queue-5.4/linux-dim-fix-divide-by-0-in-rdma-dim.patch
queue-5.4/clocksource-drivers-ixp4xx-remove-export_symbol_gpl-from-ixp4xx_timer_setup.patch
queue-5.4/powerpc-bpf-fix-use-of-user_pt_regs-in-uapi.patch
queue-5.4/xen-blkfront-force-data-bouncing-when-backend-is-untrusted.patch
queue-5.4/s390-archrandom-simplify-back-to-earlier-design-and-initialize-earlier.patch
queue-5.4/net-tun-avoid-disabling-napi-twice.patch
queue-5.4/selftests-rseq-fix-ppc32-wrong-rseq_cs-32-bit-field-pointer-on-big-endian.patch
queue-5.4/usbnet-fix-memory-allocation-in-helpers.patch
queue-5.4/selftests-rseq-x86-32-use-gs-segment-selector-for-accessing-rseq-thread-area.patch
queue-5.4/net-ipv6-unexport-__init-annotated-seg6_hmac_net_init.patch
queue-5.4/net-tun-stop-napi-when-detaching-queues.patch
queue-5.4/ipv6-sit-fix-ipip6_tunnel_get_prl-return-value.patch
queue-5.4/xen-blkfront-fix-leaking-data-in-shared-pages.patch
queue-5.4/net-usb-ax88179_178a-fix-packet-receiving.patch
queue-5.4/selftests-rseq-remove-volatile-from-__rseq_abi.patch
queue-5.4/selftests-rseq-fix-warnings-about-if-checks-of-undefined-tokens.patch
queue-5.4/powerpc-prom_init-fix-kernel-config-grep.patch
queue-5.4/selftests-rseq-fix-ppc32-offsets-by-using-long-rather-than-off_t.patch
queue-5.4/sit-use-min.patch
queue-5.4/selftests-rseq-remove-useless-assignment-to-cpu-variable.patch
queue-5.4/net-bonding-fix-use-after-free-after-802.3ad-slave-unbind.patch
queue-5.4/rdma-qedr-fix-reporting-qp-timeout-attribute.patch
queue-5.4/dm-raid-fix-kasan-warning-in-raid5_add_disks.patch
queue-5.4/net-sched-act_api-notify-user-space-if-any-actions-were-flushed-before-error.patch
queue-5.4/selftests-rseq-x86-64-use-fs-segment-selector-for-accessing-rseq-thread-area.patch
queue-5.4/xen-netfront-force-data-bouncing-when-backend-is-untrusted.patch
queue-5.4/net-bonding-fix-possible-null-deref-in-rlb-code.patch
queue-5.4/net-dsa-bcm_sf2-force-pause-link-settings.patch



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux