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:	Tue, 25 Sep 2012 11:13:24 +0200
From:	Borislav Petkov <bp@...en8.de>
To:	Randy Dunlap <rdunlap@...otime.net>
Cc:	Franklin Wei <frankhwei536@...il.com>,
	linux-kernel@...r.kernel.org,
	Masami Hiramatsu <mhiramat@...hat.com>
Subject: Re: arch/x86/lib/inat.c Error

On Mon, Sep 24, 2012 at 06:16:50PM -0700, Randy Dunlap wrote:
> >> That's because all those _tables thingies are included from a
> >> "inat-tables.c" in the same directory but it somehow doesn't get
> >> included?!
> >>
> >> Can we get your .config pls? Also, you're doing a "normal" kernel build
> >> on the command line, right?
> >>
> >> Thanks.
> 
> 
> Your config builds OK for me.
> Do you see this line in your build output before inat.c is built?
> 
> 
>   GEN     arch/x86/lib/inat-tables.c

Yeah, this looks like stale files from the build or similar are not
being properly cleaned. Franklin, do the following:

$ cp .config /tmp/
$ make mrproper
$ cp /tmp/.config .
$ make oldconfig
$ make -j<num_cpus + 1>

to verify that a clean build actually fixes your issue.

Thanks.

-- 
Regards/Gruss,
    Boris.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ