[PATCH] MAINTAINERS: add ksysfs.c to the DRIVER CORE entry

Bartosz Golaszewski posted 1 patch 2 months, 1 week ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add ksysfs.c to the DRIVER CORE entry
Posted by Bartosz Golaszewski 2 months, 1 week ago
kernel/ksysfs.c is part of the driver core infrastructure but is missing
rom the relevant MAINTAINERS entry. Add it.

Suggested-by: Danilo Krummrich <dakr@kernel.org>
Closes: https://lore.kernel.org/all/DHITFGL3J4IE.2WZU3K2CSYL7I@kernel.org/
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 955d15a5ea2c0..bd302f92a81ef 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7845,6 +7845,7 @@ F:	include/linux/fwnode.h
 F:	include/linux/kobj*
 F:	include/linux/property.h
 F:	include/linux/sysfs.h
+F:	kernel/ksysfs.c
 F:	lib/kobj*
 F:	rust/kernel/debugfs.rs
 F:	rust/kernel/debugfs/
-- 
2.47.3
Re: [PATCH] MAINTAINERS: add ksysfs.c to the DRIVER CORE entry
Posted by Greg Kroah-Hartman 2 months, 1 week ago
On Fri, Apr 03, 2026 at 10:09:17AM +0200, Bartosz Golaszewski wrote:
> kernel/ksysfs.c is part of the driver core infrastructure but is missing
> rom the relevant MAINTAINERS entry. Add it.
> 
> Suggested-by: Danilo Krummrich <dakr@kernel.org>
> Closes: https://lore.kernel.org/all/DHITFGL3J4IE.2WZU3K2CSYL7I@kernel.org/
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 955d15a5ea2c0..bd302f92a81ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7845,6 +7845,7 @@ F:	include/linux/fwnode.h
>  F:	include/linux/kobj*
>  F:	include/linux/property.h
>  F:	include/linux/sysfs.h
> +F:	kernel/ksysfs.c
>  F:	lib/kobj*
>  F:	rust/kernel/debugfs.rs
>  F:	rust/kernel/debugfs/
> -- 
> 2.47.3
> 

Thanks, will go queue this up now.

greg k-h