Please revert git commit 1ad3dcc0
- From: Bernd Schmidt <bernds_cb1@xxxxxxxxxxx>
- Date: Tue, 16 May 2006 13:23:39 +0200
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@xxxxxxxxxx>
Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx>
and I think Luke had no objections either.
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Please revert git commit 1ad3dcc0
- From: Andrew Morton
- Re: Please revert git commit 1ad3dcc0
- Prev by Date: Re: [PATCH] mm: cleanup swap unused warning
- Next by Date: Re: need a small help guys - need a file in linux
- Previous by thread: [PATCH] oprofile: convert from semaphores to mutexes
- Next by thread: Re: Please revert git commit 1ad3dcc0
- Index(es):
Relevant Pages
|