From: Adrian Bunk <bunk@stusta.de>
To: Matt Mackall <mpm@selenic.com>, Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [-mm patch] re-enable UID16 for !EMBEDDED
Date: Sat, 17 Dec 2005 22:40:58 +0100 [thread overview]
Message-ID: <20051217214058.GU23349@stusta.de> (raw)
In-Reply-To: <20051217195447.GG8637@waste.org>
On Sat, Dec 17, 2005 at 11:54:48AM -0800, Matt Mackall wrote:
> On Sat, Dec 17, 2005 at 05:44:10AM +0100, Adrian Bunk wrote:
> > It seems noone noticed that CONFIG_UID16 was accidentially always
> > disabled in the latest -mm kernels.
>
> Hmm, did I break it?
Yes, patch below.
cu
Adrian
<-- snip -->
UID16 was accidentially disabled for !EMBEDDED.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.15-rc5-mm3-full/init/Kconfig.old 2005-12-17 19:55:58.000000000 +0100
+++ linux-2.6.15-rc5-mm3-full/init/Kconfig 2005-12-17 19:56:12.000000000 +0100
@@ -337,10 +337,11 @@
config UID16
bool "Enable 16-bit UID system calls" if EMBEDDED
depends !ALPHA && !PPC && !PPC64 && !PARISC && !V850 && !ARCH_S390X
depends !X86_64 || IA32_EMULATION
depends !SPARC64 || SPARC32_COMPAT
+ default y
help
This enables the legacy 16-bit UID syscall wrappers.
config CC_OPTIMIZE_FOR_SIZE
bool "Optimize for size"
prev parent reply other threads:[~2005-12-17 21:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-17 4:44 remove CONFIG_UID16 Adrian Bunk
2005-12-17 13:18 ` Christoph Hellwig
2005-12-17 18:38 ` Adrian Bunk
2005-12-22 22:12 ` Bill Davidsen
2005-12-17 19:54 ` Matt Mackall
2005-12-17 21:40 ` Adrian Bunk [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=20051217214058.GU23349@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mpm@selenic.com \
/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.