Re: [PATCH v5 0/5] linux-user: implement execveat

2023-01-25 Thread Drew DeVault
On Wed Jan 25, 2023 at 10:46 AM CET, Laurent Vivier wrote: > Applied to my linux-user-for-8.0 branch. Thanks!

Re: [PATCH v5 0/5] linux-user: implement execveat

2023-01-25 Thread Laurent Vivier
Le 04/11/2022 à 18:36, Philippe Mathieu-Daudé a écrit : As I was reviewing this patch from Drew: https://lore.kernel.org/qemu-devel/20221104081015.706009-1-...@cmpwn.com/ and it was too big for my review standards, I split it into smaller steps. Since the result can help the other reviewers, post

[PATCH v5 0/5] linux-user: implement execveat

2022-11-04 Thread Philippe Mathieu-Daudé
As I was reviewing this patch from Drew: https://lore.kernel.org/qemu-devel/20221104081015.706009-1-...@cmpwn.com/ and it was too big for my review standards, I split it into smaller steps. Since the result can help the other reviewers, post it. Since v4: - Constify struct flags - Split Drew's pat