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 D96DAC7EE23 for ; Wed, 10 May 2023 14:46:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237373AbjEJOqJ (ORCPT ); Wed, 10 May 2023 10:46:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237593AbjEJOqF (ORCPT ); Wed, 10 May 2023 10:46:05 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 666C910E6 for ; Wed, 10 May 2023 07:45:58 -0700 (PDT) Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pwl4m-0006Rz-8B; Wed, 10 May 2023 16:45:56 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Palmer Dabbelt , linux-riscv@lists.infradead.org Cc: Anup Patel , Albert Ou , linux-kernel@vger.kernel.org, Conor Dooley , Evan Green , Palmer Dabbelt , Jisheng Zhang , Paul Walmsley , linux-riscv@lists.infradead.org, Andrew Jones , Evan Green Subject: Re: [PATCH v2 1/3] RISC-V: Add Zba, Zbs extension probing Date: Wed, 10 May 2023 16:45:50 +0200 Message-ID: <23717157.ouqheUzb2q@diego> In-Reply-To: <20230509182504.2997252-2-evan@rivosinc.com> References: <20230509182504.2997252-1-evan@rivosinc.com> <20230509182504.2997252-2-evan@rivosinc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 9. Mai 2023, 20:25:01 CEST schrieb Evan Green: > Add the Zba address bit manipulation extension and Zbs single bit > instructions extension into those the kernel is aware of and maintains > in its riscv_isa bitmap. > > Signed-off-by: Evan Green > Reviewed-by: Andrew Jones > Reviewed-by: Palmer Dabbelt Reviewed-by: Heiko Stuebner