From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Manjeet Pawar <manjeet.p-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Cc: linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
pankaj.m-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
Akhilesh Kumar
<akhilesh.k-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
Rohit Thapliyal
<r.thapliyal-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH] ARM64:Fix MINSIGSTKSZ and SIGSTKSZ
Date: Mon, 05 Oct 2015 12:58:04 +0200 [thread overview]
Message-ID: <5166889.dum1bb5mjD@wuerfel> (raw)
In-Reply-To: <1444038969-14112-1-git-send-email-manjeet.p-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
On Monday 05 October 2015 15:26:09 Manjeet Pawar wrote:
> -#define MINSIGSTKSZ 2048
> -#define SIGSTKSZ 8192
> +#ifdef CONFIG_ARM64
> +#define MINSIGSTKSZ 5120
> +#define SIGSTKSZ 16384
> +#else
> +#define MINSIGSTKSZ 2048
> +#define SIGSTKSZ 8192
> +#endif
uapi header files cannot use CONFIG_* symbols, as they are not visible
in user space.
If these have to be architecture-specific, override them in
arch/arm64/include/uapi/asm/signal.h
Arnd
prev parent reply other threads:[~2015-10-05 10:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-05 9:56 [PATCH] ARM64:Fix MINSIGSTKSZ and SIGSTKSZ Manjeet Pawar
[not found] ` <1444038969-14112-1-git-send-email-manjeet.p-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-10-05 10:58 ` Arnd Bergmann [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=5166889.dum1bb5mjD@wuerfel \
--to=arnd-r2ngtmty4d4@public.gmane.org \
--cc=akhilesh.k-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=manjeet.p-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=pankaj.m-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=r.thapliyal-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox