On 2025/6/9 22:53, Dmitry Baryshkov wrote: > On 09/06/2025 17:50, Yongbang Shi wrote: > > > > > On Fri, May 30, 2025 at 05:54:25PM +0800, Yongbang Shi wrote: > > > > From: Baihan Li <libai...@huawei.com> > > > > > > > > The local variable of irq name is passed to > > > > devm_request_threaded_irq(), > > > > which will make request_irq failed. Using the global irq name instead > > > > of it to fix. > > > This doesn't explain, why does it fail and which IRQ name is actually > > > expected. > > > > The local variable is passed in request_irq (), and there will be use > > after free problem. > > This needs to be explained (in details) in the commit message.
+1. And I hope this can be fixed as soon as possible. I've run into several OOPS with that. Thanks, Zenghui