diff options
author | David S. Miller <davem@davemloft.net> | 2017-04-15 21:16:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-15 21:16:30 -0400 |
commit | 6b6cbc1471676402565e958674523d06213b82d7 (patch) | |
tree | a66d41d276e5eb400e27641f24f34032fe1b9275 /MAINTAINERS | |
parent | ce07183282975026716107d36fd3f5f93de76668 (diff) | |
parent | 1bf4b1268e66d9364fc6fd41f906bc01458530ac (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-- | MAINTAINERS | 13 |
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/ | |||
4124 | F: lib/lru_cache.c | 4124 | F: lib/lru_cache.c |
4125 | F: Documentation/blockdev/drbd/ | 4125 | F: Documentation/blockdev/drbd/ |
4126 | 4126 | ||
4127 | DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS | 4127 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
4128 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 4128 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
4129 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | 4129 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
4130 | S: Supported | 4130 | S: Supported |
4131 | F: Documentation/kobject.txt | 4131 | F: Documentation/kobject.txt |
4132 | F: drivers/base/ | 4132 | F: drivers/base/ |
4133 | F: fs/debugfs/ | 4133 | F: fs/debugfs/ |
4134 | F: fs/kernfs/ | ||
4135 | F: fs/sysfs/ | 4134 | F: fs/sysfs/ |
4136 | F: include/linux/debugfs.h | 4135 | F: include/linux/debugfs.h |
4137 | F: include/linux/kobj* | 4136 | F: include/linux/kobj* |
@@ -7216,6 +7215,14 @@ F: arch/mips/include/uapi/asm/kvm* | |||
7216 | F: arch/mips/include/asm/kvm* | 7215 | F: arch/mips/include/asm/kvm* |
7217 | F: arch/mips/kvm/ | 7216 | F: arch/mips/kvm/ |
7218 | 7217 | ||
7218 | KERNFS | ||
7219 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||
7220 | M: Tejun Heo <tj@kernel.org> | ||
7221 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | ||
7222 | S: Supported | ||
7223 | F: include/linux/kernfs.h | ||
7224 | F: fs/kernfs/ | ||
7225 | |||
7219 | KEXEC | 7226 | KEXEC |
7220 | M: Eric Biederman <ebiederm@xmission.com> | 7227 | M: Eric Biederman <ebiederm@xmission.com> |
7221 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ | 7228 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |
@@ -13311,7 +13318,7 @@ F: drivers/virtio/ | |||
13311 | F: tools/virtio/ | 13318 | F: tools/virtio/ |
13312 | F: drivers/net/virtio_net.c | 13319 | F: drivers/net/virtio_net.c |
13313 | F: drivers/block/virtio_blk.c | 13320 | F: drivers/block/virtio_blk.c |
13314 | F: include/linux/virtio_*.h | 13321 | F: include/linux/virtio*.h |
13315 | F: include/uapi/linux/virtio_*.h | 13322 | F: include/uapi/linux/virtio_*.h |
13316 | F: drivers/crypto/virtio/ | 13323 | F: drivers/crypto/virtio/ |
13317 | 13324 | ||