diff options
Diffstat (limited to 'debian/patches-rt/0002-stop_machine-Add-function-and-caller-debug-info.patch')
-rw-r--r-- | debian/patches-rt/0002-stop_machine-Add-function-and-caller-debug-info.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/0002-stop_machine-Add-function-and-caller-debug-info.patch b/debian/patches-rt/0002-stop_machine-Add-function-and-caller-debug-info.patch index f68789cd5..a6827877c 100644 --- a/debian/patches-rt/0002-stop_machine-Add-function-and-caller-debug-info.patch +++ b/debian/patches-rt/0002-stop_machine-Add-function-and-caller-debug-info.patch @@ -1,8 +1,8 @@ -From 863bc087d69814dc4113ca9ec91ce1895b53480e Mon Sep 17 00:00:00 2001 +From 73242e5fc6930a7741cd1741bb1f1e2fb0ec998d Mon Sep 17 00:00:00 2001 From: Peter Zijlstra <peterz@infradead.org> Date: Fri, 23 Oct 2020 12:11:59 +0200 Subject: [PATCH 002/323] stop_machine: Add function and caller debug info -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 Crashes in stop-machine are hard to connect to the calling code, add a little something to help with that. |