aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2009-02-05 19:01:45 -0500
committerJames Morris <jmorris@namei.org>2009-02-05 19:01:45 -0500
commitcb5629b10d64a8006622ce3a52bc887d91057d69 (patch)
tree7c06d8f30783115e3384721046258ce615b129c5 /MAINTAINERS
parent8920d5ad6ba74ae8ab020e90cc4d976980e68701 (diff)
parentf01d1d546abb2f4028b5299092f529eefb01253a (diff)
Merge branch 'master' into next
Conflicts: fs/namei.c Manually merged per: diff --cc fs/namei.c index 734f2b5,bbc15c2..0000000 --- a/fs/namei.c +++ b/fs/namei.c @@@ -860,9 -848,8 +849,10 @@@ static int __link_path_walk(const char nd->flags |= LOOKUP_CONTINUE; err = exec_permission_lite(inode); if (err == -EAGAIN) - err = vfs_permission(nd, MAY_EXEC); + err = inode_permission(nd->path.dentry->d_inode, + MAY_EXEC); + if (!err) + err = ima_path_check(&nd->path, MAY_EXEC); if (err) break; @@@ -1525,14 -1506,9 +1509,14 @@@ int may_open(struct path *path, int acc flag &= ~O_TRUNC; } - error = vfs_permission(nd, acc_mode); + error = inode_permission(inode, acc_mode); if (error) return error; + - error = ima_path_check(&nd->path, ++ error = ima_path_check(path, + acc_mode & (MAY_READ | MAY_WRITE | MAY_EXEC)); + if (error) + return error; /* * An append-only file must be opened in append mode for writing. */ Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS175
1 files changed, 118 insertions, 57 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 12fc2805ab4..a781f2ec082 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -616,7 +616,7 @@ M: mkpetch@internode.on.net
616S: Maintained 616S: Maintained
617 617
618ARM/TOSA MACHINE SUPPORT 618ARM/TOSA MACHINE SUPPORT
619P: Dmitry Baryshkov 619P: Dmitry Eremin-Solenikov
620M: dbaryshkov@gmail.com 620M: dbaryshkov@gmail.com
621P: Dirk Opfer 621P: Dirk Opfer
622M: dirk@opfer-online.de 622M: dirk@opfer-online.de
@@ -911,7 +911,7 @@ S: Maintained
911BLACKFIN ARCHITECTURE 911BLACKFIN ARCHITECTURE
912P: Bryan Wu 912P: Bryan Wu
913M: cooloney@kernel.org 913M: cooloney@kernel.org
914L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 914L: uclinux-dist-devel@blackfin.uclinux.org
915W: http://blackfin.uclinux.org 915W: http://blackfin.uclinux.org
916S: Supported 916S: Supported
917 917
@@ -1024,16 +1024,17 @@ S: Maintained
1024BTTV VIDEO4LINUX DRIVER 1024BTTV VIDEO4LINUX DRIVER
1025P: Mauro Carvalho Chehab 1025P: Mauro Carvalho Chehab
1026M: mchehab@infradead.org 1026M: mchehab@infradead.org
1027M: v4l-dvb-maintainer@linuxtv.org 1027L: linux-media@vger.kernel.org
1028L: video4linux-list@redhat.com 1028L: video4linux-list@redhat.com
1029W: http://linuxtv.org 1029W: http://linuxtv.org
1030T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1030T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1031S: Maintained 1031S: Maintained
1032 1032
1033CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1033CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1034P: Jonathan Corbet 1034P: Jonathan Corbet
1035M: corbet@lwn.net 1035M: corbet@lwn.net
1036L: video4linux-list@redhat.com 1036L: linux-media@vger.kernel.org
1037T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1037S: Maintained 1038S: Maintained
1038 1039
1039CALGARY x86-64 IOMMU 1040CALGARY x86-64 IOMMU
@@ -1092,11 +1093,8 @@ S: Maintained
1092 1093
1093CHECKPATCH 1094CHECKPATCH
1094P: Andy Whitcroft 1095P: Andy Whitcroft
1095M: apw@shadowen.org 1096M: apw@canonical.com
1096P: Randy Dunlap 1097L: linux-kernel@vger.kernel.org
1097M: rdunlap@xenotime.net
1098P: Joel Schopp
1099M: jschopp@austin.ibm.com
1100S: Supported 1098S: Supported
1101 1099
1102CISCO 10G ETHERNET DRIVER 1100CISCO 10G ETHERNET DRIVER
@@ -1264,7 +1262,8 @@ P: Hans Verkuil, Andy Walls
1264M: hverkuil@xs4all.nl, awalls@radix.net 1262M: hverkuil@xs4all.nl, awalls@radix.net
1265L: ivtv-devel@ivtvdriver.org 1263L: ivtv-devel@ivtvdriver.org
1266L: ivtv-users@ivtvdriver.org 1264L: ivtv-users@ivtvdriver.org
1267L: video4linux-list@redhat.com 1265L: linux-media@vger.kernel.org
1266T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1268W: http://linuxtv.org 1267W: http://linuxtv.org
1269S: Maintained 1268S: Maintained
1270 1269
@@ -1361,6 +1360,11 @@ P: Maciej W. Rozycki
1361M: macro@linux-mips.org 1360M: macro@linux-mips.org
1362S: Maintained 1361S: Maintained
1363 1362
1363DELL LAPTOP DRIVER
1364P: Matthew Garrett
1365M: mjg59@srcf.ucam.org
1366S: Maintained
1367
1364DELL LAPTOP SMM DRIVER 1368DELL LAPTOP SMM DRIVER
1365P: Massimo Dal Zotto 1369P: Massimo Dal Zotto
1366M: dz@debian.org 1370M: dz@debian.org
@@ -1490,10 +1494,10 @@ S: Maintained
1490 1494
1491DVB SUBSYSTEM AND DRIVERS 1495DVB SUBSYSTEM AND DRIVERS
1492P: LinuxTV.org Project 1496P: LinuxTV.org Project
1493M: v4l-dvb-maintainer@linuxtv.org 1497M: linux-media@vger.kernel.org
1494L: linux-dvb@linuxtv.org (subscription required) 1498L: linux-dvb@linuxtv.org (subscription required)
1495W: http://linuxtv.org/ 1499W: http://linuxtv.org/
1496T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1500T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1497S: Maintained 1501S: Maintained
1498 1502
1499DZ DECSTATION DZ11 SERIAL DRIVER 1503DZ DECSTATION DZ11 SERIAL DRIVER
@@ -1577,6 +1581,13 @@ L: bluesmoke-devel@lists.sourceforge.net
1577W: bluesmoke.sourceforge.net 1581W: bluesmoke.sourceforge.net
1578S: Maintained 1582S: Maintained
1579 1583
1584EDAC-I5400
1585P: Mauro Carvalho Chehab
1586M: mchehab@redhat.com
1587L: bluesmoke-devel@lists.sourceforge.net
1588W: bluesmoke.sourceforge.net
1589S: Maintained
1590
1580EDAC-I82975X 1591EDAC-I82975X
1581P: Ranganathan Desikan 1592P: Ranganathan Desikan
1582P: Arvind R. 1593P: Arvind R.
@@ -1810,6 +1821,14 @@ M: hch@infradead.org
1810W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 1821W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
1811S: Maintained 1822S: Maintained
1812 1823
1824FREEZER
1825P: Pavel Machek
1826M: pavel@suse.cz
1827P: Rafael J. Wysocki
1828M: rjw@sisk.pl
1829L: linux-pm@lists.linux-foundation.org
1830S: Supported
1831
1813FTRACE 1832FTRACE
1814P: Steven Rostedt 1833P: Steven Rostedt
1815M: rostedt@goodmis.org 1834M: rostedt@goodmis.org
@@ -1885,32 +1904,37 @@ S: Maintained
1885GSPCA FINEPIX SUBDRIVER 1904GSPCA FINEPIX SUBDRIVER
1886P: Frank Zago 1905P: Frank Zago
1887M: frank@zago.net 1906M: frank@zago.net
1888L: video4linux-list@redhat.com 1907L: linux-media@vger.kernel.org
1908T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1889S: Maintained 1909S: Maintained
1890 1910
1891GSPCA M5602 SUBDRIVER 1911GSPCA M5602 SUBDRIVER
1892P: Erik Andren 1912P: Erik Andren
1893M: erik.andren@gmail.com 1913M: erik.andren@gmail.com
1894L: video4linux-list@redhat.com 1914L: linux-media@vger.kernel.org
1915T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1895S: Maintained 1916S: Maintained
1896 1917
1897GSPCA PAC207 SONIXB SUBDRIVER 1918GSPCA PAC207 SONIXB SUBDRIVER
1898P: Hans de Goede 1919P: Hans de Goede
1899M: hdegoede@redhat.com 1920M: hdegoede@redhat.com
1900L: video4linux-list@redhat.com 1921L: linux-media@vger.kernel.org
1922T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1901S: Maintained 1923S: Maintained
1902 1924
1903GSPCA T613 SUBDRIVER 1925GSPCA T613 SUBDRIVER
1904P: Leandro Costantino 1926P: Leandro Costantino
1905M: lcostantino@gmail.com 1927M: lcostantino@gmail.com
1906L: video4linux-list@redhat.com 1928L: linux-media@vger.kernel.org
1929T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1907S: Maintained 1930S: Maintained
1908 1931
1909GSPCA USB WEBCAM DRIVER 1932GSPCA USB WEBCAM DRIVER
1910P: Jean-Francois Moine 1933P: Jean-Francois Moine
1911M: moinejf@free.fr 1934M: moinejf@free.fr
1912W: http://moinejf.free.fr 1935W: http://moinejf.free.fr
1913L: video4linux-list@redhat.com 1936L: linux-media@vger.kernel.org
1937T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1914S: Maintained 1938S: Maintained
1915 1939
1916HARDWARE MONITORING 1940HARDWARE MONITORING
@@ -2049,6 +2073,12 @@ M: mikulas@artax.karlin.mff.cuni.cz
2049W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2073W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2050S: Maintained 2074S: Maintained
2051 2075
2076HSO 3G Modem Driver (hso.c)
2077P: Denis Joseph Barrow
2078M: d.barow@option.com
2079W: http://www.pharscape.org
2080S: Maintained
2081
2052HTCPEN TOUCHSCREEN DRIVER 2082HTCPEN TOUCHSCREEN DRIVER
2053P: Pau Oliva Fora 2083P: Pau Oliva Fora
2054M: pof@eslack.org 2084M: pof@eslack.org
@@ -2072,7 +2102,8 @@ M: khali@linux-fr.org
2072P: Ben Dooks (embedded platforms) 2102P: Ben Dooks (embedded platforms)
2073M: ben-linux@fluff.org 2103M: ben-linux@fluff.org
2074L: linux-i2c@vger.kernel.org 2104L: linux-i2c@vger.kernel.org
2075T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ 2105W: http://i2c.wiki.kernel.org/
2106T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2076S: Maintained 2107S: Maintained
2077 2108
2078I2C-TINY-USB DRIVER 2109I2C-TINY-USB DRIVER
@@ -2146,11 +2177,6 @@ M: Gadi Oxman <gadio@netvision.net.il>
2146L: linux-kernel@vger.kernel.org 2177L: linux-kernel@vger.kernel.org
2147S: Maintained 2178S: Maintained
2148 2179
2149IDE-SCSI DRIVER
2150L: linux-ide@vger.kernel.org
2151L: linux-scsi@vger.kernel.org
2152S: Orphan
2153
2154IDLE-I7300 2180IDLE-I7300
2155P: Andy Henroid 2181P: Andy Henroid
2156M: andrew.d.henroid@intel.com 2182M: andrew.d.henroid@intel.com
@@ -2191,7 +2217,7 @@ P: Sean Hefty
2191M: sean.hefty@intel.com 2217M: sean.hefty@intel.com
2192P: Hal Rosenstock 2218P: Hal Rosenstock
2193M: hal.rosenstock@gmail.com 2219M: hal.rosenstock@gmail.com
2194L: general@lists.openfabrics.org 2220L: general@lists.openfabrics.org (moderated for non-subscribers)
2195W: http://www.openib.org/ 2221W: http://www.openib.org/
2196T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git 2222T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2197S: Supported 2223S: Supported
@@ -2312,6 +2338,14 @@ W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2312W: http://ipw2200.sourceforge.net 2338W: http://ipw2200.sourceforge.net
2313S: Supported 2339S: Supported
2314 2340
2341INTEL WIRELESS WIMAX CONNECTION 2400
2342P: Inaky Perez-Gonzalez
2343M: inaky.perez-gonzalez@intel.com
2344M: linux-wimax@intel.com
2345L: wimax@linuxwimax.org
2346S: Supported
2347W: http://linuxwimax.org
2348
2315INTEL WIRELESS WIFI LINK (iwlwifi) 2349INTEL WIRELESS WIFI LINK (iwlwifi)
2316P: Zhu Yi 2350P: Zhu Yi
2317M: yi.zhu@intel.com 2351M: yi.zhu@intel.com
@@ -2436,7 +2470,8 @@ P: Hans Verkuil
2436M: hverkuil@xs4all.nl 2470M: hverkuil@xs4all.nl
2437L: ivtv-devel@ivtvdriver.org 2471L: ivtv-devel@ivtvdriver.org
2438L: ivtv-users@ivtvdriver.org 2472L: ivtv-users@ivtvdriver.org
2439L: video4linux-list@redhat.com 2473L: linux-media@vger.kernel.org
2474T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2440W: http://www.ivtvdriver.org 2475W: http://www.ivtvdriver.org
2441S: Maintained 2476S: Maintained
2442 2477
@@ -2546,8 +2581,6 @@ W: http://kvm.qumranet.com
2546S: Supported 2581S: Supported
2547 2582
2548KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 2583KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2549P: Anthony Xu
2550M: anthony.xu@intel.com
2551P: Xiantao Zhang 2584P: Xiantao Zhang
2552M: xiantao.zhang@intel.com 2585M: xiantao.zhang@intel.com
2553L: kvm-ia64@vger.kernel.org 2586L: kvm-ia64@vger.kernel.org
@@ -2640,13 +2673,13 @@ W: http://www.hansenpartnership.com/voyager
2640S: Maintained 2673S: Maintained
2641 2674
2642LINUX FOR POWERPC (32-BIT AND 64-BIT) 2675LINUX FOR POWERPC (32-BIT AND 64-BIT)
2643P: Paul Mackerras
2644M: paulus@samba.org
2645P: Benjamin Herrenschmidt 2676P: Benjamin Herrenschmidt
2646M: benh@kernel.crashing.org 2677M: benh@kernel.crashing.org
2678P: Paul Mackerras
2679M: paulus@samba.org
2647W: http://www.penguinppc.org/ 2680W: http://www.penguinppc.org/
2648L: linuxppc-dev@ozlabs.org 2681L: linuxppc-dev@ozlabs.org
2649T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git 2682T: git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
2650S: Supported 2683S: Supported
2651 2684
2652LINUX FOR POWER MACINTOSH 2685LINUX FOR POWER MACINTOSH
@@ -2808,8 +2841,6 @@ S: Maintained
2808MAC80211 2841MAC80211
2809P: Johannes Berg 2842P: Johannes Berg
2810M: johannes@sipsolutions.net 2843M: johannes@sipsolutions.net
2811P: Michael Wu
2812M: flamingice@sourmilk.net
2813L: linux-wireless@vger.kernel.org 2844L: linux-wireless@vger.kernel.org
2814W: http://linuxwireless.org/ 2845W: http://linuxwireless.org/
2815T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2846T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
@@ -2991,6 +3022,7 @@ MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2991P: Felipe Balbi 3022P: Felipe Balbi
2992M: felipe.balbi@nokia.com 3023M: felipe.balbi@nokia.com
2993L: linux-usb@vger.kernel.org 3024L: linux-usb@vger.kernel.org
3025T: git gitorious.org:/musb/mainline.git
2994S: Maintained 3026S: Maintained
2995 3027
2996MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 3028MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
@@ -3197,7 +3229,8 @@ S: Maintained
3197OMNIVISION OV7670 SENSOR DRIVER 3229OMNIVISION OV7670 SENSOR DRIVER
3198P: Jonathan Corbet 3230P: Jonathan Corbet
3199M: corbet@lwn.net 3231M: corbet@lwn.net
3200L: video4linux-list@redhat.com 3232L: linux-media@vger.kernel.org
3233T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3201S: Maintained 3234S: Maintained
3202 3235
3203ONENAND FLASH DRIVER 3236ONENAND FLASH DRIVER
@@ -3475,12 +3508,19 @@ L: linuxppc-dev@ozlabs.org
3475L: cbe-oss-dev@ozlabs.org 3508L: cbe-oss-dev@ozlabs.org
3476S: Supported 3509S: Supported
3477 3510
3511PS3VRAM DRIVER
3512P: Jim Paris
3513M: jim@jtan.com
3514L: cbe-oss-dev@ozlabs.org
3515S: Maintained
3516
3478PVRUSB2 VIDEO4LINUX DRIVER 3517PVRUSB2 VIDEO4LINUX DRIVER
3479P: Mike Isely 3518P: Mike Isely
3480M: isely@pobox.com 3519M: isely@pobox.com
3481L: pvrusb2@isely.net (subscribers-only) 3520L: pvrusb2@isely.net (subscribers-only)
3482L: video4linux-list@redhat.com 3521L: linux-media@vger.kernel.org
3483W: http://www.isely.net/pvrusb2/ 3522W: http://www.isely.net/pvrusb2/
3523T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3484S: Maintained 3524S: Maintained
3485 3525
3486PXA2xx/PXA3xx SUPPORT 3526PXA2xx/PXA3xx SUPPORT
@@ -3700,6 +3740,8 @@ S: Supported
3700SAA7146 VIDEO4LINUX-2 DRIVER 3740SAA7146 VIDEO4LINUX-2 DRIVER
3701P: Michael Hunold 3741P: Michael Hunold
3702M: michael@mihu.de 3742M: michael@mihu.de
3743L: linux-media@vger.kernel.org
3744T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3703W: http://www.mihu.de/linux/saa7146 3745W: http://www.mihu.de/linux/saa7146
3704S: Maintained 3746S: Maintained
3705 3747
@@ -3964,7 +4006,8 @@ S: Maintained
3964SOC-CAMERA V4L2 SUBSYSTEM 4006SOC-CAMERA V4L2 SUBSYSTEM
3965P: Guennadi Liakhovetski 4007P: Guennadi Liakhovetski
3966M: g.liakhovetski@gmx.de 4008M: g.liakhovetski@gmx.de
3967L: video4linux-list@redhat.com 4009L: linux-media@vger.kernel.org
4010T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3968S: Maintained 4011S: Maintained
3969 4012
3970SOEKRIS NET48XX LED SUPPORT 4013SOEKRIS NET48XX LED SUPPORT
@@ -4022,10 +4065,12 @@ L: alsa-devel@alsa-project.org (subscribers-only)
4022W: http://alsa-project.org/main/index.php/ASoC 4065W: http://alsa-project.org/main/index.php/ASoC
4023S: Supported 4066S: Supported
4024 4067
4025SPARC (sparc32) 4068SPARC + UltraSPARC (sparc/sparc64)
4026P: William L. Irwin 4069P: David S. Miller
4027M: wli@holomorphy.com 4070M: davem@davemloft.net
4028L: sparclinux@vger.kernel.org 4071L: sparclinux@vger.kernel.org
4072T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4073T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4029S: Maintained 4074S: Maintained
4030 4075
4031SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 4076SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
@@ -4056,6 +4101,13 @@ L: cbe-oss-dev@ozlabs.org
4056W: http://www.ibm.com/developerworks/power/cell/ 4101W: http://www.ibm.com/developerworks/power/cell/
4057S: Supported 4102S: Supported
4058 4103
4104SQUASHFS FILE SYSTEM
4105P: Phillip Lougher
4106M: phillip@lougher.demon.co.uk
4107L: squashfs-devel@lists.sourceforge.net (subscribers-only)
4108W: http://squashfs.org.uk
4109S: Maintained
4110
4059SRM (Alpha) environment access 4111SRM (Alpha) environment access
4060P: Jan-Benedict Glaw 4112P: Jan-Benedict Glaw
4061M: jbglaw@lug-owl.de 4113M: jbglaw@lug-owl.de
@@ -4237,9 +4289,10 @@ L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
4237S: Maintained 4289S: Maintained
4238 4290
4239TRIVIAL PATCHES 4291TRIVIAL PATCHES
4240P: Jesper Juhl 4292P: Jiri Kosina
4241M: trivial@kernel.org 4293M: trivial@kernel.org
4242L: linux-kernel@vger.kernel.org 4294L: linux-kernel@vger.kernel.org
4295T: git kernel.org:/pub/scm/linux/kernel/git/jikos/trivial.git
4243S: Maintained 4296S: Maintained
4244 4297
4245TTY LAYER 4298TTY LAYER
@@ -4309,13 +4362,6 @@ M: dushistov@mail.ru
4309L: linux-kernel@vger.kernel.org 4362L: linux-kernel@vger.kernel.org
4310S: Maintained 4363S: Maintained
4311 4364
4312UltraSPARC (sparc64)
4313P: David S. Miller
4314M: davem@davemloft.net
4315L: sparclinux@vger.kernel.org
4316T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4317S: Maintained
4318
4319ULTRA-WIDEBAND (UWB) SUBSYSTEM: 4365ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4320P: David Vrabel 4366P: David Vrabel
4321M: david.vrabel@csr.com 4367M: david.vrabel@csr.com
@@ -4387,7 +4433,8 @@ USB ET61X[12]51 DRIVER
4387P: Luca Risolia 4433P: Luca Risolia
4388M: luca.risolia@studio.unibo.it 4434M: luca.risolia@studio.unibo.it
4389L: linux-usb@vger.kernel.org 4435L: linux-usb@vger.kernel.org
4390L: video4linux-list@redhat.com 4436L: linux-media@vger.kernel.org
4437T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4391W: http://www.linux-projects.org 4438W: http://www.linux-projects.org
4392S: Maintained 4439S: Maintained
4393 4440
@@ -4536,7 +4583,8 @@ USB SN9C1xx DRIVER
4536P: Luca Risolia 4583P: Luca Risolia
4537M: luca.risolia@studio.unibo.it 4584M: luca.risolia@studio.unibo.it
4538L: linux-usb@vger.kernel.org 4585L: linux-usb@vger.kernel.org
4539L: video4linux-list@redhat.com 4586L: linux-media@vger.kernel.org
4587T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4540W: http://www.linux-projects.org 4588W: http://www.linux-projects.org
4541S: Maintained 4589S: Maintained
4542 4590
@@ -4565,7 +4613,8 @@ USB VIDEO CLASS
4565P: Laurent Pinchart 4613P: Laurent Pinchart
4566M: laurent.pinchart@skynet.be 4614M: laurent.pinchart@skynet.be
4567L: linux-uvc-devel@lists.berlios.de (subscribers-only) 4615L: linux-uvc-devel@lists.berlios.de (subscribers-only)
4568L: video4linux-list@redhat.com 4616L: linux-media@vger.kernel.org
4617T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4569W: http://linux-uvc.berlios.de 4618W: http://linux-uvc.berlios.de
4570S: Maintained 4619S: Maintained
4571 4620
@@ -4573,7 +4622,8 @@ USB W996[87]CF DRIVER
4573P: Luca Risolia 4622P: Luca Risolia
4574M: luca.risolia@studio.unibo.it 4623M: luca.risolia@studio.unibo.it
4575L: linux-usb@vger.kernel.org 4624L: linux-usb@vger.kernel.org
4576L: video4linux-list@redhat.com 4625L: linux-media@vger.kernel.org
4626T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4577W: http://www.linux-projects.org 4627W: http://www.linux-projects.org
4578S: Maintained 4628S: Maintained
4579 4629
@@ -4587,7 +4637,8 @@ USB ZC0301 DRIVER
4587P: Luca Risolia 4637P: Luca Risolia
4588M: luca.risolia@studio.unibo.it 4638M: luca.risolia@studio.unibo.it
4589L: linux-usb@vger.kernel.org 4639L: linux-usb@vger.kernel.org
4590L: video4linux-list@redhat.com 4640L: linux-media@vger.kernel.org
4641T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4591W: http://www.linux-projects.org 4642W: http://www.linux-projects.org
4592S: Maintained 4643S: Maintained
4593 4644
@@ -4602,7 +4653,8 @@ USB ZR364XX DRIVER
4602P: Antoine Jacquet 4653P: Antoine Jacquet
4603M: royale@zerezo.com 4654M: royale@zerezo.com
4604L: linux-usb@vger.kernel.org 4655L: linux-usb@vger.kernel.org
4605L: video4linux-list@redhat.com 4656L: linux-media@vger.kernel.org
4657T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4606W: http://royale.zerezo.com/zr364xx/ 4658W: http://royale.zerezo.com/zr364xx/
4607S: Maintained 4659S: Maintained
4608 4660
@@ -4671,10 +4723,10 @@ S: Maintained
4671VIDEO FOR LINUX (V4L) 4723VIDEO FOR LINUX (V4L)
4672P: Mauro Carvalho Chehab 4724P: Mauro Carvalho Chehab
4673M: mchehab@infradead.org 4725M: mchehab@infradead.org
4674M: v4l-dvb-maintainer@linuxtv.org 4726L: linux-media@vger.kernel.org
4675L: video4linux-list@redhat.com 4727L: video4linux-list@redhat.com
4676W: http://linuxtv.org 4728W: http://linuxtv.org
4677T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 4729T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4678S: Maintained 4730S: Maintained
4679 4731
4680VLAN (802.1Q) 4732VLAN (802.1Q)
@@ -4747,6 +4799,14 @@ M: zaga@fly.cc.fer.hr
4747L: linux-scsi@vger.kernel.org 4799L: linux-scsi@vger.kernel.org
4748S: Maintained 4800S: Maintained
4749 4801
4802WIMAX STACK
4803P: Inaky Perez-Gonzalez
4804M: inaky.perez-gonzalez@intel.com
4805M: linux-wimax@intel.com
4806L: wimax@linuxwimax.org
4807S: Supported
4808W: http://linuxwimax.org
4809
4750WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM 4810WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4751P: David Vrabel 4811P: David Vrabel
4752M: david.vrabel@csr.com 4812M: david.vrabel@csr.com
@@ -4787,6 +4847,7 @@ P: Ingo Molnar
4787M: mingo@redhat.com 4847M: mingo@redhat.com
4788P: H. Peter Anvin 4848P: H. Peter Anvin
4789M: hpa@zytor.com 4849M: hpa@zytor.com
4850M: x86@kernel.org
4790L: linux-kernel@vger.kernel.org 4851L: linux-kernel@vger.kernel.org
4791T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 4852T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4792S: Maintained 4853S: Maintained
@@ -4802,11 +4863,11 @@ S: Supported
4802 4863
4803XFS FILESYSTEM 4864XFS FILESYSTEM
4804P: Silicon Graphics Inc 4865P: Silicon Graphics Inc
4805P: Tim Shimmin 4866P: Bill O'Donnell
4806M: xfs-masters@oss.sgi.com 4867M: xfs-masters@oss.sgi.com
4807L: xfs@oss.sgi.com 4868L: xfs@oss.sgi.com
4808W: http://oss.sgi.com/projects/xfs 4869W: http://oss.sgi.com/projects/xfs
4809T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git 4870T: git://oss.sgi.com/xfs/xfs.git
4810S: Supported 4871S: Supported
4811 4872
4812XILINX SYSTEMACE DRIVER 4873XILINX SYSTEMACE DRIVER