Re: [PATCH] alternative to sys_indirect, part 1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jakub Jelinek
Date: Thursday, April 24, 2008 - 8:44 am

On Thu, Apr 24, 2008 at 04:03:52PM +0100, Alan Cox wrote:

Doing:

int fd = socket (PF_INET, SOCK_STREAM, 0);
fcntl (fd, F_SETFD, F_CLOEXEC);
...
int fd2 = accept (fd, addr, addrlen);

certainly doesn't use any of the new interfaces, yet if accept inherits
the CLOEXEC flag from the socket, would visibly change existing programs.

	Jakub
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Wed Apr 23, 9:03 pm)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 3:25 am)
Re: [PATCH] alternative to sys_indirect, part 1, Michael Kerrisk, (Thu Apr 24, 5:27 am)
Re: [PATCH] alternative to sys_indirect, part 1, Michael Kerrisk, (Thu Apr 24, 5:34 am)
Re: [PATCH] alternative to sys_indirect, part 1, David Collier-Brown, (Thu Apr 24, 5:46 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 7:18 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 7:24 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 7:42 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 7:49 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 8:03 am)
Re: [PATCH] alternative to sys_indirect, part 1, Michael Kerrisk, (Thu Apr 24, 8:05 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 8:16 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 8:19 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 8:24 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 8:27 am)
Re: [PATCH] alternative to sys_indirect, part 1, Linus Torvalds, (Thu Apr 24, 8:29 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 8:38 am)
Re: [PATCH] alternative to sys_indirect, part 1, David Miller, (Thu Apr 24, 8:39 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 8:42 am)
Re: [PATCH] alternative to sys_indirect, part 1, Jakub Jelinek, (Thu Apr 24, 8:44 am)
Re: [PATCH] alternative to sys_indirect, part 1, Alan Cox, (Thu Apr 24, 8:45 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 8:45 am)
Re: [PATCH] alternative to sys_indirect, part 1, David Miller, (Thu Apr 24, 9:00 am)
Re: [PATCH] alternative to sys_indirect, part 1, Michael Kerrisk, (Thu Apr 24, 9:03 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 9:04 am)
Re: [PATCH] alternative to sys_indirect, part 1, Michael Kerrisk, (Thu Apr 24, 9:06 am)
Re: [PATCH] alternative to sys_indirect, part 1, David Miller, (Thu Apr 24, 9:09 am)
Re: [PATCH] alternative to sys_indirect, part 1, Linus Torvalds, (Thu Apr 24, 9:30 am)
Re: [PATCH] alternative to sys_indirect, part 1, Michael Kerrisk, (Thu Apr 24, 9:45 am)
Re: [PATCH] alternative to sys_indirect, part 1, Michael Kerrisk, (Thu Apr 24, 9:48 am)
Re: [PATCH] alternative to sys_indirect, part 1, Evgeniy Polyakov, (Thu Apr 24, 9:49 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 9:52 am)
Re: [PATCH] alternative to sys_indirect, part 1, H. Peter Anvin, (Thu Apr 24, 10:20 am)
Re: [PATCH] alternative to sys_indirect, part 1, Ulrich Drepper, (Thu Apr 24, 10:31 am)
Re: [PATCH] alternative to sys_indirect, part 1, H. Peter Anvin, (Thu Apr 24, 10:34 am)
Re: [PATCH] alternative to sys_indirect, part 1, dean gaudet, (Sat Apr 26, 3:41 pm)