diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 03:43:38 +0000 |
commit | 1ff870768c5cacf4bdc05cce822ac61837666b0f (patch) | |
tree | 94a1b1fd6d42485c062620781ed0ac16e05bf60c /debian/patches-rt/0034-dm-rq-remove-BUG_ON-irqs_disabled-check.patch | |
parent | Merging upstream version 4.19.269. (diff) | |
download | linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.tar.xz linux-1ff870768c5cacf4bdc05cce822ac61837666b0f.zip |
Adding debian version 4.19.269-1.debian/4.19.269-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches-rt/0034-dm-rq-remove-BUG_ON-irqs_disabled-check.patch')
-rw-r--r-- | debian/patches-rt/0034-dm-rq-remove-BUG_ON-irqs_disabled-check.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/0034-dm-rq-remove-BUG_ON-irqs_disabled-check.patch b/debian/patches-rt/0034-dm-rq-remove-BUG_ON-irqs_disabled-check.patch index e3e7ed5f9..1de6e1025 100644 --- a/debian/patches-rt/0034-dm-rq-remove-BUG_ON-irqs_disabled-check.patch +++ b/debian/patches-rt/0034-dm-rq-remove-BUG_ON-irqs_disabled-check.patch @@ -1,7 +1,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Tue, 27 Mar 2018 16:24:15 +0200 -Subject: [PATCH 034/342] dm rq: remove BUG_ON(!irqs_disabled) check -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=04040555cbe921e190bb0678f83732b0d6fa3874 +Subject: [PATCH 034/351] dm rq: remove BUG_ON(!irqs_disabled) check +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=86a1d7b3dd8d77fc353216b123a5aa3e71b8fba2 In commit 052189a2ec95 ("dm: remove superfluous irq disablement in dm_request_fn") the spin_lock_irq() was replaced with spin_lock() + a |