[PATCH] MAINTAINERS: adjust file entry in UUID HELPERS

Lukas Bulwahn posted 1 patch 1 day, 8 hours ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in UUID HELPERS
Posted by Lukas Bulwahn 1 day, 8 hours ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit e61d3add3e7f ("lib/tests: convert test_uuid module to KUnit") moves
lib/test_uuid.c to lib/tests/uuid_kunit.c, but misses to adjust the file
entry in the MAINTAINERS section UUID HELPERS.

Adjust the file entry in that section after this file movement.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3dd2ce39e43a..8db7f553fd2a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -27264,7 +27264,7 @@ R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	include/linux/uuid.h
-F:	lib/test_uuid.c
+F:	lib/tests/uuid_kunit.c
 F:	lib/uuid.c
 
 UV SYSFS DRIVER
-- 
2.51.1
Re: [PATCH] MAINTAINERS: adjust file entry in UUID HELPERS
Posted by David Gow 1 day, 4 hours ago
On Wed, 17 Dec 2025 at 13:39, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
>
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit e61d3add3e7f ("lib/tests: convert test_uuid module to KUnit") moves
> lib/test_uuid.c to lib/tests/uuid_kunit.c, but misses to adjust the file
> entry in the MAINTAINERS section UUID HELPERS.
>
> Adjust the file entry in that section after this file movement.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---

Acked-by: David Gow <davidgow@google.com>


-- David
Re: [PATCH] MAINTAINERS: adjust file entry in UUID HELPERS
Posted by Ryota Sakamoto 1 day ago
Hi Lukas,
Thank you for pointing that out.

On Wed, Dec 17, 2025 at 6:44 PM David Gow <davidgow@google.com> wrote:
>
> On Wed, 17 Dec 2025 at 13:39, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
> >
> > From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> >
> > Commit e61d3add3e7f ("lib/tests: convert test_uuid module to KUnit") moves
> > lib/test_uuid.c to lib/tests/uuid_kunit.c, but misses to adjust the file
> > entry in the MAINTAINERS section UUID HELPERS.
> >
> > Adjust the file entry in that section after this file movement.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> > ---
>
> Acked-by: David Gow <davidgow@google.com>

Acked-by: Ryota Sakamoto <sakamo.ryota@gmail.com>