From: Bartosz Golaszewski Date: Fri, 3 Apr 2026 08:09:17 +0000 (+0200) Subject: MAINTAINERS: add ksysfs.c to the DRIVER CORE entry X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704b2a7d756d0886a1388456ab41415a45973588;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: add ksysfs.c to the DRIVER CORE entry kernel/ksysfs.c is part of the driver core infrastructure but is missing rom the relevant MAINTAINERS entry. Add it. Suggested-by: Danilo Krummrich Closes: https://lore.kernel.org/all/DHITFGL3J4IE.2WZU3K2CSYL7I@kernel.org/ Signed-off-by: Bartosz Golaszewski Link: https://patch.msgid.link/20260403080917.7484-1-bartosz.golaszewski@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/MAINTAINERS b/MAINTAINERS index 7d10988cbc62b..2695f321bfd79 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7807,6 +7807,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/