public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] libata maintainership update
@ 2013-05-07 17:19 Tejun Heo
  2013-05-07 17:34 ` Sergei Shtylyov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tejun Heo @ 2013-05-07 17:19 UTC (permalink / raw)
  To: Linus Torvalds, Jeff Garzik; +Cc: linux-kernel, linux-ide

Hello, Linus, Jeff, linux-ide folks.

As discussed earlier, Jeff is leaving for something more fun and I'm
inheriting the maintainership of libata.  Please pull from the
following branch to receive MAINTAINERS update.

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.10

I'll manage it similarly to other trees I'm maintaining.  When X-rc1
drops, for-X-fixes and for-X+1 are created on top of it and for-next
will be pulling in both branches.

Thanks!

--
tejun

----------------------------------------------------------------
Tejun Heo (1):
      libata: change maintainer

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e1f5fac..c5ed056 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7140,7 +7140,7 @@ F:	drivers/misc/phantom.c
 F:	include/uapi/linux/phantom.h
 
 SERIAL ATA (SATA) SUBSYSTEM
-M:	Jeff Garzik <jgarzik@pobox.com>
+M:	Tejun Heo <tj@kernel.org>
 L:	linux-ide@vger.kernel.org
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
 S:	Supported

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] libata maintainership update
  2013-05-07 17:19 [GIT PULL] libata maintainership update Tejun Heo
@ 2013-05-07 17:34 ` Sergei Shtylyov
  2013-05-07 17:40 ` [GIT PULL v2] " Tejun Heo
  2013-05-07 21:02 ` [GIT PULL] " Jeff Garzik
  2 siblings, 0 replies; 7+ messages in thread
From: Sergei Shtylyov @ 2013-05-07 17:34 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linus Torvalds, Jeff Garzik, linux-kernel, linux-ide

Hello.

On 07-05-2013 21:19, Tejun Heo wrote:

> As discussed earlier, Jeff is leaving for something more fun and I'm
> inheriting the maintainership of libata.  Please pull from the
> following branch to receive MAINTAINERS update.

>    git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.10

> I'll manage it similarly to other trees I'm maintaining.  When X-rc1
> drops, for-X-fixes and for-X+1 are created on top of it and for-next
> will be pulling in both branches.

> Thanks!

> --
> tejun

> ----------------------------------------------------------------
> Tejun Heo (1):
>        libata: change maintainer

>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

> diff --git a/MAINTAINERS b/MAINTAINERS
> index e1f5fac..c5ed056 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7140,7 +7140,7 @@ F:	drivers/misc/phantom.c
>   F:	include/uapi/linux/phantom.h
>
>   SERIAL ATA (SATA) SUBSYSTEM
> -M:	Jeff Garzik <jgarzik@pobox.com>
> +M:	Tejun Heo <tj@kernel.org>
>   L:	linux-ide@vger.kernel.org
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git

    I think you've forgotten to update the git tree to yours.

MBR, Sergei


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GIT PULL v2] libata maintainership update
  2013-05-07 17:19 [GIT PULL] libata maintainership update Tejun Heo
  2013-05-07 17:34 ` Sergei Shtylyov
@ 2013-05-07 17:40 ` Tejun Heo
  2013-05-07 21:02 ` [GIT PULL] " Jeff Garzik
  2 siblings, 0 replies; 7+ messages in thread
From: Tejun Heo @ 2013-05-07 17:40 UTC (permalink / raw)
  To: Linus Torvalds, Jeff Garzik; +Cc: linux-kernel, linux-ide

Hello, Linus, Jeff, linux-ide folks.

As discussed earlier, Jeff is leaving for something more fun and I'm
inheriting the maintainership of libata.  Please pull from the
following branch to receive MAINTAINERS update.

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.10

I'll manage it similarly to other trees I'm maintaining.  When X-rc1
drops, for-X-fixes and for-X+1 are created on top of it and for-next
will be pulling in both branches.

v2: Sergei noticed that I forgot to update the tree field.  Updated
    it in place.  Thanks.

--
tejun

----------------------------------------------------------------
Tejun Heo (1):
      libata: change maintainer

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e1f5fac..eeae5a7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7140,9 +7140,9 @@ F:	drivers/misc/phantom.c
 F:	include/uapi/linux/phantom.h
 
 SERIAL ATA (SATA) SUBSYSTEM
-M:	Jeff Garzik <jgarzik@pobox.com>
+M:	Tejun Heo <tj@kernel.org>
 L:	linux-ide@vger.kernel.org
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
 S:	Supported
 F:	drivers/ata/
 F:	include/linux/ata.h

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] libata maintainership update
  2013-05-07 17:19 [GIT PULL] libata maintainership update Tejun Heo
  2013-05-07 17:34 ` Sergei Shtylyov
  2013-05-07 17:40 ` [GIT PULL v2] " Tejun Heo
@ 2013-05-07 21:02 ` Jeff Garzik
  2013-05-07 21:30   ` Tejun Heo
  2 siblings, 1 reply; 7+ messages in thread
From: Jeff Garzik @ 2013-05-07 21:02 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Linus Torvalds, linux-kernel, linux-ide

On 05/07/2013 01:19 PM, Tejun Heo wrote:
> Hello, Linus, Jeff, linux-ide folks.
>
> As discussed earlier, Jeff is leaving for something more fun and I'm
> inheriting the maintainership of libata.  Please pull from the
> following branch to receive MAINTAINERS update.
>
>    git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.10
>
> I'll manage it similarly to other trees I'm maintaining.  When X-rc1
> drops, for-X-fixes and for-X+1 are created on top of it and for-next
> will be pulling in both branches.
>
> Thanks!
>
> --
> tejun
>
> ----------------------------------------------------------------
> Tejun Heo (1):
>        libata: change maintainer
>
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e1f5fac..c5ed056 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7140,7 +7140,7 @@ F:	drivers/misc/phantom.c
>   F:	include/uapi/linux/phantom.h
>
>   SERIAL ATA (SATA) SUBSYSTEM
> -M:	Jeff Garzik <jgarzik@pobox.com>
> +M:	Tejun Heo <tj@kernel.org>
>   L:	linux-ide@vger.kernel.org
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
>   S:	Supported

You probably also want to change

* the git tree URL quoted above
* a ton of source files themselves say "maintained by Jeff Garzik and 
linux-ide"




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [GIT PULL] libata maintainership update
  2013-05-07 21:02 ` [GIT PULL] " Jeff Garzik
@ 2013-05-07 21:30   ` Tejun Heo
  2013-05-14 18:15     ` [PATCH libata/for-3.10-fixes] libata: update "Maintained by:" tags Tejun Heo
  0 siblings, 1 reply; 7+ messages in thread
From: Tejun Heo @ 2013-05-07 21:30 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Linus Torvalds, linux-kernel, linux-ide

Hello, Jeff.

On Tue, May 07, 2013 at 05:02:23PM -0400, Jeff Garzik wrote:
> You probably also want to change
> 
> * the git tree URL quoted above

I've already updated this one.

> * a ton of source files themselves say "maintained by Jeff Garzik
> and linux-ide"

I'll add another patch updating these.

Thanks!

-- 
tejun

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH libata/for-3.10-fixes] libata: update "Maintained by:" tags
  2013-05-07 21:30   ` Tejun Heo
@ 2013-05-14 18:15     ` Tejun Heo
  2013-05-14 20:26       ` Jeff Garzik
  0 siblings, 1 reply; 7+ messages in thread
From: Tejun Heo @ 2013-05-14 18:15 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel, linux-ide

(Removed Linus from cc)

The following patch has been applied to libata/for-3.10-fixes.  Will
push out to Linus with the next batch of updates.

Thanks!

>From 8c3d3d4b12bf8de8c59fe1eb1bf866a8676ca309 Mon Sep 17 00:00:00 2001
From: Tejun Heo <tj@kernel.org>
Date: Tue, 14 May 2013 11:09:50 -0700

Jeff moved on to a greener pasture.

 s/Maintained by: Jeff Garzik/Maintained by: Tejun Heo/g

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Jeff Garzik <jgarzik@pobox.com>
---
 drivers/ata/acard-ahci.c   | 2 +-
 drivers/ata/ahci.c         | 2 +-
 drivers/ata/ahci.h         | 2 +-
 drivers/ata/ata_piix.c     | 2 +-
 drivers/ata/libahci.c      | 2 +-
 drivers/ata/libata-core.c  | 2 +-
 drivers/ata/libata-eh.c    | 2 +-
 drivers/ata/libata-scsi.c  | 2 +-
 drivers/ata/libata-sff.c   | 2 +-
 drivers/ata/pdc_adma.c     | 2 +-
 drivers/ata/sata_promise.c | 2 +-
 drivers/ata/sata_sil.c     | 2 +-
 drivers/ata/sata_sx4.c     | 2 +-
 drivers/ata/sata_via.c     | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/drivers/ata/acard-ahci.c b/drivers/ata/acard-ahci.c
index 4e94ba2..9d0cf01 100644
--- a/drivers/ata/acard-ahci.c
+++ b/drivers/ata/acard-ahci.c
@@ -2,7 +2,7 @@
 /*
  *  acard-ahci.c - ACard AHCI SATA support
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 251e57d..2180876 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -1,7 +1,7 @@
 /*
  *  ahci.c - AHCI SATA support
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index b830e6c..10b14d4 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -1,7 +1,7 @@
 /*
  *  ahci.h - Common AHCI SATA definitions and declarations
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index 2f48123..26bda6e 100644
--- a/drivers/ata/ata_piix.c
+++ b/drivers/ata/ata_piix.c
@@ -1,7 +1,7 @@
 /*
  *    ata_piix.c - Intel PATA/SATA controllers
  *
- *    Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *    Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c
index 34c8216..a70ff15 100644
--- a/drivers/ata/libahci.c
+++ b/drivers/ata/libahci.c
@@ -1,7 +1,7 @@
 /*
  *  libahci.c - Common AHCI SATA low-level routines
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 63c743b..d35524c 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1,7 +1,7 @@
 /*
  *  libata-core.c - helper library for ATA
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c
index f9476fb..c69fcce 100644
--- a/drivers/ata/libata-eh.c
+++ b/drivers/ata/libata-eh.c
@@ -1,7 +1,7 @@
 /*
  *  libata-eh.c - libata error handling
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c
index dd310b27..0101af5 100644
--- a/drivers/ata/libata-scsi.c
+++ b/drivers/ata/libata-scsi.c
@@ -1,7 +1,7 @@
 /*
  *  libata-scsi.c - helper library for ATA
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c
index d8af325..b603720 100644
--- a/drivers/ata/libata-sff.c
+++ b/drivers/ata/libata-sff.c
@@ -1,7 +1,7 @@
 /*
  *  libata-sff.c - helper library for PCI IDE BMDMA
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *    		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/pdc_adma.c b/drivers/ata/pdc_adma.c
index 5053333..8ea6e6a 100644
--- a/drivers/ata/pdc_adma.c
+++ b/drivers/ata/pdc_adma.c
@@ -1,7 +1,7 @@
 /*
  *  pdc_adma.c - Pacific Digital Corporation ADMA
  *
- *  Maintained by:  Mark Lord <mlord@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *
  *  Copyright 2005 Mark Lord
  *
diff --git a/drivers/ata/sata_promise.c b/drivers/ata/sata_promise.c
index fb0dd87..958ba2a 100644
--- a/drivers/ata/sata_promise.c
+++ b/drivers/ata/sata_promise.c
@@ -1,7 +1,7 @@
 /*
  *  sata_promise.c - Promise SATA
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *		    Mikael Pettersson <mikpe@it.uu.se>
  *  		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
diff --git a/drivers/ata/sata_sil.c b/drivers/ata/sata_sil.c
index a7b3167..0ae3ca4 100644
--- a/drivers/ata/sata_sil.c
+++ b/drivers/ata/sata_sil.c
@@ -1,7 +1,7 @@
 /*
  *  sata_sil.c - Silicon Image SATA
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *  		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/sata_sx4.c b/drivers/ata/sata_sx4.c
index 7b7127a..9947010 100644
--- a/drivers/ata/sata_sx4.c
+++ b/drivers/ata/sata_sx4.c
@@ -1,7 +1,7 @@
 /*
  *  sata_sx4.c - Promise SATA
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  *  		    Please ALWAYS copy linux-ide@vger.kernel.org
  *		    on emails.
  *
diff --git a/drivers/ata/sata_via.c b/drivers/ata/sata_via.c
index 5913ea9..87f056e 100644
--- a/drivers/ata/sata_via.c
+++ b/drivers/ata/sata_via.c
@@ -1,7 +1,7 @@
 /*
  *  sata_via.c - VIA Serial ATA controllers
  *
- *  Maintained by:  Jeff Garzik <jgarzik@pobox.com>
+ *  Maintained by:  Tejun Heo <tj@kernel.org>
  * 		   Please ALWAYS copy linux-ide@vger.kernel.org
  *		   on emails.
  *
-- 
1.8.1.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH libata/for-3.10-fixes] libata: update "Maintained by:" tags
  2013-05-14 18:15     ` [PATCH libata/for-3.10-fixes] libata: update "Maintained by:" tags Tejun Heo
@ 2013-05-14 20:26       ` Jeff Garzik
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Garzik @ 2013-05-14 20:26 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-kernel, linux-ide

On Tue, May 14, 2013 at 2:15 PM, Tejun Heo <tj@kernel.org> wrote:
> (Removed Linus from cc)
>
> The following patch has been applied to libata/for-3.10-fixes.  Will
> push out to Linus with the next batch of updates.
>
> Thanks!
>
> From 8c3d3d4b12bf8de8c59fe1eb1bf866a8676ca309 Mon Sep 17 00:00:00 2001
> From: Tejun Heo <tj@kernel.org>
> Date: Tue, 14 May 2013 11:09:50 -0700
>
> Jeff moved on to a greener pasture.


ACK, thanks

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-14 20:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 17:19 [GIT PULL] libata maintainership update Tejun Heo
2013-05-07 17:34 ` Sergei Shtylyov
2013-05-07 17:40 ` [GIT PULL v2] " Tejun Heo
2013-05-07 21:02 ` [GIT PULL] " Jeff Garzik
2013-05-07 21:30   ` Tejun Heo
2013-05-14 18:15     ` [PATCH libata/for-3.10-fixes] libata: update "Maintained by:" tags Tejun Heo
2013-05-14 20:26       ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox