lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 28 Apr 2011 08:40:48 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	Eric Dumazet <eric.dumazet@...il.com>
Cc:	David Miller <davem@...emloft.net>,
	Patrick McHardy <kaber@...sh.net>,
	netdev <netdev@...r.kernel.org>,
	Remi Denis-Courmont <remi.denis-courmont@...ia.com>
Subject: Re: [PATCH net-next-2.6] net: dont hold rtnl mutex during netlink
 dump callbacks

On Thu, 28 Apr 2011 10:56:07 +0200
Eric Dumazet <eric.dumazet@...il.com> wrote:

> @@ -1980,7 +1978,7 @@ static int __net_init rtnetlink_net_init(struct net *net)
>  {
>  	struct sock *sk;
>  	sk = netlink_kernel_create(net, NETLINK_ROUTE, RTNLGRP_MAX,
> -				   rtnetlink_rcv, &rtnl_mutex, THIS_MODULE);
> +				   rtnetlink_rcv, NULL, THIS_MODULE);

Looks like only genetlink is still using the mutex argument.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ