Hi I have a query regarding the difference between request_irq and request_threaded_irq. I am aware that the thread_fn_handler may sleep, allocate memory, acquire locks etc. What context does the thread fn passed to the request_threaded_irq run in ? TIA -- ~/asd