On Tue, 7 May 2024 19:47:07 -0700, Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > On Wed, 8 May 2024 10:12:35 +0800 Heng Qi wrote: > > I would like to confirm if there are still comments on the current version, > > since the current series and the just merged "Remove RTNL lock protection of > > CVQ" conflict with a line of code with the fourth patch, if I can collect > > other comments or ack/review tags, then release the new version seems better. > > Looking now! > > Please note that I merged a patch today which makes DIMLIB a tri-state > config, meaning it can be a module now. So please double check that > didn't break things, especially referring to dim symbols from the core > code. The transition from bool-state to tri-state has no impact on this series, since functions in the DIM library used by external modules require EXPORT_SYMBOL in both conditions. Thanks.