From 429d3efd5669e129a6168d62edb6832e36b7a2a0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 8 May 2024 19:45:36 +0200 Subject: Adding debian version 5.10.216-1. Signed-off-by: Daniel Baumann --- .../0124-softirq-Move-related-code-into-one-section.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch') diff --git a/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch b/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch index fb937d24b..85a13af1b 100644 --- a/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch +++ b/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch @@ -1,8 +1,8 @@ -From e40ca378bfbd05514961947d57b163831bdc3bbe Mon Sep 17 00:00:00 2001 +From f85331252d6a3cbbfd9a8d3e68f109188fcbbd6a Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Fri, 13 Nov 2020 15:02:18 +0100 Subject: [PATCH 124/323] softirq: Move related code into one section -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz To prepare for adding a RT aware variant of softirq serialization and processing move related code into one section so the necessary #ifdeffery @@ -17,7 +17,7 @@ Signed-off-by: Sebastian Andrzej Siewior 1 file changed, 54 insertions(+), 53 deletions(-) diff --git a/kernel/softirq.c b/kernel/softirq.c -index 09229ad82209..617009ccd82c 100644 +index 09229ad822096..617009ccd82ce 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -92,6 +92,13 @@ static bool ksoftirqd_running(unsigned long pending) @@ -165,5 +165,5 @@ index 09229ad82209..617009ccd82c 100644 { #ifdef CONFIG_NO_HZ_COMMON -- -2.43.0 +2.44.0 -- cgit v1.2.3