diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0249-lockdep-disable-self-test.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0249-lockdep-disable-self-test.patch b/debian/patches-rt/0249-lockdep-disable-self-test.patch index bd19a4f00..18d5822b3 100644 --- a/debian/patches-rt/0249-lockdep-disable-self-test.patch +++ b/debian/patches-rt/0249-lockdep-disable-self-test.patch @@ -1,11 +1,11 @@ -From da32b1f1c20ebd096acfb511cf3a608169d210c7 Mon Sep 17 00:00:00 2001 +From a329d91a9f582f226fbb63aa414fa07b00de66db Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Tue, 17 Oct 2017 16:36:18 +0200 Subject: [PATCH 249/323] lockdep: disable self-test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -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 The self-test wasn't always 100% accurate for RT. We disabled a few tests which failed because they had a different semantic for RT. Some @@ -18,7 +18,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug -index 24ca61cf86dd..70172d5ab82a 100644 +index 24ca61cf86ddc..70172d5ab82a8 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -1373,7 +1373,7 @@ config DEBUG_ATOMIC_SLEEP @@ -31,5 +31,5 @@ index 24ca61cf86dd..70172d5ab82a 100644 Say Y here if you want the kernel to run a short self-test during bootup. The self-test checks whether common types of locking bugs -- -2.43.0 +2.44.0 |