qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Laurent Vivier <laurent@vivier.eu>
To: Helge Deller <deller@gmx.de>, qemu-devel@nongnu.org
Subject: Re: [PATCH 2/2] linux-user: Add parameters of getrandom() syscall for strace
Date: Tue, 27 Sep 2022 13:00:49 +0200	[thread overview]
Message-ID: <bd97df02-e4a5-42b6-e00b-7b163af7066a@vivier.eu> (raw)
In-Reply-To: <20220927093538.8954-2-deller@gmx.de>

Le 27/09/2022 à 11:35, Helge Deller a écrit :
> Signed-off-by: Helge Deller <deller@gmx.de>
> ---
>   linux-user/strace.list | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux-user/strace.list b/linux-user/strace.list
> index 31a2ccd76d..9bb234a584 100644
> --- a/linux-user/strace.list
> +++ b/linux-user/strace.list
> @@ -358,7 +358,7 @@
>   { TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
>   #endif
>   #ifdef TARGET_NR_getrandom
> -{ TARGET_NR_getrandom, "getrandom", NULL, NULL, NULL },
> +{ TARGET_NR_getrandom, "getrandom", "%s(%p,%u,%u)", NULL, NULL },
>   #endif
>   #ifdef TARGET_NR_getresgid
>   { TARGET_NR_getresgid, "getresgid" , NULL, NULL, NULL },
> --
> 2.37.3
> 
> 

Applied to my linux-user-for-7.2 branch.

Thanks,
Laurent



  parent reply	other threads:[~2022-09-27 11:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-27  9:35 [PATCH 1/2] linux-user: Add close_range() syscall Helge Deller
2022-09-27  9:35 ` [PATCH 2/2] linux-user: Add parameters of getrandom() syscall for strace Helge Deller
2022-09-27 10:41   ` Laurent Vivier
2022-09-27 11:00   ` Laurent Vivier [this message]
2022-09-27 10:40 ` [PATCH 1/2] linux-user: Add close_range() syscall Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd97df02-e4a5-42b6-e00b-7b163af7066a@vivier.eu \
    --to=laurent@vivier.eu \
    --cc=deller@gmx.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).