All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Correct MAINTAINERS git entries
@ 2009-11-07 18:50 Joe Perches
  2009-11-07 18:50 ` [PATCH 1/3] MAINTAINERS: Correct 9P FILE SYSTEM git entry Joe Perches
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joe Perches @ 2009-11-07 18:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Just a few corrections to the T: git entries

Joe Perches (3):
  MAINTAINERS: Correct 9P FILE SYSTEM git entry
  MAINTAINERS: Correct NETFILTER git entry format
  MAINTAINERS: Correct SECURITY SUBSYSTEM git entry

 MAINTAINERS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


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

* [PATCH 1/3] MAINTAINERS: Correct 9P FILE SYSTEM git entry
  2009-11-07 18:50 [PATCH 0/3] Correct MAINTAINERS git entries Joe Perches
@ 2009-11-07 18:50 ` Joe Perches
  2009-11-07 18:50 ` [PATCH 2/3] MAINTAINERS: Correct NETFILTER git entry format Joe Perches
  2009-11-07 18:50 ` [PATCH 3/3] MAINTAINERS: Correct SECURITY SUBSYSTEM git entry Joe Perches
  2 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2009-11-07 18:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a1a2ace..44a172d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -182,7 +182,7 @@ M:	Ron Minnich <rminnich@sandia.gov>
 M:	Latchesar Ionkov <lucho@ionkov.net>
 L:	v9fs-developer@lists.sourceforge.net
 W:	http://swik.net/v9fs
-T:	git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
 S:	Maintained
 F:	Documentation/filesystems/9p.txt
 F:	fs/9p/
-- 
1.6.5.1.65.gc2fd


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

* [PATCH 2/3] MAINTAINERS: Correct NETFILTER git entry format
  2009-11-07 18:50 [PATCH 0/3] Correct MAINTAINERS git entries Joe Perches
  2009-11-07 18:50 ` [PATCH 1/3] MAINTAINERS: Correct 9P FILE SYSTEM git entry Joe Perches
@ 2009-11-07 18:50 ` Joe Perches
  2009-11-07 18:50 ` [PATCH 3/3] MAINTAINERS: Correct SECURITY SUBSYSTEM git entry Joe Perches
  2 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2009-11-07 18:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 44a172d..53f416a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3618,7 +3618,7 @@ L:	netfilter@vger.kernel.org
 L:	coreteam@netfilter.org
 W:	http://www.netfilter.org/
 W:	http://www.iptables.org/
-T:	git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
 S:	Supported
 F:	include/linux/netfilter*
 F:	include/linux/netfilter/
-- 
1.6.5.1.65.gc2fd


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

* [PATCH 3/3] MAINTAINERS: Correct SECURITY SUBSYSTEM git entry
  2009-11-07 18:50 [PATCH 0/3] Correct MAINTAINERS git entries Joe Perches
  2009-11-07 18:50 ` [PATCH 1/3] MAINTAINERS: Correct 9P FILE SYSTEM git entry Joe Perches
  2009-11-07 18:50 ` [PATCH 2/3] MAINTAINERS: Correct NETFILTER git entry format Joe Perches
@ 2009-11-07 18:50 ` Joe Perches
  2 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2009-11-07 18:50 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Use git.kernel.org not www.kernel.org

Signed-off-by: Joe Perches <joe@perches.com>
---
 MAINTAINERS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 53f416a..3e028b3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4636,7 +4636,7 @@ F:	drivers/mmc/host/sdhci-s3c.c
 SECURITY SUBSYSTEM
 M:	James Morris <jmorris@namei.org>
 L:	linux-security-module@vger.kernel.org (suggested Cc:)
-T:	git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
 W:	http://security.wiki.kernel.org/
 S:	Supported
 F:	security/
-- 
1.6.5.1.65.gc2fd


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

end of thread, other threads:[~2009-11-07 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-07 18:50 [PATCH 0/3] Correct MAINTAINERS git entries Joe Perches
2009-11-07 18:50 ` [PATCH 1/3] MAINTAINERS: Correct 9P FILE SYSTEM git entry Joe Perches
2009-11-07 18:50 ` [PATCH 2/3] MAINTAINERS: Correct NETFILTER git entry format Joe Perches
2009-11-07 18:50 ` [PATCH 3/3] MAINTAINERS: Correct SECURITY SUBSYSTEM git entry Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.