All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wanlong Gao <gaowanlong@cn.fujitsu.com>
To: Jan Stancek <jstancek@redhat.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH] clone: increase stack size to 1M
Date: Tue, 04 Dec 2012 15:19:52 +0800	[thread overview]
Message-ID: <50BDA418.1090600@cn.fujitsu.com> (raw)
In-Reply-To: <1354537197-5353-1-git-send-email-jstancek@redhat.com>

On 12/03/2012 08:19 PM, Jan Stancek wrote:
> 16k is not enough for some LTP signal handlers:
> http://article.gmane.org/gmane.linux.ltp/16992
> 1M should be plenty for all architectures.
> 
> Signed-off-by: Jan Stancek <jstancek@redhat.com>

Applied, thank you.

Wanlong Gao

> ---
>  testcases/kernel/syscalls/clone/clone_platform.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/testcases/kernel/syscalls/clone/clone_platform.h b/testcases/kernel/syscalls/clone/clone_platform.h
> index ae7ae1a..b5ba8c9 100644
> --- a/testcases/kernel/syscalls/clone/clone_platform.h
> +++ b/testcases/kernel/syscalls/clone/clone_platform.h
> @@ -17,4 +17,4 @@
>  /* Common platform specific defines for the clone system call tests */
>  
>  //#define CHILD_STACK_SIZE 8192
> -#define CHILD_STACK_SIZE 16384
> +#define CHILD_STACK_SIZE (1024*1024)
> 


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

      reply	other threads:[~2012-12-04  7:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-03 12:19 [LTP] [PATCH] clone: increase stack size to 1M Jan Stancek
2012-12-04  7:19 ` Wanlong Gao [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=50BDA418.1090600@cn.fujitsu.com \
    --to=gaowanlong@cn.fujitsu.com \
    --cc=jstancek@redhat.com \
    --cc=ltp-list@lists.sourceforge.net \
    /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.