[PATCH] MAINTAINERS: update the location of the driver-core git tree

Greg Kroah-Hartman posted 1 patch 9 months, 4 weeks ago
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] MAINTAINERS: update the location of the driver-core git tree
Posted by Greg Kroah-Hartman 9 months, 4 weeks ago
The driver core git tree has moved, so properly document it.

Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Danilo Krummrich <dakr@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Dave Ertman <david.m.ertman@intel.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 96b827049501..f19cf0443e49 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3868,7 +3868,7 @@ M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 R:	Dave Ertman <david.m.ertman@intel.com>
 R:	Ira Weiny <ira.weiny@intel.com>
 S:	Supported
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
 F:	Documentation/driver-api/auxiliary_bus.rst
 F:	drivers/base/auxiliary.c
 F:	include/linux/auxiliary_bus.h
@@ -7225,7 +7225,7 @@ M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 M:	"Rafael J. Wysocki" <rafael@kernel.org>
 M:	Danilo Krummrich <dakr@kernel.org>
 S:	Supported
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
 F:	Documentation/core-api/kobject.rst
 F:	drivers/base/
 F:	fs/debugfs/
@@ -13106,7 +13106,7 @@ KERNFS
 M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 M:	Tejun Heo <tj@kernel.org>
 S:	Supported
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
 F:	fs/kernfs/
 F:	include/linux/kernfs.h
 
-- 
2.49.0
Re: [PATCH] MAINTAINERS: update the location of the driver-core git tree
Posted by Danilo Krummrich 9 months, 4 weeks ago
On Mon, Apr 14, 2025 at 07:40:48PM +0200, Greg Kroah-Hartman wrote:
> The driver core git tree has moved, so properly document it.
> 
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Cc: Tejun Heo <tj@kernel.org>
> Cc: Dave Ertman <david.m.ertman@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Should we use the chance to also add the corresponding T: field to the
FIRMWARE LOADER entry? Are there other entries that go through driver-core?
Re: [PATCH] MAINTAINERS: update the location of the driver-core git tree
Posted by Greg Kroah-Hartman 9 months, 4 weeks ago
On Mon, Apr 14, 2025 at 07:52:36PM +0200, Danilo Krummrich wrote:
> On Mon, Apr 14, 2025 at 07:40:48PM +0200, Greg Kroah-Hartman wrote:
> > The driver core git tree has moved, so properly document it.
> > 
> > Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> > Cc: Danilo Krummrich <dakr@kernel.org>
> > Cc: Tejun Heo <tj@kernel.org>
> > Cc: Dave Ertman <david.m.ertman@intel.com>
> > Cc: Ira Weiny <ira.weiny@intel.com>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 
> Should we use the chance to also add the corresponding T: field to the
> FIRMWARE LOADER entry?

We can add that in a separate patch, as this is just a "rename" patch :)

> Are there other entries that go through driver-core?

Not that I can think of at the moment.

thanks,

greg k-h