On 28-10-20, 16:32, Stephen Boyd wrote: > Quoting Viresh Kumar (2020-10-27 00:57:06) > > There is a lot of stuff here which can be done outside of the big > > opp_table_lock, do that. This helps avoiding few circular dependency > > lockdeps around debugfs and interconnects. > > > > Reported-by: Rob Clark <[email protected]> > > Reported-by: Dmitry Osipenko <[email protected]> > > Signed-off-by: Viresh Kumar <[email protected]> > > --- > > Any Fixes tag?
The circular dependency lockdep appears with 5.11 stuff and so we don't need to fix it in any of the earlier releases. And so I didn't wanted to bother with the fixes tag, as the code had been like this for ever. > Reviewed-by: Stephen Boyd <[email protected]> Thanks a lot. I was a bit worried about the crazy idea I had to solve this :) -- viresh

