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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 260CCC433DB for ; Sun, 28 Mar 2021 13:27:53 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 3428F61580 for ; Sun, 28 Mar 2021 13:27:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3428F61580 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:43934 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lQVSJ-0005bd-1N for qemu-devel@archiver.kernel.org; Sun, 28 Mar 2021 09:27:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQVQp-0004r9-Me; Sun, 28 Mar 2021 09:26:19 -0400 Received: from ozlabs.org ([2401:3900:2:1::2]:53563) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lQVQe-0002Ss-4t; Sun, 28 Mar 2021 09:26:17 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 4F7c0Z3jnkz9sVt; Mon, 29 Mar 2021 00:25:50 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1616937950; bh=rLs9BCZbae80jcv0xjio7eL5HK1KVmCoHgcUYULq9p0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HvvPJuBhcqmk+19GGq4FPB5r4GOUnV3km8wqXm9sGM9PPWaoNOmxv9jRLo4ObWPs2 V3kNg3TWSlezfCUzpXoPezgE0jWSeEBejE3+nwdjnovSLpjGR60nWt6VGJIohUe4k7 /n6l/x2RRssW8OshtqOtePbsRsubBeOOuY5wzwfI= Date: Mon, 29 Mar 2021 00:09:51 +1100 From: David Gibson To: Richard Henderson Subject: Re: [PATCH v5 10/10] target/ppc: Validate hflags with CONFIG_DEBUG_TCG Message-ID: References: <20210323184340.619757-1-richard.henderson@linaro.org> <20210323184340.619757-11-richard.henderson@linaro.org> <0ea867e5-e2f5-954f-a07d-5a71090985e3@linaro.org> <4c323791-02c4-4ad3-be58-3472ed23e21c@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rGXq24hya0bKzOHH" Content-Disposition: inline In-Reply-To: <4c323791-02c4-4ad3-be58-3472ed23e21c@linaro.org> Received-SPF: pass client-ip=2401:3900:2:1::2; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --rGXq24hya0bKzOHH Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 27, 2021 at 06:46:15AM -0600, Richard Henderson wrote: > On 3/26/21 6:41 AM, Richard Henderson wrote: > > On 3/25/21 2:47 AM, David Gibson wrote: > > > On Wed, Mar 24, 2021 at 11:12:20AM +1100, David Gibson wrote: > > > > On Tue, Mar 23, 2021 at 12:43:40PM -0600, Richard Henderson wrote: > > > > > Verify that hflags was updated correctly whenever we change > > > > > cpu state that is used by hflags. > > > > >=20 > > > > > Signed-off-by: Richard Henderson > > > >=20 > > > > Applied to ppc-for-6.0, thanks. > > >=20 > > > Alas, this appears to cause a failure in the 'build-user' test on > > > gitlab CI :(.=A0 I haven't managed to reproduce it locally, so I'm not > > > sure what's going on. > >=20 > > I guess you mean e.g. > >=20 > > https://gitlab.com/dgibson/qemu/-/jobs/1126364147 Yes, sorry I meant to give you a link. > >=20 > > ?=A0 I'll have a look. >=20 > I haven't been able to repo locally, or on gitlab: >=20 > https://gitlab.com/rth7680/qemu/-/pipelines/277073704 Huh.. > Have you tried simply re-running that job? Several times :/ --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --rGXq24hya0bKzOHH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAmBggB0ACgkQbDjKyiDZ s5JQsg//SzJ+1TOOsTfvAO8CZWaHvTC6NMrtTtToolESAQWOnO5kJN5OlYrQKm3G DwnYSxrWBkch/Fgg9bk8oe79DzsHTipdvoRv4nGuADqoSMIneCH94nAC3xT+FQyR aB4PbvDkAovNH6gX7x3KYGIF6P19vFb+tXVItl9bpjwHfeZ54oqiAiEqwsoBieoz XPa+RrHPju5JOfqFsnZZmh7zuDbb3PyhAaX0wkGf26gZKfwO+TxT/jDY/fMLPCrX nfnLrzcu0r4QwbW9RpCxMXd6goYlPxDYiD6oyBuM/nPxzym/4jfAbb/flp13Rxrc qGhPeMat+nIVsmb6AtKYV8NyE2Jwchy7nTcekwlC3J8uATrAIHWYTrsTrd4+r/BD w4sjuqi+Ahmro4Jezr4X/XfYaOTZYGXscaykQhSdopLiSdRnYfD2PeKwTQyxVetR YCaxtf0IG2KTRaGyzHGgan4kFVbBx1HiCJzN6j9SyKeggtVE8Wc/PuWH6H0xVGru 5b3XhxQQfrzCPRi30jxrtAREdvXV2gcBrwP2AzjA5C5Hcjg4SasnUU+JTqwU+1FA rHqtcuVSuw4sTAX/v5GOw7S61MlRZYQmgOkpmGouPCpek/DBDgGbgxIxKx38c43E cjMh5dKja0CplUFFBEuuiIhAA5EcIALrQIpFmkYERzjmYk0/238= =CZeb -----END PGP SIGNATURE----- --rGXq24hya0bKzOHH--