2018-11-07 09:48:35

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Fix remaining pointers to obsolete libata.git

libata.git no longer exists. Replace the remaining pointers to it by
pointers to the block tree, which is where all libata development
happens now.

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 662208773a68f374..1c8adcb3a2fe4ffa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8383,7 +8383,7 @@ F: drivers/media/dvb-frontends/lgdt3305.*
LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
M: Viresh Kumar <[email protected]>
L: [email protected]
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
S: Maintained
F: include/linux/pata_arasan_cf_data.h
F: drivers/ata/pata_arasan_cf.c
@@ -8400,7 +8400,7 @@ F: drivers/ata/ata_generic.c
LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
M: Linus Walleij <[email protected]>
L: [email protected]
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
S: Maintained
F: drivers/ata/pata_ftide010.c
F: drivers/ata/sata_gemini.c
@@ -8419,7 +8419,7 @@ F: include/linux/ahci_platform.h
LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
M: Mikael Pettersson <[email protected]>
L: [email protected]
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
S: Maintained
F: drivers/ata/sata_promise.*

--
2.17.1



2018-11-07 22:29:21

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix remaining pointers to obsolete libata.git

On 11/7/18 2:47 AM, Geert Uytterhoeven wrote:
> libata.git no longer exists. Replace the remaining pointers to it by
> pointers to the block tree, which is where all libata development
> happens now.

Thanks, applied.

--
Jens Axboe