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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 784CAC77B7D for ; Thu, 18 May 2023 17:29:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229671AbjERR32 (ORCPT ); Thu, 18 May 2023 13:29:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230021AbjERR27 (ORCPT ); Thu, 18 May 2023 13:28:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38F0610CE for ; Thu, 18 May 2023 10:28:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C298765124 for ; Thu, 18 May 2023 17:28:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F7A6C4339B; Thu, 18 May 2023 17:28:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684430934; bh=92QcsgMHry019d9efae2Tj4VZis/VYU62VUDqpKGFXk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RRS+DDn9w6WfvQsflgrH8SenSC4v1Yuv/8wGqfDtG6weJu9cQA1AxVBwf64s686IC 7ft13Rcf5pBKMGCgp+Sp8VX7ECqS97WfxsY0H90YNaMXzcIZQqCvvxC9owSBIgfoiO cS1+p/9t0hwZq+sot3BqHd0ggzf8JUMqtlEAX56zGNMhNqggrrJFKNe91m7sG4zn3W z5ZDpgsb9hRaOowyEYF+Mo7IZgXqdEISXIbitlkeo4pLY5FNbZ3e9jsFWxtb8XMfbD lbI+jXcj+fcT6fiFr9+Bn1zosb48/HM1AvdeV5jXhUo3MizVZuIJb/BsZfkh4oiQdm REeSzzO/Y9OFQ== Date: Thu, 18 May 2023 18:28:47 +0100 From: Conor Dooley To: Andy Chiu Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com, anup@brainfault.org, atishp@atishpatra.org, kvm-riscv@lists.infradead.org, kvm@vger.kernel.org, vineetg@rivosinc.com, greentime.hu@sifive.com, guoren@linux.alibaba.com, Jonathan Corbet , Paul Walmsley , Albert Ou , Heiko Stuebner , Conor Dooley , Evan Green , Andrew Jones , Andrew Bresticker , Celeste Liu Subject: Re: [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0 Message-ID: <20230518-decade-slighting-02219199662e@spud> References: <20230518161949.11203-1-andy.chiu@sifive.com> <20230518161949.11203-4-andy.chiu@sifive.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="G2eka028RqLLt5eR" Content-Disposition: inline In-Reply-To: <20230518161949.11203-4-andy.chiu@sifive.com> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org --G2eka028RqLLt5eR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 18, 2023 at 04:19:26PM +0000, Andy Chiu wrote: > Probing kernel support for Vector extension is available now. This only > add detection for V only. Extenions like Zvfh, Zk are not in this scope. >=20 > Signed-off-by: Andy Chiu Looks grand now! Reviewed-by: Conor Dooley --G2eka028RqLLt5eR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZGZgTwAKCRB4tDGHoIJi 0ioKAP9v5j65uZSJMmCxWO99hc/abZpOXqLcl4pLcp2TGXlIrwEA6Z5gFAi0kYrs IpiAjb2x78S5AN5z1f+e8rsWop8xdQQ= =MG8z -----END PGP SIGNATURE----- --G2eka028RqLLt5eR--