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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 4 Nov 2019 14:32:58 +0100
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     Naresh Kamboju <naresh.kamboju@...aro.org>
Cc:     Sasha Levin <sashal@...nel.org>,
        linux- stable <stable@...r.kernel.org>, kuznet@....inr.ac.ru,
        yoshfuji@...ux-ipv6.org, lkft-triage@...ts.linaro.org,
        "David S. Miller" <davem@...emloft.net>,
        open list <linux-kernel@...r.kernel.org>,
        Netdev <netdev@...r.kernel.org>
Subject: Re: stable-rc 4.14 : net/ipv6/addrconf.c:6593:22: error:
 'blackhole_netdev' undeclared

On Mon, Nov 04, 2019 at 06:44:39PM +0530, Naresh Kamboju wrote:
> stable-rc 4.14 for architectures arm64, arm, x86_64 and i386 builds
> failed due to below error,
> 
> net/ipv6/addrconf.c: In function 'addrconf_init':
> net/ipv6/addrconf.c:6593:22: error: 'blackhole_netdev' undeclared
> (first use in this function); did you mean 'alloc_netdev'?
>   bdev = ipv6_add_dev(blackhole_netdev);
>                       ^~~~~~~~~~~~~~~~
>                       alloc_netdev
> net/ipv6/addrconf.c:6593:22: note: each undeclared identifier is
> reported only once for each function it appears in
> net/ipv6/addrconf.c: In function 'addrconf_cleanup':
> net/ipv6/addrconf.c:6667:18: error: 'blackhole_netdev' undeclared
> (first use in this function); did you mean 'alloc_netdev'?
>   addrconf_ifdown(blackhole_netdev, 2);
>                   ^~~~~~~~~~~~~~~~
>                   alloc_netdev
> 
> Build link,
> https://ci.linaro.org/view/lkft/job/openembedded-lkft-linux-stable-rc-4.14/DISTRO=lkft,MACHINE=intel-corei7-64,label=docker-lkft/632/consoleText
> 

Ick, my fault, will go fix this, sorry about that.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ