Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1338356

Re: [PATCH v2] ARM: atags_to_fdt: don't warn about stack size

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH v2] ARM: atags_to_fdt: don't warn about stack size
Date 2016-02-19 18:00 +0100
Message-ID <r3Wzp-82f-23@gated-at.bofh.it> (permalink)
References <r3xrj-6Oj-3@gated-at.bofh.it> <r3zta-88d-41@gated-at.bofh.it> <r3zCP-8go-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thursday 18 February 2016 17:26:56 Arnd Bergmann wrote:
> On Thursday 18 February 2016 11:13:52 Nicolas Pitre wrote:
> > What about setting the warning to 2048 instead?
> 
> Sure, actually 1280 is more than enough I think.
> 
It turns out that doesn't fix the problem though, as the new
argument gets prepended and the existing flag overrides it.

I have modified the patch now to do both:

CFLAGS_REMOVE_atags_to_fdt.o += -Wframe-larger-than=${CONFIG_FRAME_WARN}
CFLAGS_atags_to_fdt.o += -Wframe-larger-than=1280

	Arnd

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH 5/9] ARM: atags_to_fdt: don't warn about stack size Arnd Bergmann <arnd@arndb.de> - 2016-02-18 15:10 +0100
  Re: [PATCH 5/9] ARM: atags_to_fdt: don't warn about stack size Nicolas Pitre <nicolas.pitre@linaro.org> - 2016-02-18 17:20 +0100
    [PATCH v2] ARM: atags_to_fdt: don't warn about stack size Arnd Bergmann <arnd@arndb.de> - 2016-02-18 17:30 +0100
      Re: [PATCH v2] ARM: atags_to_fdt: don't warn about stack size Arnd Bergmann <arnd@arndb.de> - 2016-02-19 18:00 +0100

csiph-web