Re: [PATCH] genirq: replace notify with old_notify in irq_set_affinity_notifier()

2019-09-28 Thread Steven Rostedt
On Sat, 28 Sep 2019 18:19:20 +0300 Ivan Safonov wrote: > This patch is for Linux 4.19 with a RT patch. > > The second 'if' block does not check notify for NULL, > this leads to a system crash. > > Most likely, there is a typo here. > > With old_notify system works as expected. > > Signed-off-

[PATCH] genirq: replace notify with old_notify in irq_set_affinity_notifier()

2019-09-28 Thread Ivan Safonov
This patch is for Linux 4.19 with a RT patch. The second 'if' block does not check notify for NULL, this leads to a system crash. Most likely, there is a typo here. With old_notify system works as expected. Signed-off-by: Ivan Safonov --- kernel/irq/manage.c | 2 +- 1 file changed, 1 insertio