diff options
Diffstat (limited to 'debian/patches-rt/0069-genirq-Move-prio-assignment-into-the-newly-created-t.patch')
-rw-r--r-- | debian/patches-rt/0069-genirq-Move-prio-assignment-into-the-newly-created-t.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0069-genirq-Move-prio-assignment-into-the-newly-created-t.patch b/debian/patches-rt/0069-genirq-Move-prio-assignment-into-the-newly-created-t.patch index f09b701ab..4d954f0be 100644 --- a/debian/patches-rt/0069-genirq-Move-prio-assignment-into-the-newly-created-t.patch +++ b/debian/patches-rt/0069-genirq-Move-prio-assignment-into-the-newly-created-t.patch @@ -1,9 +1,9 @@ -From 617294b2f33cec584f48c12d914fcc982f317be5 Mon Sep 17 00:00:00 2001 +From 5558737650676f84517f9e74d08d9d3d2eff18e9 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Mon, 9 Nov 2020 23:32:39 +0100 Subject: [PATCH 069/323] genirq: Move prio assignment into the newly created thread -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 With enabled threaded interrupts the nouveau driver reported the following: @@ -37,7 +37,7 @@ Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com> 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c -index 0159925054fa..5ec167fb77b9 100644 +index 0159925054faa..5ec167fb77b91 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -1201,6 +1201,8 @@ static int irq_thread(void *data) @@ -59,5 +59,5 @@ index 0159925054fa..5ec167fb77b9 100644 * We keep the reference to the task struct even if * the thread dies to avoid that the interrupt code -- -2.43.0 +2.44.0 |