summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-04-15 21:16:30 -0400
committerDavid S. Miller <davem@davemloft.net>2017-04-15 21:16:30 -0400
commit6b6cbc1471676402565e958674523d06213b82d7 (patch)
treea66d41d276e5eb400e27641f24f34032fe1b9275 /MAINTAINERS
parentce07183282975026716107d36fd3f5f93de76668 (diff)
parent1bf4b1268e66d9364fc6fd41f906bc01458530ac (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were simply overlapping changes. In the net/ipv4/route.c case the code had simply moved around a little bit and the same fix was made in both 'net' and 'net-next'. In the net/sched/sch_generic.c case a fix in 'net' happened at the same time that a new argument was added to qdisc_hash_add(). Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS13
1 files changed, 10 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5397f54af5fc..8bc85dc8a71a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4124,14 +4124,13 @@ F: drivers/block/drbd/
4124F: lib/lru_cache.c 4124F: lib/lru_cache.c
4125F: Documentation/blockdev/drbd/ 4125F: Documentation/blockdev/drbd/
4126 4126
4127DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS 4127DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4128M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 4128M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4129T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git 4129T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4130S: Supported 4130S: Supported
4131F: Documentation/kobject.txt 4131F: Documentation/kobject.txt
4132F: drivers/base/ 4132F: drivers/base/
4133F: fs/debugfs/ 4133F: fs/debugfs/
4134F: fs/kernfs/
4135F: fs/sysfs/ 4134F: fs/sysfs/
4136F: include/linux/debugfs.h 4135F: include/linux/debugfs.h
4137F: include/linux/kobj* 4136F: include/linux/kobj*
@@ -7216,6 +7215,14 @@ F: arch/mips/include/uapi/asm/kvm*
7216F: arch/mips/include/asm/kvm* 7215F: arch/mips/include/asm/kvm*
7217F: arch/mips/kvm/ 7216F: arch/mips/kvm/
7218 7217
7218KERNFS
7219M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7220M: Tejun Heo <tj@kernel.org>
7221T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7222S: Supported
7223F: include/linux/kernfs.h
7224F: fs/kernfs/
7225
7219KEXEC 7226KEXEC
7220M: Eric Biederman <ebiederm@xmission.com> 7227M: Eric Biederman <ebiederm@xmission.com>
7221W: http://kernel.org/pub/linux/utils/kernel/kexec/ 7228W: http://kernel.org/pub/linux/utils/kernel/kexec/
@@ -13311,7 +13318,7 @@ F: drivers/virtio/
13311F: tools/virtio/ 13318F: tools/virtio/
13312F: drivers/net/virtio_net.c 13319F: drivers/net/virtio_net.c
13313F: drivers/block/virtio_blk.c 13320F: drivers/block/virtio_blk.c
13314F: include/linux/virtio_*.h 13321F: include/linux/virtio*.h
13315F: include/uapi/linux/virtio_*.h 13322F: include/uapi/linux/virtio_*.h
13316F: drivers/crypto/virtio/ 13323F: drivers/crypto/virtio/
13317 13324