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] [day] [month] [year] [list]
Date:	Fri, 06 Jul 2007 08:57:17 -0400
From:	Vlad Yasevich <vladislav.yasevich@...com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org
Subject: Re: -ENOCOMPILE

David Miller wrote:

> 
> diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
> index f96ed76..6496e03 100644
> --- a/net/ipv6/addrconf.c
> +++ b/net/ipv6/addrconf.c
> @@ -2472,6 +2472,7 @@ static int addrconf_ifdown(struct net_device *dev, int how)
>  		write_unlock_bh(&idev->lock);
>  
>  		__ipv6_ifa_notify(RTM_DELADDR, ifa);
> +		atomic_notifier_call_chain(&inet6addr_chain, NETDEV_DOWN, ifp);
                                                                         ^^^^^^^

Shit.   How did that thing sneak back in there.. should be 'ifa'

Yes, I cut and pasted, compiled... failed... fixed... tested...  Still
have that kernel running by the way.

looking...
arghhhh, wrong branch!!!  <blowing it away>

I'll resubmit and you can sit on as long as you want.

-vlad


>  		in6_ifa_put(ifa);
>  
>  		write_lock_bh(&idev->lock);
> 

-
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