All of lore.kernel.org
 help / color / mirror / Atom feed
* Please revert git commit 1ad3dcc0
@ 2006-05-16 11:23 Bernd Schmidt
  2006-05-16 13:58 ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Bernd Schmidt @ 2006-05-16 11:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, torvalds, Luke.Yang, Greg Ungerer

Linus, Andrew,

please revert 1ad3dcc0.  That was a patch to the binfmt_flat loader, 
which was motivated by an LTP testcase which checks that execve returns 
EMFILE when the file descriptor table is full.

The patch is buggy: the code now keeps file descriptors open for the 
executable and its libraries, which has confused at least one 
application.  It's also unnecessary, since there is no code that uses 
the file descriptor, so the new EMFILE error return is totally artificial.

The reversion is
Signed-off-by: Bernd Schmidt <bernd.schmidt@analog.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
and I think Luke had no objections either.


Bernd

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-05-16 15:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-16 11:23 Please revert git commit 1ad3dcc0 Bernd Schmidt
2006-05-16 13:58 ` Andrew Morton
2006-05-16 14:29   ` Bernd Schmidt
2006-05-16 14:50     ` Andrew Morton
2006-05-16 14:57       ` Bernd Schmidt
2006-05-16 14:54     ` Linus Torvalds
2006-05-16 15:10       ` Bernd Schmidt

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.