Patch "xen: Fix up build warning with xen_init_time_ops() reference" has been added to the 4.14-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

    xen: Fix up build warning with xen_init_time_ops() reference

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:
     xen-fix-up-build-warning-with-xen_init_time_ops-reference.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 5f9dc72c3a1b1c79e226263d61bcf25326d4e37f Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Jan 2023 13:51:51 +0100
Subject: xen: Fix up build warning with xen_init_time_ops() reference

From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Somehow the xen_init_time_ops() reference got out of sync in the 4.14.y
tree (or it never was in sync), and now there's a build warning.  Fix
that up by making xen_init_time_ops() be __init, not __ref.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
 arch/x86/xen/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/time.c b/arch/x86/xen/time.c
index 03706331f567..8ecc38110bcc 100644
--- a/arch/x86/xen/time.c
+++ b/arch/x86/xen/time.c
@@ -516,7 +516,7 @@ static void __init xen_time_init(void)
 		pvclock_gtod_register_notifier(&xen_pvclock_gtod_notifier);
 }
 
-void __ref xen_init_time_ops(void)
+void __init xen_init_time_ops(void)
 {
 	xen_sched_clock_offset = xen_clocksource_read();
 	pv_time_ops = xen_time_ops;
-- 
2.39.1



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

queue-4.14/x86-i8259-mark-legacy-pic-interrupts-with-irq_level.patch
queue-4.14/revert-input-synaptics-switch-touchpad-on-hp-laptop-15-da3001tu-to-rmi-mode.patch
queue-4.14/xen-fix-up-build-warning-with-xen_init_time_ops-reference.patch
queue-4.14/fs-reiserfs-remove-useless-new_opts-in-reiserfs_remount.patch
queue-4.14/wifi-brcmfmac-fix-up-incorrect-4.14.y-backport-for-brcmf_fw_map_chip_to_name.patch
queue-4.14/module-don-t-wait-for-going-modules.patch
queue-4.14/edac-device-respect-any-driver-supplied-workqueue-polling-value.patch
queue-4.14/w1-fix-warning-after-calling-w1_process.patch
queue-4.14/comedi-adv_pci1760-fix-pwm-instruction-handling.patch
queue-4.14/w1-fix-deadloop-in-__w1_remove_master_device.patch
queue-4.14/usb-gadget-f_fs-prevent-race-during-ffs_ep0_queue_wa.patch
queue-4.14/usb-gadget-f_fs-ensure-ep0req-is-dequeued-before-fre.patch
queue-4.14/tracing-make-sure-trace_printk-can-output-as-soon-as-it-can-be-used.patch
queue-4.14/arm-9280-1-mm-fix-warning-on-phys_addr_t-to-void-pointer-assignment.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