qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Konstantin Kostiuk <kkostiuk@redhat.com>,
	qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [PULL 00/25] Misc QEMU-GA patches 2024-07-22
Date: Tue, 23 Jul 2024 08:26:33 +1000	[thread overview]
Message-ID: <2f161331-26db-4b52-92ef-4c24b927ded4@linaro.org> (raw)
In-Reply-To: <20240722070122.27615-1-kkostiuk@redhat.com>

On 7/22/24 17:00, Konstantin Kostiuk wrote:
> The following changes since commit 23fa74974d8c96bc95cbecc0d4e2d90f984939f6:
> 
>    Merge tag 'pull-target-arm-20240718' ofhttps://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-07-19 07:02:17 +1000)
> 
> are available in the Git repository at:
> 
>    https://github.com/kostyanf14/qemu.git tags/qga-pull-2024-07-22
> 
> for you to fetch changes up to 24d12dfc5abb3b4ac2506f22c3fd0cda40a6977d:
> 
>    qga/linux: Add new api 'guest-network-get-route' (2024-07-22 09:51:12 +0300)
> 
> ----------------------------------------------------------------
> qga-pull-2024-07-22

Fails testing:

https://gitlab.com/qemu-project/qemu/-/jobs/7401175099
https://gitlab.com/qemu-project/qemu/-/jobs/7401175098
https://gitlab.com/qemu-project/qemu/-/jobs/7401175093

../qga/commands-linux.c:2159:42: error: 'sscanf' may overflow; destination buffer in 
argument 12 has size 16, but the corresponding specifier may require size 33 
[-Werror,-Wfortify-source]
                            &Use, &Flags, Iface) != 10) {



r~


      parent reply	other threads:[~2024-07-22 22:27 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-22  7:00 [PULL 00/25] Misc QEMU-GA patches 2024-07-22 Konstantin Kostiuk
2024-07-22  7:00 ` [PULL 01/25] qga: drop blocking of guest-get-memory-block-size command Konstantin Kostiuk
2024-07-22  7:00 ` [PULL 02/25] qga: move linux vcpu command impls to commands-linux.c Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 03/25] qga: move linux suspend " Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 04/25] qga: move linux fs/disk " Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 05/25] qga: move linux disk/cpu stats " Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 06/25] qga: move linux memory block " Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 07/25] qga: move CONFIG_FSFREEZE/TRIM to be meson defined options Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 08/25] qga: conditionalize schema for commands unsupported on Windows Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 09/25] qga: conditionalize schema for commands unsupported on non-Linux POSIX Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 10/25] qga: conditionalize schema for commands requiring getifaddrs Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 11/25] qga: conditionalize schema for commands requiring linux/win32 Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 12/25] qga: conditionalize schema for commands only supported on Windows Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 13/25] qga: conditionalize schema for commands requiring fsfreeze Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 14/25] qga: conditionalize schema for commands requiring fstrim Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 15/25] qga: conditionalize schema for commands requiring libudev Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 16/25] qga: conditionalize schema for commands requiring utmpx Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 17/25] qga: conditionalize schema for commands not supported on other UNIX Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 18/25] qga: don't disable fsfreeze commands if vss_init fails Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 19/25] qga: move declare of QGAConfig struct to top of file Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 20/25] qga: remove pointless 'blockrpcs_key' variable Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 21/25] qga: allow configuration file path via the cli Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 22/25] qga: centralize logic for disabling/enabling commands Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 23/25] qga/commands-posix: Make ga_wait_child() return boolean Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 24/25] guest-agent: document allow-rpcs in config file section Konstantin Kostiuk
2024-07-22  7:01 ` [PULL 25/25] qga/linux: Add new api 'guest-network-get-route' Konstantin Kostiuk
2024-07-22 22:26 ` Richard Henderson [this message]

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=2f161331-26db-4b52-92ef-4c24b927ded4@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=kkostiuk@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /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).