diff options
author | 2024-12-19 18:04:18 +0100 | |
---|---|---|
committer | 2024-12-20 17:43:02 +0100 | |
commit | e62fedef0aa51134b6848951dcd007fd9338705a (patch) | |
tree | 71ed59cc47f5a9903dc1fe6ce5ae6b70e19e0f49 | |
parent | samples: rust: add Rust platform sample driver (diff) | |
download | wireguard-linux-e62fedef0aa51134b6848951dcd007fd9338705a.tar.xz wireguard-linux-e62fedef0aa51134b6848951dcd007fd9338705a.zip |
MAINTAINERS: add Danilo to DRIVER CORE
Let's keep an eye on the Rust abstractions; add myself as reviewer to
DRIVER CORE.
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
Tested-by: Fabien Parent <fabien.parent@linaro.org>
Link: https://lore.kernel.org/r/20241219170425.12036-17-dakr@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c9673877f7f8..3d33859ba957 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7022,6 +7022,7 @@ F: include/linux/component.h DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> R: "Rafael J. Wysocki" <rafael@kernel.org> +R: Danilo Krummrich <dakr@kernel.org> S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git F: Documentation/core-api/kobject.rst |