diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 17:45:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 17:46:06 +0000 |
commit | 30c4ae2eedacfbb99ce91d04f6232e7c26e498dd (patch) | |
tree | 968a4e3149e28312eb427de8cdfc970ad5a8cffb /debian/patches-rt/0305-locking-Drop-might_resched-from-might_sleep_no_state.patch | |
parent | Merging upstream version 5.10.216. (diff) | |
download | linux-30c4ae2eedacfbb99ce91d04f6232e7c26e498dd.tar.xz linux-30c4ae2eedacfbb99ce91d04f6232e7c26e498dd.zip |
Merging debian version 5.10.216-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches-rt/0305-locking-Drop-might_resched-from-might_sleep_no_state.patch')
-rw-r--r-- | debian/patches-rt/0305-locking-Drop-might_resched-from-might_sleep_no_state.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0305-locking-Drop-might_resched-from-might_sleep_no_state.patch b/debian/patches-rt/0305-locking-Drop-might_resched-from-might_sleep_no_state.patch index f424e077f..05603f7ab 100644 --- a/debian/patches-rt/0305-locking-Drop-might_resched-from-might_sleep_no_state.patch +++ b/debian/patches-rt/0305-locking-Drop-might_resched-from-might_sleep_no_state.patch @@ -1,9 +1,9 @@ -From 8eddd2dc82853a3df908061f6ddf71bde523917b Mon Sep 17 00:00:00 2001 +From c881df2fc1bc108783550d50d500909aeb6e3c79 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Mon, 6 Sep 2021 18:19:16 +0200 Subject: [PATCH 305/323] locking: Drop might_resched() from might_sleep_no_state_check() -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 might_sleep_no_state_check() serves the same purpose as might_sleep() except it is used before sleeping locks are acquired and therefore does @@ -23,7 +23,7 @@ Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/kernel.h b/include/linux/kernel.h -index 7b4fdd5b2f7b..4e88ae0b2578 100644 +index 7b4fdd5b2f7ba..4e88ae0b2578e 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -225,7 +225,7 @@ extern void __cant_migrate(const char *file, int line); @@ -36,5 +36,5 @@ index 7b4fdd5b2f7b..4e88ae0b2578 100644 /** * cant_sleep - annotation for functions that cannot sleep -- -2.43.0 +2.44.0 |