Displaying 2 results from an estimated 2 matches for "ibmcn".
Did you mean:
ibmca
2014 Jul 28
1
Re: [PATCH] launch: Close file descriptors after fork (RHBZ#1123007).
...ixed in
RHEL 7.0, 6.6, and 6.5?
Thanks & Best Regards
Qin Zhao (赵钦)
China System and Technology Lab, IBM
Tel: 86-10-82452339
From: "Richard W.M. Jones" <rjones@redhat.com>
To: libguestfs@redhat.com,
Cc: ptoscano@redhat.com, berrange@redhat.com, Qin
Zhao/China/IBM@IBMCN
Date: 2014/07/25 21:06
Subject: [PATCH] launch: Close file descriptors after fork
(RHBZ#1123007).
This refactors existing code to close file descriptors in the recovery
process, and also adds code to close file descriptors between the
fork() and exec() of QEMU or User-Mode Linux.
Th...
2014 Jul 25
3
[PATCH] launch: Close file descriptors after fork (RHBZ#1123007).
This refactors existing code to close file descriptors in the recovery
process, and also adds code to close file descriptors between the
fork() and exec() of QEMU or User-Mode Linux.
The reason is to avoid leaking main process file descriptors where the
main process (or other libraries in the main process) are not setting
O_CLOEXEC at all or not setting it atomically. Python is a particular