diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0244-connector-cn_proc-Protect-send_msg-with-a-local-lock.patch (renamed from debian/patches-rt/0245-connector-cn_proc-Protect-send_msg-with-a-local-lock.patch) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/debian/patches-rt/0245-connector-cn_proc-Protect-send_msg-with-a-local-lock.patch b/debian/patches-rt/0244-connector-cn_proc-Protect-send_msg-with-a-local-lock.patch index 8ce25e4b2..038bec03d 100644 --- a/debian/patches-rt/0245-connector-cn_proc-Protect-send_msg-with-a-local-lock.patch +++ b/debian/patches-rt/0244-connector-cn_proc-Protect-send_msg-with-a-local-lock.patch @@ -1,9 +1,8 @@ -From 2d5d86f2a24500c2b02576c9d5de36bb90e86f10 Mon Sep 17 00:00:00 2001 From: Mike Galbraith <umgwanakikbuti@gmail.com> Date: Sun, 16 Oct 2016 05:11:54 +0200 -Subject: [PATCH 245/347] connector/cn_proc: Protect send_msg() with a local +Subject: [PATCH 244/342] connector/cn_proc: Protect send_msg() with a local lock on RT -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=b4f0ce722072d0e6ea67db8c7f6936abe9de0764 |BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:931 |in_atomic(): 1, irqs_disabled(): 0, pid: 31807, name: sleep @@ -69,6 +68,3 @@ index ad48fd52cb53..c5264b3ee0b0 100644 } void proc_fork_connector(struct task_struct *task) --- -2.36.1 - |