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]
Message-ID: <16b633abfdcdcb624054187a5fc342bfeb9831f9.camel@redhat.com>
Date:   Thu, 21 Jul 2022 16:50:20 +0200
From:   Paolo Abeni <pabeni@...hat.com>
To:     Alex Elder <elder@...e.org>, netdev@...r.kernel.org
Cc:     Alex Elder <elder@...nel.org>, Jakub Kicinski <kuba@...nel.org>
Subject: Re: [PATCH net-next] net: ipa: fix build

On Thu, 2022-07-21 at 09:15 -0500, Alex Elder wrote:
> On 7/21/22 8:55 AM, Paolo Abeni wrote:
> > After commit 2c7b9b936bdc ("net: ipa: move configuration data files
> > into a subdirectory"), build of the ipa driver fails with the
> > following error:
> > 
> > drivers/net/ipa/data/ipa_data-v3.1.c:9:10: fatal error: gsi.h: No such file or directory
> > 
> > After the mentioned commit, all the file included by the configuration
> > are in the parent directory. Fix the issue updating the include path.
> > 
> > Fixes: 2c7b9b936bdc ("net: ipa: move configuration data files into a subdirectory")
> > Signed-off-by: Paolo Abeni <pabeni@...hat.com>
> 
> Interesting...  This didn't happen for me.
>
> 
> Can you tell me more about your particular build environment
> so I can try to reproduce it?  I haven't tested your fix yet
> in my environment.

Possibly ENOCOFFEE here, but on net-next@...200e8491b,

make clean; make allmodconfig; make

fails reproducibly here, with gcc 11.3.1, make 4.3.

Do you have by chance uncommited local changes?

Thanks

Paolo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ