diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:10:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 10:12:40 +0000 |
commit | fbc787c3fed74f9a310515aed1d2d274e2a5e14e (patch) | |
tree | 02199b213dd11f90381f5cca4a0ace4b3cb45e39 /debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch | |
parent | Merging upstream version 6.1.82. (diff) | |
download | linux-fbc787c3fed74f9a310515aed1d2d274e2a5e14e.tar.xz linux-fbc787c3fed74f9a310515aed1d2d274e2a5e14e.zip |
Merging debian version 6.1.82-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches-rt/0035-entry-Fix-the-preempt-lazy-fallout.patch')
-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 |