]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop broken riscv patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jun 2025 07:59:04 +0000 (09:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jun 2025 07:59:04 +0000 (09:59 +0200)
queue-5.10/clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch [deleted file]
queue-5.10/series
queue-5.15/clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch [deleted file]
queue-5.15/series

diff --git a/queue-5.10/clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch b/queue-5.10/clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch
deleted file mode 100644 (file)
index bb8555f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-From a71c2fa48f8601049041b0cb74aeeaa184be7fa4 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 19 Feb 2025 19:41:35 +0800
-Subject: clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug
-
-From: Nick Hu <nick.hu@sifive.com>
-
-[ Upstream commit 70c93b026ed07078e933583591aa9ca6701cd9da ]
-
-Stop the timer when the cpu is going to be offline otherwise the
-timer interrupt may be pending while performing power-down.
-
-Suggested-by: Anup Patel <anup@brainfault.org>
-Link: https://lore.kernel.org/lkml/20240829033904.477200-3-nick.hu@sifive.com/T/#u
-Signed-off-by: Nick Hu <nick.hu@sifive.com>
-Reviewed-by: Anup Patel <anup@brainfault.org>
-Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-Link: https://lore.kernel.org/r/20250219114135.27764-3-nick.hu@sifive.com
-Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/clocksource/timer-riscv.c | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/drivers/clocksource/timer-riscv.c b/drivers/clocksource/timer-riscv.c
-index c51c5ed15aa75..427c92dd048c4 100644
---- a/drivers/clocksource/timer-riscv.c
-+++ b/drivers/clocksource/timer-riscv.c
-@@ -75,7 +75,13 @@ static int riscv_timer_starting_cpu(unsigned int cpu)
- static int riscv_timer_dying_cpu(unsigned int cpu)
- {
-+      /*
-+       * Stop the timer when the cpu is going to be offline otherwise
-+       * the timer interrupt may be pending while performing power-down.
-+       */
-+      riscv_clock_event_stop();
-       disable_percpu_irq(riscv_clock_event_irq);
-+
-       return 0;
- }
--- 
-2.39.5
-
index ebfea2ae406033b24f56e1f5ab304fe7ac81e182..a3d56eab8797adcb41a4a8e155a824925f54c382 100644 (file)
@@ -135,7 +135,6 @@ i2c-qup-vote-for-interconnect-bandwidth-to-dram.patch
 i2c-pxa-fix-call-balance-of-i2c-clk-handling-routine.patch
 btrfs-avoid-linker-error-in-btrfs_find_create_tree_b.patch
 btrfs-send-return-enametoolong-when-attempting-a-pat.patch
-clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch
 um-store-full-csgsfs-and-ss-register-from-mcontext.patch
 um-update-min_low_pfn-to-match-changes-in-uml_reserv.patch
 ext4-reorder-capability-check-last.patch
diff --git a/queue-5.15/clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch b/queue-5.15/clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch
deleted file mode 100644 (file)
index 3260c7f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-From d469d244ff224a69d98fe50b33ea259a662f6d9f Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Wed, 19 Feb 2025 19:41:35 +0800
-Subject: clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug
-
-From: Nick Hu <nick.hu@sifive.com>
-
-[ Upstream commit 70c93b026ed07078e933583591aa9ca6701cd9da ]
-
-Stop the timer when the cpu is going to be offline otherwise the
-timer interrupt may be pending while performing power-down.
-
-Suggested-by: Anup Patel <anup@brainfault.org>
-Link: https://lore.kernel.org/lkml/20240829033904.477200-3-nick.hu@sifive.com/T/#u
-Signed-off-by: Nick Hu <nick.hu@sifive.com>
-Reviewed-by: Anup Patel <anup@brainfault.org>
-Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-Link: https://lore.kernel.org/r/20250219114135.27764-3-nick.hu@sifive.com
-Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/clocksource/timer-riscv.c | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/drivers/clocksource/timer-riscv.c b/drivers/clocksource/timer-riscv.c
-index c51c5ed15aa75..427c92dd048c4 100644
---- a/drivers/clocksource/timer-riscv.c
-+++ b/drivers/clocksource/timer-riscv.c
-@@ -75,7 +75,13 @@ static int riscv_timer_starting_cpu(unsigned int cpu)
- static int riscv_timer_dying_cpu(unsigned int cpu)
- {
-+      /*
-+       * Stop the timer when the cpu is going to be offline otherwise
-+       * the timer interrupt may be pending while performing power-down.
-+       */
-+      riscv_clock_event_stop();
-       disable_percpu_irq(riscv_clock_event_irq);
-+
-       return 0;
- }
--- 
-2.39.5
-
index cf7fd500f69f1a862e8459933cad62f8f0ff1690..d319f91adfc2f94add772a68c90916360b831842 100644 (file)
@@ -33,7 +33,6 @@ btrfs-get-zone-unusable-bytes-while-holding-lock-at-.patch
 btrfs-send-return-enametoolong-when-attempting-a-pat.patch
 i3c-master-svc-fix-missing-stop-for-master-request.patch
 dlm-make-tcp-still-work-in-multi-link-env.patch
-clocksource-drivers-timer-riscv-stop-stimecmp-when-c.patch
 um-store-full-csgsfs-and-ss-register-from-mcontext.patch
 um-update-min_low_pfn-to-match-changes-in-uml_reserv.patch
 ext4-reorder-capability-check-last.patch