Re: [PATCH] linux-user: Emulate CLONE_PIDFD flag in clone()

2023-03-07 Thread Laurent Vivier
Le 29/11/2022 à 12:08, Helge Deller a écrit : Add emulation for the CLONE_PIDFD flag of the clone() syscall. This flag was added in Linux kernel 5.2. Successfully tested on a x86-64 Linux host with hppa-linux target. Can be verified by running the testsuite of the qcoro debian package, which bre

Re: [PATCH] linux-user: Emulate CLONE_PIDFD flag in clone()

2023-03-07 Thread Laurent Vivier
Le 29/11/2022 à 12:08, Helge Deller a écrit : Add emulation for the CLONE_PIDFD flag of the clone() syscall. This flag was added in Linux kernel 5.2. Successfully tested on a x86-64 Linux host with hppa-linux target. Can be verified by running the testsuite of the qcoro debian package, which bre