From: Arnd Bergmann <arnd@arndb.de>
To: linux-kernel@vger.kernel.org
Subject: consolidate compat readv/writev/execve/select/nfsservctl [v2]
Date: Fri, 16 Apr 2004 18:00:22 +0200 [thread overview]
Message-ID: <200404161800.22367.arnd@arndb.de> (raw)
I'm following up with patches to introduce new compat_sys_* functions
for the largest four ones. All of these had some bugs on most
architectures, usually resulting from missing updates after the
native handler was changed.
This is the second version of these cleanups that include a fix for
compat_sys_select and an update from Arun Sharma to use compat_do_execve
on ia64 as well.
For readv, writev, execve and select, ia64 and x86_64 use a different
method from the others and I chose to use the more common one, which
is a bit more code but avoids an extra copy of the user data.
The patches are also available at
http://www.arndb.de/patches/linux/2.6.6-rc1/ and apply cleanly
to 2.6.6-rc1 and 2.6.5-mm6. They are tested on x86_64, ia64 and s390.
Please consider for 2.6.6-rc*-mm* and 2.6.7.
Arnd <><
next reply other threads:[~2004-04-17 9:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-16 16:00 Arnd Bergmann [this message]
2004-04-16 16:02 ` [PATCH 1/4] Consolidate sys32_readv and sys32_writev Arnd Bergmann
2004-04-16 16:04 ` [PATCH 2/4] Consolidate do_execve32 Arnd Bergmann
2004-04-16 16:05 ` [PATCH 3/4] Consolidate sys32_select Arnd Bergmann
2004-05-25 22:02 ` Martin Josefsson
2004-05-25 22:12 ` David S. Miller
2004-05-25 22:29 ` Martin Josefsson
2004-04-16 16:08 ` [PATCH 4/4] Consolidate sys32_nfsservctl Arnd Bergmann
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=200404161800.22367.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-kernel@vger.kernel.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