Tag: 20483d04ae6f373858f3ca28cd7e26b66106d937

gpio/davinci: Fix race in installing chained irq handler

Author: Thomas Gleixner <tglx@linutronix.de> Fix a race where a pending interrupt could be received and the handler called before the handler’s data has been setup, by converting to irq_set_chained_handler_and_data(). Search and conversion was done with coccinelle. Reported-by: Russell King Signed-off-by: Thomas Gleixner Cc: Julia Lawall Cc: Linus Walleij Cc: Alexandre Courbot — drivers/gpio/gpio-davinci.c | 6 …

Continue reading