From: "Michael Kerrisk" <michael.kerrisk@googlemail.com>
To: "Ulrich Drepper" <drepper@redhat.com>
Cc: "Michael Kerrisk" <mtk.manpages@gmail.com>,
"Alan Cox" <alan@lxorguk.ukuu.org.uk>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
akpm@linux-foundation.org,
"Linus Torvalds" <torvalds@linux-foundation.org>,
michael.kerrisk@gmail.com, linux-man@vger.kernel.org
Subject: Re: [PATCH] alternative to sys_indirect, part 1
Date: Thu, 24 Apr 2008 17:05:45 +0200 [thread overview]
Message-ID: <c49095e30804240805ge3f9ae1qbdcf95ed17cbf151@mail.gmail.com> (raw)
In-Reply-To: <48109DFB.900@redhat.com>
On Thu, Apr 24, 2008 at 4:49 PM, Ulrich Drepper <drepper@redhat.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Michael Kerrisk wrote:
> > * dup2() -- use fcntl(F_DUPFD) instead
>
> Wrong. You cannot implement dup2 with fcntl since the latter won't use
> a file descriptor which is already in use.
True. One could add a flag to fcntl() to provide that behavior.
> > So the alternative to sys_indirect(), at least for the purpose of
> > O_CLOEXEC and similar, would be to create 5 new system calls (or six,
> > if one finds the signalfd() hack too ugly, which perhaps it is; or 7
> > if one doesn't like Alan's suggestion for socket()
>
> Without changing the socket interfaces (plural, socketpair) there would
Yes, I overlooked socket pair()...
> have to be 7 new syscalls, with changing socket* to an IMO cleaner
> interface 9.
>
>
> Or we just add sys_indirect (which is also usable for other syscall
> extensions, not just the CLOEXEC stuff) and let userlevel (i.e., me)
> worry about adding new interfaces to libc. As you can see, for the more
> recent interfaces like signalfd I have already added an additional
> parameter so the number of interface changes would be reduced.
>
> Somebody please make a call and then let's go on with life. I don't
> care much either way anymore. I do hope nobody thinks this is an issue
> which can be completely ignored (see, e.g., the bug I pointed to the
> other day).
Since I had to go search, here it is again
http://bugzilla.redhat.com/show_bug.cgi?id=443321
next prev parent reply other threads:[~2008-04-24 15:06 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-24 4:03 Ulrich Drepper
2008-04-24 10:25 ` Alan Cox
2008-04-24 12:34 ` Michael Kerrisk
2008-04-24 14:49 ` Ulrich Drepper
2008-04-24 14:42 ` Alan Cox
2008-04-24 15:19 ` Ulrich Drepper
2008-04-24 15:05 ` Michael Kerrisk [this message]
2008-04-24 14:18 ` Ulrich Drepper
2008-04-24 14:24 ` Alan Cox
2008-04-24 15:16 ` Ulrich Drepper
2008-04-24 15:03 ` Alan Cox
2008-04-24 15:44 ` Jakub Jelinek
2008-04-24 15:24 ` Alan Cox
2008-04-24 16:00 ` David Miller
2008-04-24 15:38 ` Alan Cox
2008-04-24 16:09 ` David Miller
2008-04-24 16:45 ` Michael Kerrisk
2008-04-26 22:41 ` dean gaudet
2008-04-24 15:45 ` Ulrich Drepper
2008-04-24 15:27 ` Alan Cox
2008-04-24 16:04 ` Ulrich Drepper
2008-04-24 15:45 ` Alan Cox
2008-04-24 16:06 ` Michael Kerrisk
2008-04-24 16:49 ` Evgeniy Polyakov
2008-04-24 15:29 ` Linus Torvalds
2008-04-24 15:39 ` David Miller
2008-04-24 16:03 ` Michael Kerrisk
2008-04-24 15:42 ` Alan Cox
2008-04-24 16:48 ` Michael Kerrisk
2008-04-24 17:20 ` H. Peter Anvin
2008-04-24 17:31 ` Ulrich Drepper
2008-04-24 17:34 ` H. Peter Anvin
2008-04-24 16:30 ` Linus Torvalds
2008-04-24 16:52 ` Ulrich Drepper
2008-04-24 12:27 ` Michael Kerrisk
2008-04-24 12:46 ` David Collier-Brown
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=c49095e30804240805ge3f9ae1qbdcf95ed17cbf151@mail.gmail.com \
--to=michael.kerrisk@googlemail.com \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=drepper@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-man@vger.kernel.org \
--cc=michael.kerrisk@gmail.com \
--cc=mtk.manpages@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=torvalds@linux-foundation.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
Powered by JetHome