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 9E592C64EC7 for ; Tue, 28 Feb 2023 21:56:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229557AbjB1V4s (ORCPT ); Tue, 28 Feb 2023 16:56:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229549AbjB1V4r (ORCPT ); Tue, 28 Feb 2023 16:56:47 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3EDDA12BEB for ; Tue, 28 Feb 2023 13:56:46 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id E77C5B80ED1 for ; Tue, 28 Feb 2023 21:56:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 441CFC433D2; Tue, 28 Feb 2023 21:56:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677621403; bh=S8lArU8afl+FZofTeoyMgzmCP7SiMn5vwh2R/3DZBHc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FTnOmkiSrrcvXLqb23p7iecO7gYO9DO7ij5XwxGxJ96BCipXunN2lqrUxV3oTZ7iR c+kyCANjoFiIFyb5QzYsid9wjh0PPjEqCG9xCFdawApISHIjwVsbbw+IHH+//vUAIH nVQPf7+x95TMdb7IpdlzVNWWwR5C5A9Jgb2kljR+jrWcvgcivJc2wlL6/p3efRwiO6 LiQcAFh8BQKaScrm65OpfJH2jWe27XYZUrxjCybTnCIIcloQPAsw56V8M33FCKPVBp holjrGCZ3LXZL4fdz3TjoO4WNldoKJPFsjn49TRvHKnfRZUBm9MDsiTbUJnJkYEQU5 zEAWNZnfGBIvQ== Date: Tue, 28 Feb 2023 21:56:37 +0000 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, Guo Ren , Paul Walmsley , Albert Ou , Guo Ren , Heiko Stuebner , Nick Knight , Jisheng Zhang Subject: Re: [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu Message-ID: References: <20230224170118.16766-1-andy.chiu@sifive.com> <20230224170118.16766-2-andy.chiu@sifive.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AmPj++hEXIEO1fE8" Content-Disposition: inline In-Reply-To: <20230224170118.16766-2-andy.chiu@sifive.com> Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org --AmPj++hEXIEO1fE8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 24, 2023 at 05:01:00PM +0000, Andy Chiu wrote: > From: Guo Ren >=20 > The name of __switch_to_aux is not clear and rename it with the > determine function: __switch_to_fpu. Next we could add other regs' > switch. >=20 > Signed-off-by: Guo Ren > Signed-off-by: Guo Ren > Signed-off-by: Greentime Hu > Reviewed-by: Anup Patel > Reviewed-by: Palmer Dabbelt > Signed-off-by: Andy Chiu > Tested-by: Heiko Stuebner > Reviewed-by: Heiko Stuebner Suppose I shall tack myself onto the end of this list... Reviewed-by: Conor Dooley Thanks, Conor. --AmPj++hEXIEO1fE8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCY/54lQAKCRB4tDGHoIJi 0j5jAQCIrjBp1393Twe2BrHYeQyeiOv8wJ4vK9IIMw4cWM+k1QEAqiBDe+dgYFPH hiidtfhhhbRNB3L9TloRKGC9iudVxgA= =YHMe -----END PGP SIGNATURE----- --AmPj++hEXIEO1fE8--