diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 16:58:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 16:58:15 +0000 |
commit | 2d139def3645feb04fd5a703be97b7f3eae8b556 (patch) | |
tree | 11c56a757cab0bdb6226826737d30a48ee9c13d3 /debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch | |
parent | Merging upstream version 6.1.82. (diff) | |
download | linux-2d139def3645feb04fd5a703be97b7f3eae8b556.tar.xz linux-2d139def3645feb04fd5a703be97b7f3eae8b556.zip |
Adding debian version 6.1.82-1.debian/6.1.82-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch b/debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch index 27139e9bb..7f0a5ed09 100644 --- a/debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch +++ b/debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch @@ -1,8 +1,8 @@ -From d37c604152cbded61a8e107918d3b9950725d897 Mon Sep 17 00:00:00 2001 +From ade991778b3eaf56b69da1366879a9ddf5a954c5 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 13 Jul 2021 07:52:52 +0200 -Subject: [PATCH 35/62] entry: Fix the preempt lazy fallout -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz +Subject: [PATCH 35/64] entry: Fix the preempt lazy fallout +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz Common code needs common defines.... @@ -45,5 +45,5 @@ index 93cc1ae12125..3dc3704a3cdb 100644 (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | _TIF_UPROBE | \ _TIF_NEED_RESCHED_MASK | _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL | \ -- -2.43.0 +2.44.0 |