summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0265-kthread-add-a-global-worker-thread.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0265-kthread-add-a-global-worker-thread.patch')
-rw-r--r--debian/patches-rt/0265-kthread-add-a-global-worker-thread.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0265-kthread-add-a-global-worker-thread.patch b/debian/patches-rt/0265-kthread-add-a-global-worker-thread.patch
index 3a0f56950..b1403337b 100644
--- a/debian/patches-rt/0265-kthread-add-a-global-worker-thread.patch
+++ b/debian/patches-rt/0265-kthread-add-a-global-worker-thread.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Tue, 12 Feb 2019 15:09:38 +0100
-Subject: [PATCH 265/353] kthread: add a global worker thread.
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=94597b54548d7027857d3bf84a450098c8ca1953
+Subject: [PATCH 265/354] kthread: add a global worker thread.
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=df30ae90dd2374a42334e46231f7b6db84c07baa
[ Upstream commit 0532e87d9d44795221aa921ba7024bde689cc894 ]
@@ -28,7 +28,7 @@ Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
create mode 100644 include/linux/kthread-cgroup.h
diff --git a/drivers/block/loop.c b/drivers/block/loop.c
-index 12eb48980df7..b8c2c469ce7e 100644
+index 2e6c3f658894..2ba7391c4560 100644
--- a/drivers/block/loop.c
+++ b/drivers/block/loop.c
@@ -70,7 +70,7 @@
@@ -131,10 +131,10 @@ index e0498e46d642..31140f0a6c2c 100644
+
#endif /* _LINUX_KTHREAD_H */
diff --git a/init/main.c b/init/main.c
-index 703b627a6060..8555afc3f3e1 100644
+index 298257e2cd42..c90444ec2990 100644
--- a/init/main.c
+++ b/init/main.c
-@@ -1136,6 +1136,7 @@ static noinline void __init kernel_init_freeable(void)
+@@ -1126,6 +1126,7 @@ static noinline void __init kernel_init_freeable(void)
smp_prepare_cpus(setup_max_cpus);
workqueue_init();