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, 27 Mar 2014 13:15:49 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	hannes@...essinduktion.org
Cc:	stephen@...workplumber.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 net] ipv6: move DAD and addrconf_verify processing
 to workqueue

From: Hannes Frederic Sowa <hannes@...essinduktion.org>
Date: Wed, 26 Mar 2014 07:17:45 +0100

> @@ -751,7 +753,7 @@ void inet6_ifa_finish_destroy(struct inet6_ifaddr *ifp)
>  
>  	in6_dev_put(ifp->idev);
>  
> -	if (del_timer(&ifp->dad_timer))
> +	if (cancel_delayed_work(&ifp->dad_work))
>  		pr_notice("Timer is still running, when freeing ifa=%p\n", ifp);
>  
>  	if (ifp->state != INET6_IFADDR_STATE_DEAD) {

This pr_notice() needs to be adjusted, we are no longer using a timer.
--
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