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 E79FDC433F5 for ; Tue, 4 Jan 2022 13:27:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233511AbiADN1V convert rfc822-to-8bit (ORCPT ); Tue, 4 Jan 2022 08:27:21 -0500 Received: from gloria.sntech.de ([185.11.138.130]:38836 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232664AbiADN1V (ORCPT ); Tue, 4 Jan 2022 08:27:21 -0500 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n4jqN-0004e6-TR; Tue, 04 Jan 2022 14:27:15 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org Cc: Atish Patra , Anup Patel , Atish Patra , Albert Ou , Heinrich Schuchardt , Kefeng Wang , kvm-riscv@lists.infradead.org, kvm@vger.kernel.org, linux-riscv@lists.infradead.org, Palmer Dabbelt , Paul Walmsley , Atish Patra , Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH v5 1/5] RISC-V: KVM: Mark the existing SBI implementation as v01 Date: Tue, 04 Jan 2022 14:27:14 +0100 Message-ID: <8323751.1mJVJdxAKN@diego> In-Reply-To: <6615284.qex3tTltCR@diego> References: <20211118083912.981995-1-atishp@rivosinc.com> <20211118083912.981995-2-atishp@rivosinc.com> <6615284.qex3tTltCR@diego> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Am Dienstag, 4. Januar 2022, 14:19:41 CET schrieb Heiko Stübner: > Hi Atish, > > Am Donnerstag, 18. November 2021, 09:39:08 CET schrieb Atish Patra: > > From: Atish Patra > > > > The existing SBI specification impelementation follows v0.1 > > specification. The latest specification allows more > > scalability and performance improvements. > > > > Rename the existing implementation as v01 and provide a way to allow > > future extensions. > > > > Reviewed-by: Anup Patel > > Signed-off-by: Atish Patra > > Signed-off-by: Atish Patra > > --- > > > diff --git a/arch/riscv/kvm/vcpu_sbi.c b/arch/riscv/kvm/vcpu_sbi.c > > index eb3c045edf11..32376906ff20 100644 > > --- a/arch/riscv/kvm/vcpu_sbi.c > > +++ b/arch/riscv/kvm/vcpu_sbi.c > > @@ -1,5 +1,5 @@ > > // SPDX-License-Identifier: GPL-2.0 > > -/** > > +/* > > * Copyright (c) 2019 Western Digital Corporation or its affiliates. > > * > > * Authors: > > This got already fixed by [0] > commit 0e2e64192100 ("riscv: kvm: fix non-kernel-doc comment block") > so this patch doesn't apply cleanly anymore. hmm, just found Anup's "I've queued this..." message after writing my reply, so scratch the above ;-) . @Anup: I've looked at git.kernel.org but didn't find a tree there, can you tell me where this did go to? Thanks Heiko