Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were two cases of simple overlapping changes, nothing serious. In the UDP case, we need to add a hlist_add_tail_rcu() to linux/rculist.h, because we've moved UDP socket handling away from using nulls lists. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -688,7 +688,7 @@ static int netlink_release(struct socket *sock)
|
||||
|
||||
skb_queue_purge(&sk->sk_write_queue);
|
||||
|
||||
if (nlk->portid) {
|
||||
if (nlk->portid && nlk->bound) {
|
||||
struct netlink_notify n = {
|
||||
.net = sock_net(sk),
|
||||
.protocol = sk->sk_protocol,
|
||||
|
Reference in New Issue
Block a user