From: Greg Kroah-Hartman Date: Thu, 9 May 2019 10:03:42 +0000 (+0200) Subject: refresh a 3.18 patch X-Git-Tag: v4.9.175~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8658e3b574e066870ea4b5b2bbfc209cb85965ff;p=thirdparty%2Fkernel%2Fstable-queue.git refresh a 3.18 patch --- diff --git a/queue-3.18/genirq-prevent-use-after-free-and-work-list-corrupti.patch b/queue-3.18/genirq-prevent-use-after-free-and-work-list-corrupti.patch index 652f41245a3..50f744a7528 100644 --- a/queue-3.18/genirq-prevent-use-after-free-and-work-list-corrupti.patch +++ b/queue-3.18/genirq-prevent-use-after-free-and-work-list-corrupti.patch @@ -19,14 +19,12 @@ Cc: marc.zyngier@arm.com Link: https://lkml.kernel.org/r/1553439424-6529-1-git-send-email-psodagud@codeaurora.org Signed-off-by: Sasha Levin --- - kernel/irq/manage.c | 4 +++- + kernel/irq/manage.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c -index e7ef539c56d97..749280b58080f 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c -@@ -307,8 +307,10 @@ irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify) +@@ -307,8 +307,10 @@ irq_set_affinity_notifier(unsigned int i desc->affinity_notify = notify; raw_spin_unlock_irqrestore(&desc->lock, flags); @@ -38,6 +36,3 @@ index e7ef539c56d97..749280b58080f 100644 return 0; } --- -2.20.1 -