lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 16 Jul 2008 15:00:08 +0200
From:	jkacur <jkacur@...il.com>
To:	akpm@...ux-foundation.org
Cc:	Jan Engelhardt <jengelh@...ozas.de>,
	Andy Whitcroft <apw@...dowen.org>, linux-kernel@...r.kernel.org
Subject: Re: Make the git URL match usage

This time, in order to test that the URL was correct, I started a git clone
(and broke it off of course) on EVERY SINGLE git URL listed in the
MAINTAINERS file, even the ones that I didn't have to modify.

I believe that this patch is ready to be ACKed and applied, however
I made some observations that I will follow up on: Here is a summary.

1. Why is the testing and release tree the same?
HARDWARE MONITORING
P:	Mark M. Hoffman
M:	mhoffman@...htlink.com
L:	lm-sensors@...sensors.org
W:	http://www.lm-sensors.org/
T:	git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git testing
T:	git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
S:	Maintained

2. Required me to change powerpc.git to powerpc-4xx.git
P:	Josh Boyer
M:	jwboyer@...ux.vnet.ibm.com
P:	Matt Porter
M:	mporter@...nel.crashing.org
W:	http://www.penguinppc.org/
L:	linuxppc-dev@...abs.org
T:	git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
S:	Maintained

3. This one seems to require password authentication to fetch, howcome?
MIPS
P:	Ralf Baechle
M:	ralf@...ux-mips.org
W:	http://www.linux-mips.org/
L:	linux-mips@...ux-mips.org
T:	git www.linux-mips.org:/pub/scm/linux.git
S:	Supported

4. The following 3 drivers are all maintained by the same person
in the same git repository, but fail when I attempt git clone

ADM8211 WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@...rmilk.net
L:	linux-wireless@...r.kernel.org
W:	http://linuxwireless.org/
T:	git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
S:	Maintained

P54 WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@...rmilk.net
L:	linux-wireless@...r.kernel.org
W:	http://prism54.org
T:	git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
S:	Maintained

RTL818X WIRELESS DRIVER
P:	Michael Wu
M:	flamingice@...rmilk.net
P:	Andrea Merello
M:	andreamrl@...cali.it
L:	linux-wireless@...r.kernel.org
W:	http://linuxwireless.org/
T:	git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
S:	Maintained

The failure looks like this
git clone git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
Initialized empty Git repository in /home/jkacur/git-trees/mac80211-drivers/.git/
fatal: The remote end hung up unexpectedly
fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git' failed.

I modified the URL to be consistent with the rest of them anyway but will pursue
this in a separate thread with Michael.

Finally, more a curiosity than anything, the following 3 repositories do NOT end in .git
but this does not seem to be a problem either.

grep git:// MAINTAINERS | grep -v "\.git"
T:      git://git.qlogic.com/ipath-linux-2.6
T:      git://opensource.wolfsonmicro.com/linux-2.6-asoc
T:      git://opensource.wolfsonmicro.com/linux-2.6-touch

Subject: Change the git URL to match actual usage
Change the MAINTAINERS file so that the git URL reads EXACTLY the way that
someone would use it. They should have to copy and paste it and not guess
how to modify it. Secondly, drop the "git" designator when the protocol
is already git://
This should save someone else the fumbling around that I had to do!

Signed-off-by: John Kacur <jkacur at gmail dot com>
Index: linux-2.6.26/MAINTAINERS
===================================================================
--- linux-2.6.26.orig/MAINTAINERS
+++ linux-2.6.26/MAINTAINERS
@@ -154,7 +154,7 @@ P:	Latchesar Ionkov
 M:	lucho@...kov.net
 L:	v9fs-developer@...ts.sourceforge.net
 W:	http://swik.net/v9fs
-T:	git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
 S:	Maintained
 
 A2232 SERIAL BOARD DRIVER
@@ -221,7 +221,7 @@ M:	len.brown@...el.com
 M:	lenb@...nel.org
 L:	linux-acpi@...r.kernel.org
 W:	http://www.lesswatts.org/projects/acpi/
-T:	git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
 S:	Supported
 
 ACPI BATTERY DRIVERS
@@ -298,7 +298,7 @@ P:	Michael Wu
 M:	flamingice@...rmilk.net
 L:	linux-wireless@...r.kernel.org
 W:	http://linuxwireless.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
 S:	Maintained
 
 ADT746X FAN DRIVER
@@ -325,7 +325,7 @@ S:	Maintained
 AGPGART DRIVER
 P:	David Airlie
 M:	airlied@...ux.ie
-T:	git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
 S:	Maintained
 
 AHA152X SCSI DRIVER
@@ -758,7 +758,7 @@ P:	Eric Paris
 M:	eparis@...hat.com
 L:	linux-audit@...hat.com (subscribers-only)
 W:	http://people.redhat.com/sgrubb/audit/
-T:	git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
 S:	Maintained
 
 AUXILIARY DISPLAY DRIVERS
@@ -877,7 +877,7 @@ BLOCK LAYER
 P:	Jens Axboe
 M:	axboe@...nel.dk
 L:	linux-kernel@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
 S:	Maintained
 
 BLOCK2MTD DRIVER
@@ -895,7 +895,7 @@ L:	linux-bluetooth@...r.kernel.org
 W:	http://bluez.sf.net
 W:	http://www.bluez.org
 W:	http://www.holtmann.org/linux/bluetooth/
-T:	git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
 S:	Maintained
 
 BLUETOOTH RFCOMM LAYER
@@ -1019,7 +1019,7 @@ M:	mchehab@...radead.org
 M:	v4l-dvb-maintainer@...uxtv.org
 L:	video4linux-list@...hat.com
 W:	http://linuxtv.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
 S:	Maintained
 
 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
@@ -1091,7 +1091,7 @@ M:	sfrench@...ba.org
 L:	linux-cifs-client@...ts.samba.org
 L:	samba-technical@...ts.samba.org
 W:	http://linux-cifs.samba.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
 S:	Supported
 
 CONFIGFS
@@ -1190,7 +1190,7 @@ P:	Dave Jones
 M:	davej@...emonkey.org.uk
 L:	cpufreq@...ts.linux.org.uk
 W:	http://www.codemonkey.org.uk/projects/cpufreq/
-T:	git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
 S:	Maintained
 
 CPUID/MSR DRIVER
@@ -1227,7 +1227,7 @@ M:	herbert@...dor.apana.org.au
 P:	David S. Miller
 M:	davem@...emloft.net
 L:	linux-crypto@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
 S:	Maintained
 
 CS5535 Audio ALSA driver
@@ -1389,7 +1389,7 @@ P:	David Teigland
 M:	teigland@...hat.com
 L:	cluster-devel@...hat.com
 W:	http://sources.redhat.com/cluster/
-T:	git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
 S:	Supported
 
 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
@@ -1448,7 +1448,7 @@ DRM DRIVERS
 P:	David Airlie
 M:	airlied@...ux.ie
 L:	dri-devel@...ts.sourceforge.net
-T:	git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
 S:	Maintained
 
 DSCC4 DRIVER
@@ -1462,7 +1462,7 @@ P:	LinuxTV.org Project
 M:	v4l-dvb-maintainer@...uxtv.org
 L: 	linux-dvb@...uxtv.org (subscription required)
 W:	http://linuxtv.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
 S:	Maintained
 
 DZ DECSTATION DZ11 SERIAL DRIVER
@@ -1739,7 +1739,7 @@ P:	Kristian Hoegsberg, Stefan Richter
 M:	krh@...hat.com, stefanr@...6.in-berlin.de
 L:	linux1394-devel@...ts.sourceforge.net
 W:	http://www.linux1394.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
 S:	Maintained
 
 FIRMWARE LOADER (request_firmware)
@@ -1805,8 +1805,8 @@ P:	Steven Whitehouse
 M:	swhiteho@...hat.com
 L:	cluster-devel@...hat.com
 W:	http://sources.redhat.com/cluster/
-T:	git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
-T:	git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
 S:	Supported
 
 GIGASET ISDN DRIVERS
@@ -1823,8 +1823,8 @@ P:	Mark M. Hoffman
 M:	mhoffman@...htlink.com
 L:	lm-sensors@...sensors.org
 W:	http://www.lm-sensors.org/
-T:	git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
-T:	git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
+T:	git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git testing
+T:	git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
 S:	Maintained
 
 HARDWARE RANDOM NUMBER GENERATOR CORE
@@ -1867,7 +1867,7 @@ HID CORE LAYER
 P:	Jiri Kosina
 M:	jkosina@...e.cz
 L:	linux-input@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
 S:	Maintained
 
 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
@@ -1993,7 +1993,7 @@ S:	Maintained
 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
 P:	H. Peter Anvin
 M:	hpa@...or.com
-T:	git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
 S:	Maintained
 
 IA64 (Itanium) PLATFORM
@@ -2001,7 +2001,7 @@ P:	Tony Luck
 M:	tony.luck@...el.com
 L:	linux-ia64@...r.kernel.org
 W:	http://www.ia64-linux.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
 S:	Maintained
 
 SN-IA64 (Itanium) SUB-PLATFORM
@@ -2068,7 +2068,7 @@ P:	Stefan Richter
 M:	stefanr@...6.in-berlin.de
 L:	linux1394-devel@...ts.sourceforge.net
 W:	http://www.linux1394.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
 S:	Maintained
 
 IEEE 1394 RAW I/O DRIVER (raw1394)
@@ -2092,7 +2092,7 @@ P:	Hal Rosenstock
 M:	hal.rosenstock@...il.com 
 L:	general@...ts.openfabrics.org
 W:	http://www.openib.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
 S:	Supported
 
 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
@@ -2100,7 +2100,7 @@ P:	Dmitry Torokhov
 M:	dmitry.torokhov@...il.com
 M:	dtor@...l.ru
 L:	linux-input@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
 S:	Maintained
 
 INOTIFY
@@ -2198,7 +2198,7 @@ M:	reinette.chatre@...el.com
 L:	linux-wireless@...r.kernel.org
 L:	ipw3945-devel@...ts.sourceforge.net
 W:	http://intellinuxwireless.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
 S:	Supported
 
 IOC3 ETHERNET DRIVER
@@ -2232,7 +2232,7 @@ IPATH DRIVER:
 P:	Ralph Campbell
 M:	infinipath@...gic.com
 L:	general@...ts.openfabrics.org
-T:	git git://git.qlogic.com/ipath-linux-2.6
+T:	git://git.qlogic.com/ipath-linux-2.6
 S:	Supported
 
 IPMI SUBSYSTEM
@@ -2268,7 +2268,7 @@ P:	Mike Christie
 M:	michaelc@...wisc.edu
 L:	open-iscsi@...glegroups.com
 W:	www.open-iscsi.org
-T:	git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
 S:	Maintained
 
 ISAPNP
@@ -2281,7 +2281,7 @@ P:	Karsten Keil
 M:	kkeil@...e.de
 L:	isdn4linux@...tserv.isdn4linux.de (subscribers-only)
 W:	http://www.isdn4linux.de
-T:	git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
 S:	Maintained
 
 ISDN SUBSYSTEM (Eicon active card driver)
@@ -2312,7 +2312,7 @@ P:	Dave Kleikamp
 M:	shaggy@...tin.ibm.com
 L:	jfs-discussion@...ts.sourceforge.net
 W:	http://jfs.sourceforge.net/
-T:	git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
 S:	Supported
 
 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
@@ -2358,8 +2358,8 @@ S:	Maintained
 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
 P:	Sam Ravnborg
 M:	sam@...nborg.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
-T:	git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
 L:	linux-kbuild@...r.kernel.org
 S:	Maintained
 
@@ -2493,7 +2493,7 @@ P:	Benjamin Herrenschmidt
 M:	benh@...nel.crashing.org
 W:	http://www.penguinppc.org/
 L:	linuxppc-dev@...abs.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git
 S:	Supported
 
 LINUX FOR POWER MACINTOSH
@@ -2520,7 +2520,7 @@ P:	Matt Porter
 M:	mporter@...nel.crashing.org
 W:	http://www.penguinppc.org/
 L:	linuxppc-dev@...abs.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
 S:	Maintained
 
 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
@@ -2562,7 +2562,7 @@ LINUX SECURITY MODULE (LSM) FRAMEWORK
 P:	Chris Wright
 M:	chrisw@...s-sol.org
 L:	linux-security-module@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
 S:	Supported
 
 LM83 HARDWARE MONITOR DRIVER
@@ -2646,7 +2646,7 @@ P:	Michael Wu
 M:	flamingice@...rmilk.net
 L:	linux-wireless@...r.kernel.org
 W:	http://linuxwireless.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
 S:	Maintained
 
 MAC80211 PID RATE CONTROL
@@ -2656,7 +2656,7 @@ P:	Mattias Nissler
 M:	mattias.nissler@....de
 L:	linux-wireless@...r.kernel.org
 W:	http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
-T:	git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
 S:	Maintained
 
 MACVLAN DRIVER
@@ -2743,7 +2743,7 @@ P:	David Woodhouse
 M:	dwmw2@...radead.org
 W:	http://www.linux-mtd.infradead.org/
 L:	linux-mtd@...ts.infradead.org
-T:	git git://git.infradead.org/mtd-2.6.git
+T:	git://git.infradead.org/mtd-2.6.git
 S:	Maintained
 
 UNSORTED BLOCK IMAGES (UBI)
@@ -2751,7 +2751,7 @@ P:	Artem Bityutskiy
 M:	dedekind@...radead.org
 W:	http://www.linux-mtd.infradead.org/
 L:	linux-mtd@...ts.infradead.org
-T:	git git://git.infradead.org/~dedekind/ubi-2.6.git
+T:	git://git.infradead.org/~dedekind/ubi-2.6.git
 S:	Maintained
 
 MICROTEK X6 SCANNER
@@ -2934,7 +2934,7 @@ NETWORK DEVICE DRIVERS
 P:	Jeff Garzik
 M:	jgarzik@...ox.com
 L:	netdev@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
 S:	Maintained
 
 NETWORKING [GENERAL]
@@ -2958,7 +2958,7 @@ M:	yoshfuji@...ux-ipv6.org
 P:	Patrick McHardy
 M:	kaber@...sh.net
 L:	netdev@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
 S:	Maintained
 
 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
@@ -2971,7 +2971,7 @@ NETWORKING [WIRELESS]
 P:	John W. Linville
 M:	linville@...driver.com
 L:	linux-wireless@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
 S:	Maintained
 
 NETXEN (1/10) GbE SUPPORT
@@ -2996,7 +2996,7 @@ P:	Trond Myklebust
 M:	Trond.Myklebust@...app.com
 L:	linux-nfs@...r.kernel.org
 W:	http://client.linux-nfs.org
-T:	git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
+T:	git://git.linux-nfs.org/pub/linux/nfs-2.6.git
 S:	Maintained
 
 NI5010 NETWORK DRIVER
@@ -3027,7 +3027,7 @@ M:	aia21@...tab.net
 L:	linux-ntfs-dev@...ts.sourceforge.net
 L:	linux-kernel@...r.kernel.org
 W:	http://linux-ntfs.sf.net/
-T:	git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
 S:	Maintained
 
 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
@@ -3049,7 +3049,7 @@ P:	Joel Becker
 M:	joel.becker@...cle.com
 L:	ocfs2-devel@....oracle.com (moderated for non-subscribers)
 W:	http://oss.oracle.com/projects/ocfs2/
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
 S:	Supported
 
 OMNIKEY CARDMAN 4000 DRIVER
@@ -3130,7 +3130,7 @@ P:	Grant Grundler
 M:	grundler@...isc-linux.org
 L:	linux-parisc@...r.kernel.org
 W:	http://www.parisc-linux.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
 S:	Maintained
 
 PARAVIRT_OPS INTERFACE
@@ -3169,7 +3169,7 @@ P:	Jesse Barnes
 M:	jbarnes@...tuousgeek.org
 L:	linux-kernel@...r.kernel.org
 L:	linux-pci@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
 S:	Supported
 
 PCI HOTPLUG CORE
@@ -3187,7 +3187,7 @@ PCMCIA SUBSYSTEM
 P:	Linux PCMCIA Team
 L:	linux-pcmcia@...ts.infradead.org
 W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
-T:	git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
 S:	Maintained
 
 PCNET32 NETWORK DRIVER
@@ -3232,7 +3232,7 @@ M:	cbou@...l.ru
 P:	David Woodhouse
 M:	dwmw2@...radead.org
 L:	linux-kernel@...r.kernel.org
-T:	git git.infradead.org/battery-2.6.git
+T:	git://git.infradead.org/battery-2.6.git
 S:	Maintained
 
 POWERPC 4xx EMAC DRIVER
@@ -3288,7 +3288,7 @@ P:	Michael Wu
 M:	flamingice@...rmilk.net
 L:	linux-wireless@...r.kernel.org
 W:	http://prism54.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
 S:	Maintained
 
 PRISM54 WIRELESS DRIVER
@@ -3386,7 +3386,7 @@ L:	linux-wireless@...r.kernel.org
 L:	rt2400-devel@...ts.sourceforge.net
 W:	http://rt2x00.serialmonkey.com/
 S:	Maintained
-T:	git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
 F:	drivers/net/wireless/rt2x00/
 
 RAMDISK RAM BLOCK DEVICE DRIVER
@@ -3475,7 +3475,7 @@ P:	Andrea Merello
 M:	andreamrl@...cali.it
 L:	linux-wireless@...r.kernel.org
 W:	http://linuxwireless.org/
-T:	git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
 S:	Maintained
 
 S3 SAVAGE FRAMEBUFFER DRIVER
@@ -3559,9 +3559,9 @@ SCSI SUBSYSTEM
 P:	James E.J. Bottomley
 M:	James.Bottomley@...senPartnership.com
 L:	linux-scsi@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
-T:	git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
-T:	git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
 S:	Maintained
 
 SCSI TAPE DRIVER
@@ -3620,7 +3620,7 @@ SERIAL ATA (SATA) SUBSYSTEM:
 P:	Jeff Garzik
 M:	jgarzik@...ox.com
 L:	linux-ide@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
 S:	Supported
 
 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
@@ -3777,7 +3777,7 @@ P:	Liam Girdwood
 M:	liam.girdwood@...fsonmicro.com
 P:	Mark Brown
 M:	broonie@...nsource.wolfsonmicro.com
-T:	git opensource.wolfsonmicro.com/linux-2.6-asoc
+T:	git://opensource.wolfsonmicro.com/linux-2.6-asoc
 L:	alsa-devel@...a-project.org (subscribers-only)
 S:	Supported
 
@@ -3879,7 +3879,7 @@ P:	Paul Mundt
 M:	lethal@...ux-sh.org
 L:	linux-sh@...r.kernel.org
 W:	http://www.linux-sh.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
 S:	Maintained
 
 SUN3/3X
@@ -3943,7 +3943,7 @@ M:	ibm-acpi@....eng.br
 L:	ibm-acpi-devel@...ts.sourceforge.net
 W:	http://ibm-acpi.sourceforge.net
 W:	http://thinkwiki.org/wiki/Ibm-acpi
-T:	git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
+T:	git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
 S:	Maintained
 
 TI FLASH MEDIA INTERFACE DRIVER
@@ -3973,7 +3973,7 @@ M:	allan.stephens@...driver.com
 L:	tipc-discussion@...ts.sourceforge.net
 W:	http://tipc.sourceforge.net/
 W:	http://tipc.cslab.ericsson.net/
-T:	git tipc.cslab.ericsson.net:/pub/git/tipc.git
+T:	git://tipc.cslab.ericsson.net/pub/git/tipc.git
 S:	Maintained
 
 TLAN NETWORK DRIVER
@@ -4083,7 +4083,7 @@ UltraSPARC (sparc64):
 P:	David S. Miller
 M:	davem@...emloft.net
 L:	sparclinux@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
 S:	Maintained
 
 UNIFORM CDROM DRIVER
@@ -4164,7 +4164,7 @@ USB HID/HIDBP DRIVERS (USB KEYBOARDS, MI
 P:	Jiri Kosina
 M:	jkosina@...e.cz
 L:      linux-usb@...r.kernel.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
 S:	Maintained
 
 USB ISP116X DRIVER
@@ -4415,7 +4415,7 @@ M:	mchehab@...radead.org
 M:	v4l-dvb-maintainer@...uxtv.org
 L:	video4linux-list@...hat.com
 W:	http://linuxtv.org
-T:	git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
 S:	Maintained
 
 VLAN (802.1Q)
@@ -4462,7 +4462,7 @@ S:	Maintained
 WATCHDOG DEVICE DRIVERS
 P:	Wim Van Sebroeck
 M:	wim@...ana.be
-T:	git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
+T:	git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
 S:	Maintained
 
 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
@@ -4496,7 +4496,7 @@ M:	broonie@...nsource.wolfsonmicro.com
 P:	Liam Girdwood
 M:	liam.girdwood@...fsonmicro.com
 L:	linux-input@...r.kernel.org
-T:	git git://opensource.wolfsonmicro.com/linux-2.6-touch
+T:	git://opensource.wolfsonmicro.com/linux-2.6-touch
 W:	http://opensource.wolfsonmicro.com/node/7
 S:	Supported
 
@@ -4521,7 +4521,7 @@ P:	Tim Shimmin
 M:	xfs-masters@....sgi.com
 L:	xfs@....sgi.com
 W:	http://oss.sgi.com/projects/xfs
-T:	git git://oss.sgi.com:8090/xfs/xfs-2.6.git
+T:	git://oss.sgi.com:8090/xfs/xfs-2.6.git
 S:	Supported
 
 XILINX SYSTEMACE DRIVER
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ