Merge branch 'genetlink_mcast'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2013 21:39:42 +0000 (16:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Nov 2013 21:39:42 +0000 (16:39 -0500)
commit091e0662ee2c37867ad918ce7b6ddd17f0e090e2
treee5a066d8f83d8822d448421019a4503f361295f9
parentdbde497966804e63a38fdedc1e3815e77097efc2
parent2a94fe48f32ccf7321450a2cc07f2b724a444e5b
Merge branch 'genetlink_mcast'

Johannes Berg says:

====================
genetlink: clean up multicast group APIs

The generic netlink multicast group registration doesn't have to
be dynamic, and can thus be simplified just like I did with the
ops. This removes some complexity in registration code.

Additionally, two users of generic netlink already use multicast
groups in a wrong way, add workarounds for those two to keep the
userspace API working, but at the same time make them not clash
with other users of multicast groups as might happen now.

While making it all a bit easier, also prevent such abuse by adding
checks to the APIs so each family can only use the groups it owns.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>