summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>2026-04-03 10:09:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-04-03 10:52:01 +0200
commit704b2a7d756d0886a1388456ab41415a45973588 (patch)
tree5ad30c8a41799d2c0af9d9e4628ae87df3e8d14e
parente4cabc973133c0623a63e6e3bc3d64e53a2e6d62 (diff)
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 <dakr@kernel.org> Closes: https://lore.kernel.org/all/DHITFGL3J4IE.2WZU3K2CSYL7I@kernel.org/ Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Link: https://patch.msgid.link/20260403080917.7484-1-bartosz.golaszewski@oss.qualcomm.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7d10988cbc62..2695f321bfd7 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/