Re: [PATCH v2 0/5] linux-user: Implement x86_64 vsyscalls

2020-01-28 Thread Laurent Vivier
Le 16/01/2020 à 20:43, Richard Henderson a écrit : > Changes since v2: > > * Add /proc/self/maps line > > I'm not sure this is really necessary. The linux kernel > self-test checks for it, and modifies the set of tests that > it runs based on it. But otherwise I think it's u

Re: [PATCH v2 0/5] linux-user: Implement x86_64 vsyscalls

2020-01-16 Thread Richard Henderson
On 1/16/20 9:43 AM, Richard Henderson wrote: > Changes since v2: > > * Add /proc/self/maps line > > I'm not sure this is really necessary. The linux kernel > self-test checks for it, and modifies the set of tests that > it runs based on it. But otherwise I think it's unused.

[PATCH v2 0/5] linux-user: Implement x86_64 vsyscalls

2020-01-16 Thread Richard Henderson
Changes since v2: * Add /proc/self/maps line I'm not sure this is really necessary. The linux kernel self-test checks for it, and modifies the set of tests that it runs based on it. But otherwise I think it's unused. * Fix errors in base gettimeofday syscall