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
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
>
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
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
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
---
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
~