From: Ralf Baechle <ralf@linux-mips.org>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] MIPS: Make local arrays with CL_SIZE static __initdata
Date: Wed, 11 Nov 2009 14:44:25 +0100 [thread overview]
Message-ID: <20091111134425.GA12249@linux-mips.org> (raw)
In-Reply-To: <1257614437-8632-1-git-send-email-anemo@mba.ocn.ne.jp>
On Sun, Nov 08, 2009 at 02:20:37AM +0900, Atsushi Nemoto wrote:
> Since commit 22242681 ("MIPS: Extend COMMAND_LINE_SIZE"), CL_SIZE is
> 4096 and local array variables with this size will cause an build
> failure with default CONFIG_FRAME_WARN settings.
>
> Although current users of such array variables are all early bootstrap
> code and might not cause real stack overflow (thread_info corruption),
> it would be safe to declare these arrays static with __initdata.
>
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Applied, thanks!
Ralf
prev parent reply other threads:[~2009-11-11 13:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-07 17:20 [PATCH] MIPS: Make local arrays with CL_SIZE static __initdata Atsushi Nemoto
2009-11-07 18:16 ` Dmitri Vorobiev
2009-11-07 19:14 ` Maciej W. Rozycki
2009-11-07 22:08 ` Dmitri Vorobiev
2009-11-08 11:50 ` Atsushi Nemoto
2009-11-11 13:44 ` Ralf Baechle [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091111134425.GA12249@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=anemo@mba.ocn.ne.jp \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.