* [LTP] [PATCH] clone: increase stack size to 1M
@ 2012-12-03 12:19 Jan Stancek
2012-12-04 7:19 ` Wanlong Gao
0 siblings, 1 reply; 2+ messages in thread
From: Jan Stancek @ 2012-12-03 12:19 UTC (permalink / raw)
To: ltp-list
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>
---
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)
--
1.7.1
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
BUILD Helping you discover the best ways to construct your parallel projects.
http://goparallel.sourceforge.net
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [LTP] [PATCH] clone: increase stack size to 1M
2012-12-03 12:19 [LTP] [PATCH] clone: increase stack size to 1M Jan Stancek
@ 2012-12-04 7:19 ` Wanlong Gao
0 siblings, 0 replies; 2+ messages in thread
From: Wanlong Gao @ 2012-12-04 7:19 UTC (permalink / raw)
To: Jan Stancek; +Cc: ltp-list
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-04 7:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-03 12:19 [LTP] [PATCH] clone: increase stack size to 1M Jan Stancek
2012-12-04 7:19 ` Wanlong Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox