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 2CA40C6FD1D for ; Thu, 23 Mar 2023 10:23:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231149AbjCWKXo (ORCPT ); Thu, 23 Mar 2023 06:23:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230459AbjCWKXn (ORCPT ); Thu, 23 Mar 2023 06:23:43 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B17C272D for ; Thu, 23 Mar 2023 03:23:42 -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 2F9D7625B8 for ; Thu, 23 Mar 2023 10:23:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19965C4339B; Thu, 23 Mar 2023 10:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679567021; bh=+pnutHbgPZ/gsCS7OxYK0FsgMPJ0cSQbPnMM0pRkjSk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Yk6QASA9PUP1MTPJaXTYUMe5W+wOgsu370892y+k0ZgVc9h6CvOxLdz3nMR/hkwnU D/3lF/ZZKJPiVxtCKXr5MGUvVESG8IMHSQ4Lc2GC9zTPn0mTO+ucGBDA/dVtbbXVwP QF4/IiyygNzAhSM4JEweGU1tB7cPSccz2CLRktTLkPsoVtRHTJj/nxhYzmlE+9ifff xJB9KlbN5PfCCeyg6/clK582c/nB8w2ylXcbgVzuCBFZ1m7qAc+BY6hYruYHbzT/ts VlZ69Sv44rUOKlxjRWe5o10Gm7ULkj+3R3O2OUpa3xAfdCyIHDYHBTSy94WFz5Yc+S DzkdFU1+oyVJg== From: =?utf-8?B?QmrDtnJuIFTDtnBlbA==?= To: Andy Chiu , linux-riscv@lists.infradead.org, palmer@dabbelt.com, anup@brainfault.org, atishp@atishpatra.org, kvm-riscv@lists.infradead.org, kvm@vger.kernel.org Cc: Kefeng Wang , guoren@linux.alibaba.com, Jisheng Zhang , Nick Knight , Peter Zijlstra , vineetg@rivosinc.com, "Eric W. Biederman" , Vincent Chen , Conor Dooley , Albert Ou , Guo Ren , Ruinland Tsai , Andy Chiu , Paul Walmsley , greentime.hu@sifive.com, Dmitry Vyukov , Heiko Stuebner Subject: Re: [PATCH -next v15 09/19] riscv: Add task switch support for vector In-Reply-To: <20230317113538.10878-10-andy.chiu@sifive.com> References: <20230317113538.10878-1-andy.chiu@sifive.com> <20230317113538.10878-10-andy.chiu@sifive.com> Date: Thu, 23 Mar 2023 11:23:39 +0100 Message-ID: <87355vwytw.fsf@all.your.base.are.belong.to.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Andy Chiu writes: > From: Greentime Hu > > This patch adds task switch support for vector. It also supports all > lengths of vlen. > > Suggested-by: Andrew Waterman > Co-developed-by: Nick Knight > Signed-off-by: Nick Knight > Co-developed-by: Guo Ren > Signed-off-by: Guo Ren > Co-developed-by: Vincent Chen > Signed-off-by: Vincent Chen > Co-developed-by: Ruinland Tsai > Signed-off-by: Ruinland Tsai > Signed-off-by: Greentime Hu > Signed-off-by: Vineet Gupta > Signed-off-by: Andy Chiu Reviewed-by: Bj=C3=B6rn T=C3=B6pel