On Sat, 2022-07-02 at 13:39 -0700, Andrew Morton wrote: > > > > The patch titled > > Subject: lib/test: ontroduce cpumask KUnit test suite > > has been added to the -mm mm-nonmm-unstable branch. Its filename is > > lib-test-introduce-cpumask-kunit-test-suite.patch > > > > This patch will shortly appear at > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/lib-test-introduce-cpumask-kunit-test-suite.patch > > > > This patch will later appear in the mm-nonmm-unstable branch at > > git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > > > Before you just go and hit "reply", please: > > a) Consider who else should be cc'ed > > b) Prefer to cc a suitable mailing list as well > > c) Ideally: find the original patch on the mailing list and do a > > reply-to-all to that, adding suitable additional cc's > > > > *** Remember to use Documentation/process/submit-checklist.rst when testing your code > *** > > > > The -mm tree is included into linux-next via the mm-everything > > branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm > > and is updated there every 2-3 working days > > > > ------------------------------------------------------ > > From: Sander Vanheule <sander@xxxxxxxxxxxxx> > > Subject: lib/test: ontroduce cpumask KUnit test suite Something went wrong here, because the subject changed from "Introduce" to "ontroduce". I also noticed that the capitalisation after the prefix was removed for all but the second patch. I'll do lowercase for the next series revision, so no (manual) fixups are required. Best, Sander > > Date: Sat, 2 Jul 2022 18:08:26 +0200 > > > > Add a basic suite of tests for cpumask, providing some tests for empty and > > completely filled cpumasks. > > > > Link: > > > https://lkml.kernel.org/r/c96980ec35c3bd23f17c3374bf42c22971545e85.1656777646.git.sander@xxxxxxxxxxxxx > > Signed-off-by: Sander Vanheule <sander@xxxxxxxxxxxxx> > > Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Cc: Borislav Petkov <bp@xxxxxxxxx> > > Cc: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> > > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> > > Cc: Ingo Molnar <mingo@xxxxxxxxxx> > > Cc: Marco Elver <elver@xxxxxxxxxx> > > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> > > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > > Cc: Valentin Schneider <vschneid@xxxxxxxxxx> > > Cc: Yury Norov <yury.norov@xxxxxxxxx> > > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>