On 2025-07-02 04:12, Juergen Gross wrote:
Define O_CLOEXEC as a non-zero value and add a kexec callback to cycle over all open files to close them in case O_CLOEXEC was specified when opening the file.This requires the addition of a cloexec boolean in struct file. Signed-off-by: Juergen Gross <[email protected]>
Reviewed-by: Jason Andryuk <[email protected]>
