Tag: bdac2b6dc7392668a8530d67a5f762366f57f9b4

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