On Thu, 6 Mar 2025 16:41:41 -0800 Kuniyuki Iwashima wrote: > > +Selftests should be part of the same series as the code changes. > > +Specifically for fixes both code change and related test should go into > > +the same tree (the tests may lack a Fixes tag, which is expected). > > +Mixing code changes and test changes in a single commit is discouraged. > > I guess an exception for the mixing is when a code change breaks a > selftest, or is it fine for NIPA ? (still other CI may complain though) If it breaks compilation yes, but that should almost never happen? Functionality-wise it's fine, we don't expect patch-by-patch compatibility of selftests. At least I don't recall it coming up in discussions before.