Re: [PATCH] xarray: port tests to kunit
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2025-01-31 00:22:32
Also in:
linux-m68k, linux-mm, lkml, llvm
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2025-01-31 00:22:32
Also in:
linux-m68k, linux-mm, lkml, llvm
On Wed, 29 Jan 2025 16:28:32 -0500 Tamir Duberstein [off-list ref] wrote:
quoted
How are grammar corrections going to the right person (but not the mailing list) while an entire conversion to kunit is not [1]?Very simple: the tests are not properly included in MAINTAINERS. I sent https://lore.kernel.org/all/20250129-xarray-test-maintainer-v1-1-482e31f30f47@gmail.com/ (local) a few minutes ago for this reason.
I failed to notice that this patch didn't cc linux-mm. MAINTAINERS doesn't ask people to cc linux-mm on xarray changes. linux-mm averages 130 messages/day - I think it's reasonable to believe that MM developers spend a few minutes a day scanning the Subject:s. This: From: Andrew Morton <akpm@linux-foundation.org> Subject: MAINTAINERS: include linux-mm for xarray maintenance Date: Thu Jan 30 04:16:20 PM PST 2025 MM developers have an interest in the xarray code. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
--- a/MAINTAINERS~maintainers-include-linux-mm-for-xarray-maintenance
+++ a/MAINTAINERS@@ -25676,6 +25676,7 @@ F: arch/x86/entry/vdso/ XARRAY M: Matthew Wilcox <willy@infradead.org> L: linux-fsdevel@vger.kernel.org +L: linux-mm@kvack.org S: Supported F: Documentation/core-api/xarray.rst F: include/linux/idr.h
_