Re: [linux-yocto] [linux_yocto_v5.0/standard/preempt-rt/base][PATCH] genirq: Prevent use-after-free and work list corruption on rt

2019-05-21 Thread Bruce Ashfield
merged. Bruce On Sat, May 18, 2019 at 11:32 AM Hongxu Jia wrote: > Since commit [70a44a0 genirq: Prevent use-after-free and work list > corruption] applied, the patch makes it work on rt > > Signed-off-by: Hongxu Jia > --- > kernel/irq/manage.c | 4 > 1 file changed, 4 insertions(+) > >

[linux-yocto] [linux_yocto_v5.0/standard/preempt-rt/base][PATCH] genirq: Prevent use-after-free and work list corruption on rt

2019-05-18 Thread Hongxu Jia
Since commit [70a44a0 genirq: Prevent use-after-free and work list corruption] applied, the patch makes it work on rt Signed-off-by: Hongxu Jia --- kernel/irq/manage.c | 4 1 file changed, 4 insertions(+) diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index f72bd3a..143f87b 100644