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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B758EC433EF for ; Tue, 16 Nov 2021 18:05:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9EE8C61545 for ; Tue, 16 Nov 2021 18:05:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239322AbhKPSIk (ORCPT ); Tue, 16 Nov 2021 13:08:40 -0500 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:40080 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236111AbhKPSIj (ORCPT ); Tue, 16 Nov 2021 13:08:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1637085942; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=An3R7sbO8BRoRTtSuF9+W/xtuCKLYLtDnsHgmi8nBG0=; b=XnDE5MODUin8QxamiEnG4aHbqLV1Vr/nDrlFfKPBGnlHYRL3hPe5lEIn5l/b2jp9UyOglj WYKkyfF1CEFhaurfDKqquJX0AtD2AHbSgyrvgc+HVEa48RfEmuQ8/R4lfmopSLmr14dmxK TKBqpdtQOeUfkh5Vj4BdkA8/IN+5L9w= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-70-2889ANNLNnuXdKbCUVQxIw-1; Tue, 16 Nov 2021 13:05:36 -0500 X-MC-Unique: 2889ANNLNnuXdKbCUVQxIw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D326D102CC41; Tue, 16 Nov 2021 18:05:34 +0000 (UTC) Received: from [10.39.192.245] (unknown [10.39.192.245]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0EEFE5DF56; Tue, 16 Nov 2021 18:05:29 +0000 (UTC) Message-ID: <8a762a6b-4ad8-211f-f350-ba65f8e77b64@redhat.com> Date: Tue, 16 Nov 2021 19:05:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH 3/4] Documentation: update vcpu-requests.rst reference Content-Language: en-US To: Anup Patel Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , Jonathan Corbet , Albert Ou , Anup Patel , Atish Patra , Palmer Dabbelt , Paul Walmsley , kvm-riscv@lists.infradead.org, KVM General , "linux-kernel@vger.kernel.org List" , linux-riscv References: <32b3693314f3914f10a42dea97ad6e06292fcd4a.1637064577.git.mchehab+huawei@kernel.org> <34e691ec-a58d-c86b-a2ef-6fa4f0385b69@redhat.com> From: Paolo Bonzini In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/16/21 15:01, Anup Patel wrote: > On Tue, Nov 16, 2021 at 6:24 PM Paolo Bonzini wrote: >> >> On 11/16/21 13:11, Mauro Carvalho Chehab wrote: >>> Changeset 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt") >>> renamed: Documentation/virtual/kvm/vcpu-requests.rst >>> to: Documentation/virt/kvm/vcpu-requests.rst. >>> >>> Update its cross-reference accordingly. >>> >>> Fixes: 2f5947dfcaec ("Documentation: move Documentation/virtual to Documentation/virt") >>> Reviewed-by: Anup Patel >>> Signed-off-by: Mauro Carvalho Chehab >>> --- >>> >>> To mailbombing on a large number of people, only mailing lists were C/C on the cover. >>> See [PATCH 0/4] at: https://lore.kernel.org/all/cover.1637064577.git.mchehab+huawei@kernel.org/ >>> >>> arch/riscv/kvm/vcpu.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/arch/riscv/kvm/vcpu.c b/arch/riscv/kvm/vcpu.c >>> index e3d3aed46184..fb84619df012 100644 >>> --- a/arch/riscv/kvm/vcpu.c >>> +++ b/arch/riscv/kvm/vcpu.c >>> @@ -740,7 +740,7 @@ int kvm_arch_vcpu_ioctl_run(struct kvm_vcpu *vcpu) >>> * Ensure we set mode to IN_GUEST_MODE after we disable >>> * interrupts and before the final VCPU requests check. >>> * See the comment in kvm_vcpu_exiting_guest_mode() and >>> - * Documentation/virtual/kvm/vcpu-requests.rst >>> + * Documentation/virt/kvm/vcpu-requests.rst >>> */ >>> vcpu->mode = IN_GUEST_MODE; >>> >>> >> >> Acked-by: Paolo Bonzini > > Thanks Paolo, let me know if you want me to include this patch > as part of the fixes I have collected. I think Mauro will handle it, but you can pick it as well. Paolo