* [PATCH 1/2] MAINTAINERS: Add driver-core mailing list
@ 2026-01-20 12:38 Danilo Krummrich
2026-01-20 12:38 ` [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER Danilo Krummrich
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Danilo Krummrich @ 2026-01-20 12:38 UTC (permalink / raw)
To: gregkh, rafael, david.m.ertman, ira.weiny, leon, aliceryhl,
daniel.almeida, abdiel.janulgue, robin.murphy, a.hindborg,
russ.weight, mcgrof, tj
Cc: driver-core, linux-kernel, rust-for-linux, Danilo Krummrich
Add the driver-core mailing list for all entries maintained under the
driver-core tree.
If existent, replace linux-kernel and rust-for-linux list entries, as
they're automatically picked up by scripts/get_maintainer.pl.
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
MAINTAINERS | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3cf5466c3948..1f15d4a5b9a5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4169,6 +4169,7 @@ M: Danilo Krummrich <dakr@kernel.org>
R: Dave Ertman <david.m.ertman@intel.com>
R: Ira Weiny <ira.weiny@intel.com>
R: Leon Romanovsky <leon@kernel.org>
+L: driver-core@lists.linux.dev
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
F: Documentation/driver-api/auxiliary_bus.rst
@@ -7218,7 +7219,7 @@ DEVICE I/O & IRQ [RUST]
M: Danilo Krummrich <dakr@kernel.org>
M: Alice Ryhl <aliceryhl@google.com>
M: Daniel Almeida <daniel.almeida@collabora.com>
-L: rust-for-linux@vger.kernel.org
+L: driver-core@lists.linux.dev
S: Supported
W: https://rust-for-linux.com
B: https://github.com/Rust-for-Linux/linux/issues
@@ -7469,7 +7470,7 @@ R: Abdiel Janulgue <abdiel.janulgue@gmail.com>
R: Daniel Almeida <daniel.almeida@collabora.com>
R: Robin Murphy <robin.murphy@arm.com>
R: Andreas Hindborg <a.hindborg@kernel.org>
-L: rust-for-linux@vger.kernel.org
+L: driver-core@lists.linux.dev
S: Supported
W: https://rust-for-linux.com
T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
@@ -7683,6 +7684,7 @@ DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
M: "Rafael J. Wysocki" <rafael@kernel.org>
M: Danilo Krummrich <dakr@kernel.org>
+L: driver-core@lists.linux.dev
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
F: Documentation/core-api/kobject.rst
@@ -9826,7 +9828,7 @@ FIRMWARE LOADER (request_firmware)
M: Luis Chamberlain <mcgrof@kernel.org>
M: Russ Weight <russ.weight@linux.dev>
M: Danilo Krummrich <dakr@kernel.org>
-L: linux-kernel@vger.kernel.org
+L: driver-core@lists.linux.dev
S: Maintained
F: Documentation/firmware_class/
F: drivers/base/firmware_loader/
@@ -13944,6 +13946,7 @@ F: tools/testing/selftests/kvm/x86/
KERNFS
M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
M: Tejun Heo <tj@kernel.org>
+L: driver-core@lists.linux.dev
S: Supported
T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
F: fs/kernfs/
base-commit: c259cd7ea3c9ad369c473ba2385d82e3432088b1
--
2.52.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER
2026-01-20 12:38 [PATCH 1/2] MAINTAINERS: Add driver-core mailing list Danilo Krummrich
@ 2026-01-20 12:38 ` Danilo Krummrich
2026-01-20 14:56 ` Greg KH
2026-01-23 12:17 ` Danilo Krummrich
2026-01-20 14:56 ` [PATCH 1/2] MAINTAINERS: Add driver-core mailing list Greg KH
2026-01-23 12:18 ` Danilo Krummrich
2 siblings, 2 replies; 6+ messages in thread
From: Danilo Krummrich @ 2026-01-20 12:38 UTC (permalink / raw)
To: gregkh, rafael, david.m.ertman, ira.weiny, leon, aliceryhl,
daniel.almeida, abdiel.janulgue, robin.murphy, a.hindborg,
russ.weight, mcgrof, tj
Cc: driver-core, linux-kernel, rust-for-linux, Danilo Krummrich
The firmware loader is maintained through the driver-core tree, hence
add a corresponding T: entry.
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1f15d4a5b9a5..7faf04cc4278 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9830,6 +9830,7 @@ M: Russ Weight <russ.weight@linux.dev>
M: Danilo Krummrich <dakr@kernel.org>
L: driver-core@lists.linux.dev
S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
F: Documentation/firmware_class/
F: drivers/base/firmware_loader/
F: rust/kernel/firmware.rs
--
2.52.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER
2026-01-20 12:38 ` [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER Danilo Krummrich
@ 2026-01-20 14:56 ` Greg KH
2026-01-23 12:17 ` Danilo Krummrich
1 sibling, 0 replies; 6+ messages in thread
From: Greg KH @ 2026-01-20 14:56 UTC (permalink / raw)
To: Danilo Krummrich
Cc: rafael, david.m.ertman, ira.weiny, leon, aliceryhl,
daniel.almeida, abdiel.janulgue, robin.murphy, a.hindborg,
russ.weight, mcgrof, tj, driver-core, linux-kernel,
rust-for-linux
On Tue, Jan 20, 2026 at 01:38:53PM +0100, Danilo Krummrich wrote:
> The firmware loader is maintained through the driver-core tree, hence
> add a corresponding T: entry.
>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1f15d4a5b9a5..7faf04cc4278 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9830,6 +9830,7 @@ M: Russ Weight <russ.weight@linux.dev>
> M: Danilo Krummrich <dakr@kernel.org>
> L: driver-core@lists.linux.dev
> S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
> F: Documentation/firmware_class/
> F: drivers/base/firmware_loader/
> F: rust/kernel/firmware.rs
> --
> 2.52.0
>
>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER
2026-01-20 12:38 ` [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER Danilo Krummrich
2026-01-20 14:56 ` Greg KH
@ 2026-01-23 12:17 ` Danilo Krummrich
1 sibling, 0 replies; 6+ messages in thread
From: Danilo Krummrich @ 2026-01-23 12:17 UTC (permalink / raw)
To: gregkh, rafael, david.m.ertman, ira.weiny, leon, aliceryhl,
daniel.almeida, abdiel.janulgue, robin.murphy, a.hindborg,
russ.weight, mcgrof, tj
Cc: driver-core, linux-kernel, rust-for-linux, Danilo Krummrich
On Tue Jan 20, 2026 at 1:38 PM CET, Danilo Krummrich wrote:
> The firmware loader is maintained through the driver-core tree, hence
> add a corresponding T: entry.
>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Applied to driver-core-testing, thanks!
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add driver-core mailing list
2026-01-20 12:38 [PATCH 1/2] MAINTAINERS: Add driver-core mailing list Danilo Krummrich
2026-01-20 12:38 ` [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER Danilo Krummrich
@ 2026-01-20 14:56 ` Greg KH
2026-01-23 12:18 ` Danilo Krummrich
2 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2026-01-20 14:56 UTC (permalink / raw)
To: Danilo Krummrich
Cc: rafael, david.m.ertman, ira.weiny, leon, aliceryhl,
daniel.almeida, abdiel.janulgue, robin.murphy, a.hindborg,
russ.weight, mcgrof, tj, driver-core, linux-kernel,
rust-for-linux
On Tue, Jan 20, 2026 at 01:38:52PM +0100, Danilo Krummrich wrote:
> Add the driver-core mailing list for all entries maintained under the
> driver-core tree.
>
> If existent, replace linux-kernel and rust-for-linux list entries, as
> they're automatically picked up by scripts/get_maintainer.pl.
>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
> MAINTAINERS | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Add driver-core mailing list
2026-01-20 12:38 [PATCH 1/2] MAINTAINERS: Add driver-core mailing list Danilo Krummrich
2026-01-20 12:38 ` [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER Danilo Krummrich
2026-01-20 14:56 ` [PATCH 1/2] MAINTAINERS: Add driver-core mailing list Greg KH
@ 2026-01-23 12:18 ` Danilo Krummrich
2 siblings, 0 replies; 6+ messages in thread
From: Danilo Krummrich @ 2026-01-23 12:18 UTC (permalink / raw)
To: gregkh, rafael, david.m.ertman, ira.weiny, leon, aliceryhl,
daniel.almeida, abdiel.janulgue, robin.murphy, a.hindborg,
russ.weight, mcgrof, tj
Cc: driver-core, linux-kernel, rust-for-linux, Danilo Krummrich
On Tue Jan 20, 2026 at 1:38 PM CET, Danilo Krummrich wrote:
> Add the driver-core mailing list for all entries maintained under the
> driver-core tree.
>
> If existent, replace linux-kernel and rust-for-linux list entries, as
> they're automatically picked up by scripts/get_maintainer.pl.
>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Applied to driver-core-testing, thanks!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-01-23 12:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 12:38 [PATCH 1/2] MAINTAINERS: Add driver-core mailing list Danilo Krummrich
2026-01-20 12:38 ` [PATCH 2/2] MAINTAINERS: Add missing T: entry for FIRMWARE LOADER Danilo Krummrich
2026-01-20 14:56 ` Greg KH
2026-01-23 12:17 ` Danilo Krummrich
2026-01-20 14:56 ` [PATCH 1/2] MAINTAINERS: Add driver-core mailing list Greg KH
2026-01-23 12:18 ` Danilo Krummrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox