From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1C8BAC6FD1F for ; Tue, 2 Apr 2024 20:19:32 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rrkam-0002Xq-9v; Tue, 02 Apr 2024 16:18:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rrkal-0002XW-98 for qemu-devel@nongnu.org; Tue, 02 Apr 2024 16:18:47 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rrkaj-00046J-Q8 for qemu-devel@nongnu.org; Tue, 02 Apr 2024 16:18:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1712089125; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=KSMLKBGTdNy6JZ9So0dp5tS0ed2oXKS+RniRZql78bU=; b=FjcBWGllc41ZNnr81Qv0ZVj753+Dck2NHD69jBkbo1dLVNbW2+V2FoHV8jmF8x/fy3DREt 8ozZ73cSnC0zP+9HpBfkgJeWRe4FDGEVRigVVLM7MMYhlWuehxhVONJShCA/f5WVA278RU 4djzCoucHHS3pLNvhyYT8p1IpntRnIM= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-436-FAxHvDz_POyVbLZHugezfA-1; Tue, 02 Apr 2024 16:18:42 -0400 X-MC-Unique: FAxHvDz_POyVbLZHugezfA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 379A638143A5; Tue, 2 Apr 2024 20:18:41 +0000 (UTC) Received: from localhost (unknown [10.39.193.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id B96E4C01601; Tue, 2 Apr 2024 20:18:38 +0000 (UTC) Date: Tue, 2 Apr 2024 16:18:33 -0400 From: Stefan Hajnoczi To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org, Hyman Huang , Vladimir Sementsov-Ogievskiy , Paolo Bonzini , Gerd Hoffmann , qemu-block@nongnu.org, Kevin Wolf , Fabiano Rosas , Mahmoud Mandour , John Snow , Klaus Jensen , Fam Zheng , Eugenio =?iso-8859-1?Q?P=E9rez?= , Bin Meng , Hanna Reitz , Eric Blake , "Michael S. Tsirkin" , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Yuval Shaia , Alex =?iso-8859-1?Q?Benn=E9e?= , Jesper Devantier , Pierrick Bouvier , Keith Busch , Marcel Apfelbaum , Alexandre Iooss , Peter Xu Subject: Re: [PATCH 13/19] hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive Message-ID: <20240402201833.GB2507314@fedora> References: <20240328102052.3499331-1-marcandre.lureau@redhat.com> <20240328102052.3499331-14-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bWfxq1EJ4C1OhrTp" Content-Disposition: inline In-Reply-To: <20240328102052.3499331-14-marcandre.lureau@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 Received-SPF: pass client-ip=170.10.133.124; envelope-from=stefanha@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org --bWfxq1EJ4C1OhrTp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 28, 2024 at 02:20:46PM +0400, marcandre.lureau@redhat.com wrote: > From: Marc-Andr=C3=A9 Lureau >=20 > ../hw/block/virtio-blk.c:1212:12: error: =E2=80=98rq=E2=80=99 may be used= uninitialized [-Werror=3Dmaybe-uninitialized] >=20 > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > hw/block/virtio-blk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Stefan Hajnoczi --bWfxq1EJ4C1OhrTp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEhpWov9P5fNqsNXdanKSrs4Grc8gFAmYMaBkACgkQnKSrs4Gr c8jDTQf/QTMkOeWrbphCxtij8WvYhCq3o6J4OxTC3K2Y0WYLV6e4IPiNF+arwdWp zBApFK6qAKl8bEuVloX8GkJ7V9t9QTl9EAOPUFktehetN9bp0kxERYABQQa9Nyv+ pym58VW2/mGXLAb04OyCp7FEPtJWZDbfDtXLrY0dTrE8fnQQCHAO7Xmb7j7nowjO Phc3wUptrmC2qoQpu8JQ1DjPMf/g3iAUNTGHfWwAOok0+FNiB7htR4BDHN6bjNvG RMOy7trPGiCj5YZa1VtHGac2V9ZW+jbNMD8xZ7pXAEdTiZQGDeCwbrNfS4AtwCB6 nme5AGOJhbsL/6l9MVT3kdp89tFKUA== =iPDS -----END PGP SIGNATURE----- --bWfxq1EJ4C1OhrTp--