> -----Original Message----- > From: Greg Kroah-Hartman <[email protected]> > Sent: Thursday, May 14, 2026 3:02 PM > To: Justin He <[email protected]> > Cc: [email protected]; [email protected]; linux-perf- > [email protected]; [email protected]; kunit- > [email protected]; [email protected]; linux- > [email protected]; Arnd Bergmann <[email protected]>; Alexander Viro > <[email protected]>; Christian Brauner <[email protected]>; Jan Kara > <[email protected]>; Peter Zijlstra <[email protected]>; Ingo Molnar > <[email protected]>; Arnaldo Carvalho de Melo <[email protected]>; > Namhyung Kim <[email protected]>; Mark Rutland > <[email protected]>; Alexander Shishkin > <[email protected]>; Jiri Olsa <[email protected]>; Ian > Rogers <[email protected]>; Adrian Hunter <[email protected]>; > James Clark <[email protected]>; Brendan Higgins > <[email protected]>; David Gow <[email protected]>; Rae Moar > <[email protected]>; Alexander Potapenko <[email protected]>; > Marco Elver <[email protected]>; Dmitry Vyukov <[email protected]>; > Andrew Morton <[email protected]>; Paul E. McKenney > <[email protected]>; Petr Mladek <[email protected]>; Kees Cook > <[email protected]>; David Disseldorp <[email protected]> > Subject: Re: [PATCH 0/7] Silence spurious warnings and crashes from kunit > test suites > > On Thu, May 14, 2026 at 05:04:48AM +0000, Jia He wrote: > > Running the full kunit suite on arm64 (128-core Neoverse N2) with > > 7.1-rc3+ produces a handful of backtraces that are not real kernel > > bugs but rather test-infrastructure issues: races with boot-time code, > > missing bounds checks, resource leaks, and sysfs duplicate-name splats. > > > > This series fixes them one by one so that a clean kunit run no longer > > leaves noise in dmesg: > > This series was sent to too many different people at once. Always break your > changes up into subsystem-specific series as no one can take all of these > through their tree, and our tools, as you know, have a hard time of just > picking one patch out of a series. > Ok, thanks for the feedback. I understand the concern. I’ll split the changes into subsystem‑specific series and resend them accordingly.
--- Cheers, Justin He(Jia He)

