* [patch] change pci hotplug subsystem maintainer to Kristen
@ 2006-09-29 17:30 Kristen Carlson Accardi
2006-09-29 17:37 ` [Pcihpd-discuss] " Matthew Wilcox
0 siblings, 1 reply; 4+ messages in thread
From: Kristen Carlson Accardi @ 2006-09-29 17:30 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: pcihpd-discuss, linux-kernel
Hi Greg,
Here's a patch adding me to the maintainers file for the pci
hotplug subsystem, as we discussed.
Thanks,
Kristen
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
---
MAINTAINERS | 4 ++--
drivers/pci/hotplug/pci_hotplug.h | 2 +-
drivers/pci/hotplug/pci_hotplug_core.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--- gregkh-2.6.orig/MAINTAINERS
+++ gregkh-2.6/MAINTAINERS
@@ -2285,8 +2285,8 @@ T: quilt kernel.org/pub/linux/kernel/peo
S: Supported
PCI HOTPLUG CORE
-P: Greg Kroah-Hartman
-M: gregkh@suse.de
+P: Kristen Carlson Accardi
+M: kristen.c.accardi@intel.com
S: Supported
PCI HOTPLUG COMPAQ DRIVER
--- gregkh-2.6.orig/drivers/pci/hotplug/pci_hotplug.h
+++ gregkh-2.6/drivers/pci/hotplug/pci_hotplug.h
@@ -22,7 +22,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * Send feedback to <greg@kroah.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
*
*/
#ifndef _PCI_HOTPLUG_H
--- gregkh-2.6.orig/drivers/pci/hotplug/pci_hotplug_core.c
+++ gregkh-2.6/drivers/pci/hotplug/pci_hotplug_core.c
@@ -21,7 +21,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * Send feedback to <greg@kroah.com>
+ * Send feedback to <kristen.c.accardi@intel.com>
*
* Filesystem portion based on work done by Pat Mochel on ddfs/driverfs
*
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Pcihpd-discuss] [patch] change pci hotplug subsystem maintainer to Kristen
2006-09-29 17:30 [patch] change pci hotplug subsystem maintainer to Kristen Kristen Carlson Accardi
@ 2006-09-29 17:37 ` Matthew Wilcox
2006-09-29 18:12 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Matthew Wilcox @ 2006-09-29 17:37 UTC (permalink / raw)
To: Kristen Carlson Accardi; +Cc: Greg Kroah-Hartman, linux-kernel, pcihpd-discuss
On Fri, Sep 29, 2006 at 10:30:27AM -0700, Kristen Carlson Accardi wrote:
> Hi Greg,
> Here's a patch adding me to the maintainers file for the pci
> hotplug subsystem, as we discussed.
Where does this leave the s/hotplug_slot/pci_slot/ patch? I noticed it
didn't go into the last push to Linus.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Pcihpd-discuss] [patch] change pci hotplug subsystem maintainer to Kristen
2006-09-29 17:37 ` [Pcihpd-discuss] " Matthew Wilcox
@ 2006-09-29 18:12 ` Greg KH
2006-09-29 18:15 ` Matthew Wilcox
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2006-09-29 18:12 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: Kristen Carlson Accardi, linux-kernel, pcihpd-discuss
On Fri, Sep 29, 2006 at 11:37:03AM -0600, Matthew Wilcox wrote:
> On Fri, Sep 29, 2006 at 10:30:27AM -0700, Kristen Carlson Accardi wrote:
> > Hi Greg,
> > Here's a patch adding me to the maintainers file for the pci
> > hotplug subsystem, as we discussed.
>
> Where does this leave the s/hotplug_slot/pci_slot/ patch? I noticed it
> didn't go into the last push to Linus.
Crap, forgot that...
Gee, me forgetting a gratitous "break the api" patch seems a bit odd :)
I'll do that and submit this changeover MAINTAINERS patch at the same
time, so Kristen doesn't have to worry about it.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Pcihpd-discuss] [patch] change pci hotplug subsystem maintainer to Kristen
2006-09-29 18:12 ` Greg KH
@ 2006-09-29 18:15 ` Matthew Wilcox
0 siblings, 0 replies; 4+ messages in thread
From: Matthew Wilcox @ 2006-09-29 18:15 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel, Kristen Carlson Accardi, pcihpd-discuss
On Fri, Sep 29, 2006 at 11:12:40AM -0700, Greg KH wrote:
> On Fri, Sep 29, 2006 at 11:37:03AM -0600, Matthew Wilcox wrote:
> > On Fri, Sep 29, 2006 at 10:30:27AM -0700, Kristen Carlson Accardi wrote:
> > > Hi Greg,
> > > Here's a patch adding me to the maintainers file for the pci
> > > hotplug subsystem, as we discussed.
> >
> > Where does this leave the s/hotplug_slot/pci_slot/ patch? I noticed it
> > didn't go into the last push to Linus.
>
> Crap, forgot that...
>
> Gee, me forgetting a gratitous "break the api" patch seems a bit odd :)
If you wanted to preserve the API for a while, we could put in a few
#defines ...
> I'll do that and submit this changeover MAINTAINERS patch at the same
> time, so Kristen doesn't have to worry about it.
Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-09-29 18:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-29 17:30 [patch] change pci hotplug subsystem maintainer to Kristen Kristen Carlson Accardi
2006-09-29 17:37 ` [Pcihpd-discuss] " Matthew Wilcox
2006-09-29 18:12 ` Greg KH
2006-09-29 18:15 ` Matthew Wilcox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox