Re: [PATCH v2] linux-user: do prlimit selectively

2020-03-12 Thread Laurent Vivier
Le 05/03/2020 à 21:24, Tobias Koch a écrit : > Analogous to what commit 5dfa88f7 did for setrlimit, this commit > selectively ignores limits for memory-related resources in prlimit64 > calls. This is to prevent too restrictive limits from causing QEMU > itself to malfunction. > > Signed-off-by: To

Re: [PATCH v2] linux-user: do prlimit selectively

2020-03-10 Thread Laurent Vivier
Le 05/03/2020 à 21:24, Tobias Koch a écrit : > Analogous to what commit 5dfa88f7 did for setrlimit, this commit > selectively ignores limits for memory-related resources in prlimit64 > calls. This is to prevent too restrictive limits from causing QEMU > itself to malfunction. > > Signed-off-by: To

[PATCH v2] linux-user: do prlimit selectively

2020-03-05 Thread Tobias Koch
Analogous to what commit 5dfa88f7 did for setrlimit, this commit selectively ignores limits for memory-related resources in prlimit64 calls. This is to prevent too restrictive limits from causing QEMU itself to malfunction. Signed-off-by: Tobias Koch --- linux-user/syscall.c | 5 - 1 file ch