Re: [Qemu-devel] [PATCH v2] linux-user: Add AT_SECURE auxval

2018-01-19 Thread Laurent Vivier
Le 11/01/2018 à 19:56, Marco A L Barbosa a écrit : > Thanks Peter, > > Signed-off-by: Marco A L Barbosa With this S-o-b, applied to my linux-user branch. Thanks, Laurent

Re: [Qemu-devel] [PATCH v2] linux-user: Add AT_SECURE auxval

2018-01-11 Thread Laurent Vivier
Le 11/01/2018 à 19:37, Marco A L Barbosa a écrit : > --- > linux-user/elfload.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/linux-user/elfload.c b/linux-user/elfload.c > index 20f3d8c2c3..32a47674e6 100644 > --- a/linux-user/elfload.c > +++ b/linux-user/elfload.c >

Re: [Qemu-devel] [PATCH v2] linux-user: Add AT_SECURE auxval

2018-01-11 Thread Marco A L Barbosa
Thanks Peter, Signed-off-by: Marco A L Barbosa On Thu, Jan 11, 2018 at 4:52 PM, Peter Maydell wrote: > On 11 January 2018 at 18:37, Marco A L Barbosa wrote: > > --- > > linux-user/elfload.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > This is missing your Signed-off-by: li

Re: [Qemu-devel] [PATCH v2] linux-user: Add AT_SECURE auxval

2018-01-11 Thread Peter Maydell
On 11 January 2018 at 18:37, Marco A L Barbosa wrote: > --- > linux-user/elfload.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) This is missing your Signed-off-by: line, which we need to be able to accept the patch. (I've also cc'd the linux-user maintainers.) > diff --git a/linux

Re: [Qemu-devel] [PATCH v2] linux-user: Add AT_SECURE auxval

2018-01-11 Thread Marco A L Barbosa
For some reason send-email didn't include my comments, sorry. Following the Peter Maydell advice we just pass through the host AT_SECURE. This fixes https://bugs.launchpad.net/qemu/+bug/1738771 Version 1 for reference: https://lists.gnu.org/archive/html/qemu-devel/2017-10/msg03667.html https://l

[Qemu-devel] [PATCH v2] linux-user: Add AT_SECURE auxval

2018-01-11 Thread Marco A L Barbosa
--- linux-user/elfload.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-user/elfload.c b/linux-user/elfload.c index 20f3d8c2c3..32a47674e6 100644 --- a/linux-user/elfload.c +++ b/linux-user/elfload.c @@ -1354,7 +1354,7 @@ struct exec ~