From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] MXS: Fix mxs_defconfig MMAP_MIN_ADDR
Date: Fri, 3 Aug 2012 17:55:54 +0200 [thread overview]
Message-ID: <1344009354-13249-1-git-send-email-marex@denx.de> (raw)
Initially reported by Detlev Zundel <dzu@denx.de>, this caused breakage
when "su - testuser" was called. "testuser" being a regular user account,
the command ended with SIGKILL.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Wolfgang Denk <wd@denx.de>
---
arch/arm/configs/mxs_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index ccdb635..f212802 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -34,7 +34,7 @@ CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_AEABI=y
-CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
+CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
CONFIG_AUTO_ZRELADDR=y
CONFIG_FPE_NWFPE=y
CONFIG_NET=y
--
1.7.10.4
next reply other threads:[~2012-08-03 15:55 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-03 15:55 Marek Vasut [this message]
2012-08-03 16:46 ` [PATCH] MXS: Fix mxs_defconfig MMAP_MIN_ADDR Fabio Estevam
2012-08-03 16:48 ` Fabio Estevam
2012-08-03 16:54 ` Fabio Estevam
2012-08-03 17:40 ` Russell King - ARM Linux
2012-08-03 18:23 ` Fabio Estevam
2012-08-03 18:46 ` Marek Vasut
2012-08-03 19:06 ` Russell King - ARM Linux
2012-08-03 19:08 ` Marek Vasut
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=1344009354-13249-1-git-send-email-marex@denx.de \
--to=marex@denx.de \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).