On Thu, Sep 04, 2025 at 02:59:25PM -0700, Jakub Kicinski wrote: > On Thu, 04 Sep 2025 11:00:39 -0700 Breno Leitao wrote: > > Create a netconsole test that puts a lot of pressure on the netconsole > > list manipulation. Do it by creating dynamic targets and deleting > > targets while messages are being sent. Also put interface down while the > > > > In order to do it, refactor create_dynamic_target(), so it can be used to > > create random targets in the torture test. > > You either have to post it in the same series as the fix, or wait for > the fix to be present in net-next. Without your pending fix this will > obviously not pass thru the CI :/
Ack! I've sent the netpoll fix and the selftest in the same patchset, as you suggested. https://lore.kernel.org/all/20250905-netconsole_torture-v3-0-875c7febd...@debian.org/ --breno