diff options
author | David S. Miller <davem@davemloft.net> | 2013-06-19 19:49:39 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-19 19:49:39 -0400 |
commit | d98cae64e4a733ff377184d78aa0b1f2b54faede (patch) | |
tree | e973e3c93fe7e17741567ac3947f5197bc9d582d /MAINTAINERS | |
parent | 646093a29f85630d8efe2aa38fa585d2c3ea2e46 (diff) | |
parent | 4067c666f2dccf56f5db5c182713e68c40d46013 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/wireless/ath/ath9k/Kconfig
drivers/net/xen-netback/netback.c
net/batman-adv/bat_iv_ogm.c
net/wireless/nl80211.c
The ath9k Kconfig conflict was a change of a Kconfig option name right
next to the deletion of another option.
The xen-netback conflict was overlapping changes involving the
handling of the notify list in xen_netbk_rx_action().
Batman conflict resolution provided by Antonio Quartulli, basically
keep everything in both conflict hunks.
The nl80211 conflict is a little more involved. In 'net' we added a
dynamic memory allocation to nl80211_dump_wiphy() to fix a race that
Linus reported. Meanwhile in 'net-next' the handlers were converted
to use pre and post doit handlers which use a flag to determine
whether to hold the RTNL mutex around the operation.
However, the dump handlers to not use this logic. Instead they have
to explicitly do the locking. There were apparent bugs in the
conversion of nl80211_dump_wiphy() in that we were not dropping the
RTNL mutex in all the return paths, and it seems we very much should
be doing so. So I fixed that whilst handling the overlapping changes.
To simplify the initial returns, I take the RTNL mutex after we try
to allocate 'tb'.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0518ec49467b..60d6a3393500 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2895,8 +2895,8 @@ F: drivers/media/dvb-frontends/ec100* | |||
2895 | 2895 | ||
2896 | ECRYPT FILE SYSTEM | 2896 | ECRYPT FILE SYSTEM |
2897 | M: Tyler Hicks <tyhicks@canonical.com> | 2897 | M: Tyler Hicks <tyhicks@canonical.com> |
2898 | M: Dustin Kirkland <dustin.kirkland@gazzang.com> | ||
2899 | L: ecryptfs@vger.kernel.org | 2898 | L: ecryptfs@vger.kernel.org |
2899 | W: http://ecryptfs.org | ||
2900 | W: https://launchpad.net/ecryptfs | 2900 | W: https://launchpad.net/ecryptfs |
2901 | S: Supported | 2901 | S: Supported |
2902 | F: Documentation/filesystems/ecryptfs.txt | 2902 | F: Documentation/filesystems/ecryptfs.txt |
@@ -4453,6 +4453,16 @@ S: Maintained | |||
4453 | F: drivers/scsi/*iscsi* | 4453 | F: drivers/scsi/*iscsi* |
4454 | F: include/scsi/*iscsi* | 4454 | F: include/scsi/*iscsi* |
4455 | 4455 | ||
4456 | ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR | ||
4457 | M: Or Gerlitz <ogerlitz@mellanox.com> | ||
4458 | M: Roi Dayan <roid@mellanox.com> | ||
4459 | L: linux-rdma@vger.kernel.org | ||
4460 | S: Supported | ||
4461 | W: http://www.openfabrics.org | ||
4462 | W: www.open-iscsi.org | ||
4463 | Q: http://patchwork.kernel.org/project/linux-rdma/list/ | ||
4464 | F: drivers/infiniband/ulp/iser | ||
4465 | |||
4456 | ISDN SUBSYSTEM | 4466 | ISDN SUBSYSTEM |
4457 | M: Karsten Keil <isdn@linux-pingi.de> | 4467 | M: Karsten Keil <isdn@linux-pingi.de> |
4458 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) | 4468 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
@@ -5761,7 +5771,7 @@ M: Matthew Wilcox <willy@linux.intel.com> | |||
5761 | L: linux-nvme@lists.infradead.org | 5771 | L: linux-nvme@lists.infradead.org |
5762 | T: git git://git.infradead.org/users/willy/linux-nvme.git | 5772 | T: git git://git.infradead.org/users/willy/linux-nvme.git |
5763 | S: Supported | 5773 | S: Supported |
5764 | F: drivers/block/nvme.c | 5774 | F: drivers/block/nvme* |
5765 | F: include/linux/nvme.h | 5775 | F: include/linux/nvme.h |
5766 | 5776 | ||
5767 | OMAP SUPPORT | 5777 | OMAP SUPPORT |
@@ -7619,7 +7629,7 @@ F: drivers/clk/spear/ | |||
7619 | SPI SUBSYSTEM | 7629 | SPI SUBSYSTEM |
7620 | M: Mark Brown <broonie@kernel.org> | 7630 | M: Mark Brown <broonie@kernel.org> |
7621 | M: Grant Likely <grant.likely@linaro.org> | 7631 | M: Grant Likely <grant.likely@linaro.org> |
7622 | L: spi-devel-general@lists.sourceforge.net | 7632 | L: linux-spi@vger.kernel.org |
7623 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git | 7633 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git |
7624 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ | 7634 | Q: http://patchwork.kernel.org/project/spi-devel-general/list/ |
7625 | S: Maintained | 7635 | S: Maintained |
@@ -8999,7 +9009,7 @@ S: Maintained | |||
8999 | F: drivers/net/wireless/wl3501* | 9009 | F: drivers/net/wireless/wl3501* |
9000 | 9010 | ||
9001 | WM97XX TOUCHSCREEN DRIVERS | 9011 | WM97XX TOUCHSCREEN DRIVERS |
9002 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 9012 | M: Mark Brown <broonie@kernel.org> |
9003 | M: Liam Girdwood <lrg@slimlogic.co.uk> | 9013 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
9004 | L: linux-input@vger.kernel.org | 9014 | L: linux-input@vger.kernel.org |
9005 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch | 9015 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch |
@@ -9009,7 +9019,6 @@ F: drivers/input/touchscreen/*wm97* | |||
9009 | F: include/linux/wm97xx.h | 9019 | F: include/linux/wm97xx.h |
9010 | 9020 | ||
9011 | WOLFSON MICROELECTRONICS DRIVERS | 9021 | WOLFSON MICROELECTRONICS DRIVERS |
9012 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | ||
9013 | L: patches@opensource.wolfsonmicro.com | 9022 | L: patches@opensource.wolfsonmicro.com |
9014 | T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc | 9023 | T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc |
9015 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | 9024 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |