Re: [PATCH v12 00/21] Compile-time stack metadata validation

2015-09-15 Thread Josh Poimboeuf
On Tue, Sep 15, 2015 at 11:57:00AM -0500, Chris J Arges wrote: > I got the following compiler error when building v12 of this patchset: > > DESCEND stacktool > CC stacktool.o > CC elf.o > CC special.o > CC arch/x86/decode.o > LD arch/x86/stacktool-in.o >

Re: [PATCH v12 00/21] Compile-time stack metadata validation

2015-09-15 Thread Chris J Arges
I got the following compiler error when building v12 of this patchset: DESCEND stacktool CC stacktool.o CC elf.o CC special.o CC arch/x86/decode.o LD arch/x86/stacktool-in.o LD stacktool-in.o Warning: stacktool: x86 instruction decoder differs

Re: [PATCH v12 00/21] Compile-time stack metadata validation

2015-09-15 Thread Josh Poimboeuf
On Tue, Sep 15, 2015 at 11:57:00AM -0500, Chris J Arges wrote: > I got the following compiler error when building v12 of this patchset: > > DESCEND stacktool > CC stacktool.o > CC elf.o > CC special.o > CC arch/x86/decode.o > LD arch/x86/stacktool-in.o >

Re: [PATCH v12 00/21] Compile-time stack metadata validation

2015-09-15 Thread Chris J Arges
I got the following compiler error when building v12 of this patchset: DESCEND stacktool CC stacktool.o CC elf.o CC special.o CC arch/x86/decode.o LD arch/x86/stacktool-in.o LD stacktool-in.o Warning: stacktool: x86 instruction decoder differs

[PATCH v12 00/21] Compile-time stack metadata validation

2015-09-09 Thread Josh Poimboeuf
This is v12 of the compile-time stack metadata validation patch set, along with proposed fixes for many of the warnings it found. It's based on the tip/master branch. Biggest changes since v11: - Moved the tool from scripts/ to tools/ so it can be a standalone program for use by non-kernel

[PATCH v12 00/21] Compile-time stack metadata validation

2015-09-09 Thread Josh Poimboeuf
This is v12 of the compile-time stack metadata validation patch set, along with proposed fixes for many of the warnings it found. It's based on the tip/master branch. Biggest changes since v11: - Moved the tool from scripts/ to tools/ so it can be a standalone program for use by non-kernel