Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1205442 > unrolled thread
| Started by | Chris J Arges <chris.j.arges@canonical.com> |
|---|---|
| First post | 2015-08-11 23:40 +0200 |
| Last post | 2015-08-13 17:00 +0200 |
| Articles | 7 — 2 participants |
Back to article view | Back to linux.kernel
Re: [PATCH v8 00/21] Compile-time stack validation Chris J Arges <chris.j.arges@canonical.com> - 2015-08-11 23:40 +0200
Re: [PATCH v8 00/21] Compile-time stack validation Josh Poimboeuf <jpoimboe@redhat.com> - 2015-08-12 06:50 +0200
Re: [PATCH v8 00/21] Compile-time stack validation Chris J Arges <chris.j.arges@canonical.com> - 2015-08-12 23:30 +0200
Re: [PATCH v8 00/21] Compile-time stack validation Josh Poimboeuf <jpoimboe@redhat.com> - 2015-08-13 04:10 +0200
Re: [PATCH v8 00/21] Compile-time stack validation Josh Poimboeuf <jpoimboe@redhat.com> - 2015-08-13 13:30 +0200
Re: [PATCH v8 00/21] Compile-time stack validation Chris J Arges <chris.j.arges@canonical.com> - 2015-08-13 16:50 +0200
Re: [PATCH v8 00/21] Compile-time stack validation Josh Poimboeuf <jpoimboe@redhat.com> - 2015-08-13 17:00 +0200
| From | Chris J Arges <chris.j.arges@canonical.com> |
|---|---|
| Date | 2015-08-11 23:40 +0200 |
| Subject | Re: [PATCH v8 00/21] Compile-time stack validation |
| Message-ID | <pWpr4-C5-3@gated-at.bofh.it> |
Josh, I've applied and tried to build your patchset against the latest mainline kernel with the following config: http://paste.ubuntu.com/12058017/ I can build if I disable CONFIG_STACK_VALIDATION, then re-enable it after all objects are already built, so this seems like it should be resolvable in Makefiles. Any suggestions for debugging this? Building from clean I get the following: ~/linux$ make HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/bin2c GEN arch/x86/lib/inat-tables.c HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o HOSTLD arch/x86/tools/relocs CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CC arch/x86/purgatory/purgatory.o AS arch/x86/purgatory/stack.o AS arch/x86/purgatory/setup-x86_64.o CC arch/x86/purgatory/sha256.o AS arch/x86/purgatory/entry64.o CC arch/x86/purgatory/string.o LD arch/x86/purgatory/purgatory.ro BIN2C arch/x86/purgatory/kexec-purgatory.c CC kernel/bounds.s CHK include/generated/bounds.h CHK include/generated/timeconst.h CC arch/x86/kernel/asm-offsets.s CHK include/generated/asm-offsets.h CALL scripts/checksyscalls.sh HOSTCC scripts/genksyms/genksyms.o HOSTCC scripts/genksyms/parse.tab.o HOSTCC scripts/genksyms/lex.lex.o HOSTLD scripts/genksyms/genksyms CC scripts/mod/empty.o scripts/mod/empty.o open: No such file or directory error reading elf file scripts/mod/empty.o scripts/Makefile.build:284: recipe for target 'scripts/mod/empty.o' failed make[2]: *** [scripts/mod/empty.o] Error 1 scripts/Makefile.build:429: recipe for target 'scripts/mod' failed make[1]: *** [scripts/mod] Error 2 Makefile:545: recipe for target 'scripts' failed make: *** [scripts] Error 2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Date | 2015-08-12 06:50 +0200 |
| Message-ID | <pWw9b-1QH-17@gated-at.bofh.it> |
| In reply to | #1205442 |
On Tue, Aug 11, 2015 at 04:31:07PM -0500, Chris J Arges wrote: > Josh, > > I've applied and tried to build your patchset against the latest > mainline kernel with the following config: > http://paste.ubuntu.com/12058017/ > > I can build if I disable CONFIG_STACK_VALIDATION, then re-enable it > after all objects are already built, so this seems like it should be > resolvable in Makefiles. Any suggestions for debugging this? > > Building from clean I get the following: > ~/linux$ make > HOSTCC scripts/basic/fixdep > HOSTCC scripts/basic/bin2c > GEN arch/x86/lib/inat-tables.c > HOSTCC arch/x86/tools/relocs_32.o > HOSTCC arch/x86/tools/relocs_64.o > HOSTCC arch/x86/tools/relocs_common.o > HOSTLD arch/x86/tools/relocs > CHK include/config/kernel.release > CHK include/generated/uapi/linux/version.h > CHK include/generated/utsrelease.h > CC arch/x86/purgatory/purgatory.o > AS arch/x86/purgatory/stack.o > AS arch/x86/purgatory/setup-x86_64.o > CC arch/x86/purgatory/sha256.o > AS arch/x86/purgatory/entry64.o > CC arch/x86/purgatory/string.o > LD arch/x86/purgatory/purgatory.ro > BIN2C arch/x86/purgatory/kexec-purgatory.c > CC kernel/bounds.s > CHK include/generated/bounds.h > CHK include/generated/timeconst.h > CC arch/x86/kernel/asm-offsets.s > CHK include/generated/asm-offsets.h > CALL scripts/checksyscalls.sh > HOSTCC scripts/genksyms/genksyms.o > HOSTCC scripts/genksyms/parse.tab.o > HOSTCC scripts/genksyms/lex.lex.o > HOSTLD scripts/genksyms/genksyms > CC scripts/mod/empty.o > scripts/mod/empty.o > open: No such file or directory > error reading elf file scripts/mod/empty.o > scripts/Makefile.build:284: recipe for target 'scripts/mod/empty.o' failed > make[2]: *** [scripts/mod/empty.o] Error 1 > scripts/Makefile.build:429: recipe for target 'scripts/mod' failed > make[1]: *** [scripts/mod] Error 2 > Makefile:545: recipe for target 'scripts' failed > make: *** [scripts] Error 2 Thanks for trying it out. I couldn't figure out how to recreate this exact error, but I played around with "make mrproper" and saw some probably related errors. Does this fix it? ---8<--- Subject: [PATCH] stackvalidate: fix circular build dependencies After "make mrproper" with CONFIG_STACK_VALIDATION enabled, I get the following errors: make[2]: *** No rule to make target 'arch/x86/purgatory/purgatory.o', needed by 'arch/x86/purgatory/purgatory.ro'. Stop. make[3]: *** No rule to make target 'scripts/mod/empty.o', needed by 'scripts/mod/elfconfig.h'. Stop. These are caused by circular dependencies. The %.o pattern rules in scripts/Makefile.build have the stackvalidate binary listed as a dependency. But stackvalidate gets built *after* archprepare and scripts/mod, both of which build objects using the %.o pattern rules. The STACKVALIDATE and STACKVALIDATE_foo.o variables are already used to determine whether to validate a given object. Also use them to determine whether to create the pattern rule dependency. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> --- scripts/Makefile.build | 7 +++++-- scripts/mod/Makefile | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.build b/scripts/Makefile.build index a1270d3..ec96c51 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -243,7 +243,7 @@ endif ifdef CONFIG_STACK_VALIDATION -stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate +__stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate ifndef CONFIG_FRAME_POINTER nofp = --no-frame-pointer @@ -251,9 +251,12 @@ endif # Set STACKVALIDATE_foo.o=n to skip stack validation for a file. # Set STACKVALIDATE=n to skip stack validation for a directory. +stackvalidate = $(if $(patsubst n%,, \ + $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ + $(__stackvalidate)) cmd_stackvalidate = $(if $(patsubst n%,, \ $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ - $(stackvalidate) $(nofp) "$(@)";) + $(__stackvalidate) $(nofp) "$(@)";) endif # CONFIG_STACK_VALIDATION diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile index c11212f..374c413 100644 --- a/scripts/mod/Makefile +++ b/scripts/mod/Makefile @@ -1,3 +1,5 @@ +STACKVALIDATE := n + hostprogs-y := modpost mk_elfconfig always := $(hostprogs-y) empty.o -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Chris J Arges <chris.j.arges@canonical.com> |
|---|---|
| Date | 2015-08-12 23:30 +0200 |
| Message-ID | <pWLKW-7ZX-9@gated-at.bofh.it> |
| In reply to | #1205580 |
<snip>
>
> Thanks for trying it out. I couldn't figure out how to recreate this
> exact error, but I played around with "make mrproper" and saw some
> probably related errors. Does this fix it?
>
> ---8<---
>
> Subject: [PATCH] stackvalidate: fix circular build dependencies
>
> After "make mrproper" with CONFIG_STACK_VALIDATION enabled, I get the
> following errors:
>
> make[2]: *** No rule to make target 'arch/x86/purgatory/purgatory.o', needed by 'arch/x86/purgatory/purgatory.ro'. Stop.
> make[3]: *** No rule to make target 'scripts/mod/empty.o', needed by 'scripts/mod/elfconfig.h'. Stop.
>
> These are caused by circular dependencies. The %.o pattern rules in
> scripts/Makefile.build have the stackvalidate binary listed as a
> dependency. But stackvalidate gets built *after* archprepare and
> scripts/mod, both of which build objects using the %.o pattern rules.
>
> The STACKVALIDATE and STACKVALIDATE_foo.o variables are already used to
> determine whether to validate a given object. Also use them to
> determine whether to create the pattern rule dependency.
>
> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
> ---
> scripts/Makefile.build | 7 +++++--
> scripts/mod/Makefile | 2 ++
> 2 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/Makefile.build b/scripts/Makefile.build
> index a1270d3..ec96c51 100644
> --- a/scripts/Makefile.build
> +++ b/scripts/Makefile.build
> @@ -243,7 +243,7 @@ endif
>
> ifdef CONFIG_STACK_VALIDATION
>
> -stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate
> +__stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate
>
> ifndef CONFIG_FRAME_POINTER
> nofp = --no-frame-pointer
> @@ -251,9 +251,12 @@ endif
>
> # Set STACKVALIDATE_foo.o=n to skip stack validation for a file.
> # Set STACKVALIDATE=n to skip stack validation for a directory.
> +stackvalidate = $(if $(patsubst n%,, \
> + $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \
> + $(__stackvalidate))
> cmd_stackvalidate = $(if $(patsubst n%,, \
> $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \
> - $(stackvalidate) $(nofp) "$(@)";)
> + $(__stackvalidate) $(nofp) "$(@)";)
>
> endif # CONFIG_STACK_VALIDATION
>
> diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile
> index c11212f..374c413 100644
> --- a/scripts/mod/Makefile
> +++ b/scripts/mod/Makefile
> @@ -1,3 +1,5 @@
> +STACKVALIDATE := n
> +
> hostprogs-y := modpost mk_elfconfig
> always := $(hostprogs-y) empty.o
>
>
Josh,
I still get build failures and I've pared it down to x86_64 defconfig plus:
CONFIG_MODVERSIONS=y
CONFIG_STACK_VALIDATION=y
And it seems like some modules may get the .tmp_foo.o treatment while
others end up foo.o so something like the following will not work:
cmd_stackvalidate = $(if $(patsubst n%,, \
$(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \
$(__stackvalidate) $(nofp) "$(@D)/.tmp_$(@F)";)
In addition, I'm not sure if skipping modules like STACKVALIDATE_foo.o=n
will still function properly for modversioned modules.
I'll try to look at this more tomorrow,
--chris j arges
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Date | 2015-08-13 04:10 +0200 |
| Message-ID | <pWQ7T-67E-3@gated-at.bofh.it> |
| In reply to | #1206377 |
On Wed, Aug 12, 2015 at 04:24:49PM -0500, Chris J Arges wrote: > <snip> > > > > Thanks for trying it out. I couldn't figure out how to recreate this > > exact error, but I played around with "make mrproper" and saw some > > probably related errors. Does this fix it? > > > > ---8<--- > > > > Subject: [PATCH] stackvalidate: fix circular build dependencies > > > > After "make mrproper" with CONFIG_STACK_VALIDATION enabled, I get the > > following errors: > > > > make[2]: *** No rule to make target 'arch/x86/purgatory/purgatory.o', needed by 'arch/x86/purgatory/purgatory.ro'. Stop. > > make[3]: *** No rule to make target 'scripts/mod/empty.o', needed by 'scripts/mod/elfconfig.h'. Stop. > > > > These are caused by circular dependencies. The %.o pattern rules in > > scripts/Makefile.build have the stackvalidate binary listed as a > > dependency. But stackvalidate gets built *after* archprepare and > > scripts/mod, both of which build objects using the %.o pattern rules. > > > > The STACKVALIDATE and STACKVALIDATE_foo.o variables are already used to > > determine whether to validate a given object. Also use them to > > determine whether to create the pattern rule dependency. > > > > Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> > > --- > > scripts/Makefile.build | 7 +++++-- > > scripts/mod/Makefile | 2 ++ > > 2 files changed, 7 insertions(+), 2 deletions(-) > > > > diff --git a/scripts/Makefile.build b/scripts/Makefile.build > > index a1270d3..ec96c51 100644 > > --- a/scripts/Makefile.build > > +++ b/scripts/Makefile.build > > @@ -243,7 +243,7 @@ endif > > > > ifdef CONFIG_STACK_VALIDATION > > > > -stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate > > +__stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate > > > > ifndef CONFIG_FRAME_POINTER > > nofp = --no-frame-pointer > > @@ -251,9 +251,12 @@ endif > > > > # Set STACKVALIDATE_foo.o=n to skip stack validation for a file. > > # Set STACKVALIDATE=n to skip stack validation for a directory. > > +stackvalidate = $(if $(patsubst n%,, \ > > + $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ > > + $(__stackvalidate)) > > cmd_stackvalidate = $(if $(patsubst n%,, \ > > $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ > > - $(stackvalidate) $(nofp) "$(@)";) > > + $(__stackvalidate) $(nofp) "$(@)";) > > > > endif # CONFIG_STACK_VALIDATION > > > > diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile > > index c11212f..374c413 100644 > > --- a/scripts/mod/Makefile > > +++ b/scripts/mod/Makefile > > @@ -1,3 +1,5 @@ > > +STACKVALIDATE := n > > + > > hostprogs-y := modpost mk_elfconfig > > always := $(hostprogs-y) empty.o > > > > > > Josh, > > I still get build failures and I've pared it down to x86_64 defconfig plus: > CONFIG_MODVERSIONS=y > CONFIG_STACK_VALIDATION=y Are you still seeing the same error as before? I think the errors you saw were caused by stackvalidate choking on scripts/mod/empty.o. But I don't see how that's still possible with the above patch since I set STACKVALIDATE to 'n' in scripts/mod/Makefile which should tell it to skip the directory. > And it seems like some modules may get the .tmp_foo.o treatment while > others end up foo.o so something like the following will not work: > > cmd_stackvalidate = $(if $(patsubst n%,, \ > $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ > $(__stackvalidate) $(nofp) "$(@D)/.tmp_$(@F)";) > > In addition, I'm not sure if skipping modules like STACKVALIDATE_foo.o=n > will still function properly for modversioned modules. I'm not sure that's really a problem, since I don't think we'll need to skip validation of any module code. It's only used for skipping code which runs outside of the kernel's normal operation (e.g., boot, vdso, kexec). -- Josh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Date | 2015-08-13 13:30 +0200 |
| Message-ID | <pWYRQ-1R9-3@gated-at.bofh.it> |
| In reply to | #1206377 |
On Wed, Aug 12, 2015 at 04:24:49PM -0500, Chris J Arges wrote: > I still get build failures and I've pared it down to x86_64 defconfig plus: > CONFIG_MODVERSIONS=y > CONFIG_STACK_VALIDATION=y > > And it seems like some modules may get the .tmp_foo.o treatment while > others end up foo.o so something like the following will not work: > > cmd_stackvalidate = $(if $(patsubst n%,, \ > $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ > $(__stackvalidate) $(nofp) "$(@D)/.tmp_$(@F)";) Does this fix it? diff --git a/scripts/Makefile.build b/scripts/Makefile.build index ec96c51..0181915 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -263,8 +263,8 @@ endif # CONFIG_STACK_VALIDATION define rule_cc_o_c $(call echo-cmd,checksrc) $(cmd_checksrc) \ $(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \ - $(cmd_stackvalidate) \ $(cmd_modversions) \ + $(cmd_stackvalidate) \ $(call echo-cmd,record_mcount) \ $(cmd_record_mcount) \ scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Chris J Arges <chris.j.arges@canonical.com> |
|---|---|
| Date | 2015-08-13 16:50 +0200 |
| Message-ID | <pX1Zp-6gD-39@gated-at.bofh.it> |
| In reply to | #1206736 |
On Thu, Aug 13, 2015 at 06:22:20AM -0500, Josh Poimboeuf wrote: > On Wed, Aug 12, 2015 at 04:24:49PM -0500, Chris J Arges wrote: > > I still get build failures and I've pared it down to x86_64 defconfig plus: > > CONFIG_MODVERSIONS=y > > CONFIG_STACK_VALIDATION=y > > > > And it seems like some modules may get the .tmp_foo.o treatment while > > others end up foo.o so something like the following will not work: > > > > cmd_stackvalidate = $(if $(patsubst n%,, \ > > $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ > > $(__stackvalidate) $(nofp) "$(@D)/.tmp_$(@F)";) > > Does this fix it? > > diff --git a/scripts/Makefile.build b/scripts/Makefile.build > index ec96c51..0181915 100644 > --- a/scripts/Makefile.build > +++ b/scripts/Makefile.build > @@ -263,8 +263,8 @@ endif # CONFIG_STACK_VALIDATION > define rule_cc_o_c > $(call echo-cmd,checksrc) $(cmd_checksrc) \ > $(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \ > - $(cmd_stackvalidate) \ > $(cmd_modversions) \ > + $(cmd_stackvalidate) \ > $(call echo-cmd,record_mcount) \ > $(cmd_record_mcount) \ > scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \ > Josh, Yes, this fixes my build. For completeness this is my current diff: diff --git a/scripts/Makefile.build b/scripts/Makefile.build index a1270d3..0181915 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -243,7 +243,7 @@ endif ifdef CONFIG_STACK_VALIDATION -stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate +__stackvalidate = $(objtree)/scripts/stackvalidate/stackvalidate ifndef CONFIG_FRAME_POINTER nofp = --no-frame-pointer @@ -251,17 +251,20 @@ endif # Set STACKVALIDATE_foo.o=n to skip stack validation for a file. # Set STACKVALIDATE=n to skip stack validation for a directory. +stackvalidate = $(if $(patsubst n%,, \ + $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ + $(__stackvalidate)) cmd_stackvalidate = $(if $(patsubst n%,, \ $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ - $(stackvalidate) $(nofp) "$(@)";) + $(__stackvalidate) $(nofp) "$(@)";) endif # CONFIG_STACK_VALIDATION define rule_cc_o_c $(call echo-cmd,checksrc) $(cmd_checksrc) \ $(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \ - $(cmd_stackvalidate) \ $(cmd_modversions) \ + $(cmd_stackvalidate) \ $(call echo-cmd,record_mcount) \ $(cmd_record_mcount) \ scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \ diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile index c11212f..374c413 100644 --- a/scripts/mod/Makefile +++ b/scripts/mod/Makefile @@ -1,3 +1,5 @@ +STACKVALIDATE := n + hostprogs-y := modpost mk_elfconfig always := $(hostprogs-y) empty.o Thanks, --chris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Date | 2015-08-13 17:00 +0200 |
| Message-ID | <pX294-6rZ-25@gated-at.bofh.it> |
| In reply to | #1206882 |
On Thu, Aug 13, 2015 at 09:42:25AM -0500, Chris J Arges wrote: > On Thu, Aug 13, 2015 at 06:22:20AM -0500, Josh Poimboeuf wrote: > > On Wed, Aug 12, 2015 at 04:24:49PM -0500, Chris J Arges wrote: > > > I still get build failures and I've pared it down to x86_64 defconfig plus: > > > CONFIG_MODVERSIONS=y > > > CONFIG_STACK_VALIDATION=y > > > > > > And it seems like some modules may get the .tmp_foo.o treatment while > > > others end up foo.o so something like the following will not work: > > > > > > cmd_stackvalidate = $(if $(patsubst n%,, \ > > > $(STACKVALIDATE_$(basetarget).o)$(STACKVALIDATE)y), \ > > > $(__stackvalidate) $(nofp) "$(@D)/.tmp_$(@F)";) > > > > Does this fix it? > > > > diff --git a/scripts/Makefile.build b/scripts/Makefile.build > > index ec96c51..0181915 100644 > > --- a/scripts/Makefile.build > > +++ b/scripts/Makefile.build > > @@ -263,8 +263,8 @@ endif # CONFIG_STACK_VALIDATION > > define rule_cc_o_c > > $(call echo-cmd,checksrc) $(cmd_checksrc) \ > > $(call echo-cmd,cc_o_c) $(cmd_cc_o_c); \ > > - $(cmd_stackvalidate) \ > > $(cmd_modversions) \ > > + $(cmd_stackvalidate) \ > > $(call echo-cmd,record_mcount) \ > > $(cmd_record_mcount) \ > > scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \ > > > > Josh, > > Yes, this fixes my build. For completeness this is my current diff: Great! I'll roll both patches into v10. -- Josh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web