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/0060-posix-timers-Ensure-timer-ID-search-loop-limit-is-va.patch | |
parent | Merging upstream version 6.1.82. (diff) | |
download | linux-00764f62073a1ee93d9a1c73259cfee9bfe437eb.tar.xz linux-00764f62073a1ee93d9a1c73259cfee9bfe437eb.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 'debian/patches-rt/0060-posix-timers-Ensure-timer-ID-search-loop-limit-is-va.patch')
-rw-r--r-- | debian/patches-rt/0060-posix-timers-Ensure-timer-ID-search-loop-limit-is-va.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0060-posix-timers-Ensure-timer-ID-search-loop-limit-is-va.patch b/debian/patches-rt/0060-posix-timers-Ensure-timer-ID-search-loop-limit-is-va.patch index 8b22f207c..496d1bf24 100644 --- a/debian/patches-rt/0060-posix-timers-Ensure-timer-ID-search-loop-limit-is-va.patch +++ b/debian/patches-rt/0060-posix-timers-Ensure-timer-ID-search-loop-limit-is-va.patch @@ -1,9 +1,9 @@ -From a0d2c56749857956cb8ef1ccf2d982e2c1770f08 Mon Sep 17 00:00:00 2001 +From 65faef025aab1266654039c8e238988cd7d9fbfb Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Thu, 1 Jun 2023 20:58:47 +0200 -Subject: [PATCH 60/62] posix-timers: Ensure timer ID search-loop limit is +Subject: [PATCH 60/64] posix-timers: Ensure timer ID search-loop limit is valid -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.69-rt21.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/6.1/older/patches-6.1.82-rt27.tar.xz posix_timer_add() tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful allocation. @@ -111,5 +111,5 @@ index ed3c4a954398..2d6cf93ca370 100644 static inline void unlock_timer(struct k_itimer *timr, unsigned long flags) -- -2.43.0 +2.44.0 |