[PATCH v2 0/2] Input: gpio-keys - Fixes for interrupt callbacks
From: Gatien Chevallier <gatien.chevallier@foss.st.com>
Date: 2025-05-28 08:52:45
Also in:
linux-rt-devel, lkml
From: Gatien Chevallier <gatien.chevallier@foss.st.com>
Date: 2025-05-28 08:52:45
Also in:
linux-rt-devel, lkml
This patchset fixes a "BUG: sleeping function called from invalid context" when CFG_PREEMPT_RT is enabled and a possible concurrent access on button data between gpio_keys_irq_timer() and gpio_keys_irq_isr(). Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com> --- Changes in v2: - Split fixes into two commits - Use guard() macro to handle spinlock - Link to v1: https://lore.kernel.org/r/20250526-gpio_keys_preempt_rt-v1-1-09ddadf8e19d@foss.st.com (local) --- Fabrice Gasnier (1): Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT Gatien Chevallier (1): Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer() drivers/input/keyboard/gpio_keys.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- base-commit: 0ff41df1cb268fc69e703a08a57ee14ae967d0ca change-id: 20250526-gpio_keys_preempt_rt-10619c8fa916 Best regards, -- Gatien Chevallier [off-list ref]