From 9b228b28ccd91b2f915f0575b7d67a8610b72d30 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 06:21:44 +0200 Subject: Merging debian version 4.19.304-1. Signed-off-by: Daniel Baumann --- debian/patches-rt/0121-softirq-Split-softirq-locks.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debian/patches-rt/0121-softirq-Split-softirq-locks.patch') diff --git a/debian/patches-rt/0121-softirq-Split-softirq-locks.patch b/debian/patches-rt/0121-softirq-Split-softirq-locks.patch index ea0ad8b8d..0b8b3ac84 100644 --- a/debian/patches-rt/0121-softirq-Split-softirq-locks.patch +++ b/debian/patches-rt/0121-softirq-Split-softirq-locks.patch @@ -1,7 +1,7 @@ From: Thomas Gleixner Date: Thu, 4 Oct 2012 14:20:47 +0100 -Subject: [PATCH 121/353] softirq: Split softirq locks -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=c9087b85873c1e3cac33ac6ce45442cc13505b4c +Subject: [PATCH 121/354] softirq: Split softirq locks +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=92e843a596790848cb412927152e8e90db9797c3 The 3.x RT series removed the split softirq implementation in favour of pushing softirq processing into the context of the thread which @@ -135,7 +135,7 @@ index eec4bec454b5..cf9860d49d57 100644 struct hrtimer timer; struct tasklet_struct tasklet; diff --git a/include/linux/preempt.h b/include/linux/preempt.h -index 9984f2b75b73..27c3176d88d2 100644 +index 8dc7800151f0..c196866734d3 100644 --- a/include/linux/preempt.h +++ b/include/linux/preempt.h @@ -51,7 +51,11 @@ @@ -198,10 +198,10 @@ index 44a5e80481bb..bf13a967491e 100644 #define PF_EXITING 0x00000004 /* Getting shut down */ #define PF_VCPU 0x00000010 /* I'm a virtual CPU */ diff --git a/init/main.c b/init/main.c -index 489a5aa7ba53..703b627a6060 100644 +index 08c312abbaf1..298257e2cd42 100644 --- a/init/main.c +++ b/init/main.c -@@ -553,6 +553,7 @@ asmlinkage __visible void __init start_kernel(void) +@@ -549,6 +549,7 @@ asmlinkage __visible void __init start_kernel(void) setup_command_line(command_line); setup_nr_cpu_ids(); setup_per_cpu_areas(); -- cgit v1.2.3