Hi David, On 2023/8/14 pm 4:47, David Howells wrote:
I changed the code and the post_one_notification is not called inside spin lock ,please check this patch again.Hongchen Zhang <zhanghongchen@xxxxxxxxxxx> wrote:- spin_lock_irq(&pipe->rd_wait.lock); + __pipe_lock(pipe);
This mustn't sleep. post_one_notification() needs to be callable with a spinlock held. David
---- Best Regards Hongchen Zhang