diff options
Diffstat (limited to 'debian/patches-rt/0117-lockdep-Make-it-RT-aware.patch')
-rw-r--r-- | debian/patches-rt/0117-lockdep-Make-it-RT-aware.patch | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0117-lockdep-Make-it-RT-aware.patch b/debian/patches-rt/0117-lockdep-Make-it-RT-aware.patch index 445f08b7b..edeec8c3e 100644 --- a/debian/patches-rt/0117-lockdep-Make-it-RT-aware.patch +++ b/debian/patches-rt/0117-lockdep-Make-it-RT-aware.patch @@ -1,8 +1,7 @@ -From 847045ea96b917f8dab8df5053e66280a83c84e4 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Sun, 17 Jul 2011 18:51:23 +0200 -Subject: [PATCH 117/347] lockdep: Make it RT aware -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 117/342] lockdep: Make it RT aware +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=3079bca07ad3f83c30c86e9542e7edb1c7f2ed70 teach lockdep that we don't really do softirqs on -RT. @@ -73,6 +72,3 @@ index 4dc79f57af82..4dd83428b56d 100644 if (!debug_locks) print_irqtrace_events(current); --- -2.36.1 - |