From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E59CC7470 for ; Sat, 29 Jun 2024 02:24:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719627870; cv=none; b=g2Pig/Q1SBfMi7NNKOccnKwYOSEvBOuzj7Wn8N9l1HdnROJIFlxYwCR7IR4ACvtcHM5ZoBi3Nm3Ba1s1UXTknC/ppBquMMnXuk595ElwZ4aPAC5KumZCa+O5QHw5iltpl0oh4vnaEy1TsTvJO48M8GlviQeJn3F11LPTWamoMvY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719627870; c=relaxed/simple; bh=/jYutR5A2lZINKgNdaup3XkyQHZCYecGXaEztbu95Nc=; h=Subject:To:CC:References:From:Message-ID:Date:MIME-Version: In-Reply-To:Content-Type; b=Gc2sCsTI1nctnasZ7a+HgmvBc7Dq7kTsFcKyR2iNn9uvmnAAHmTJzArean8S/gh0D8dTkc8U3JK/TEDNaJnltCjMZd4UCBZ49qQI9HZGSS1MK0VkKQbGZAThFGu0FfKQQ36FTe6o7WCIs2QdWO+nIyYCkDIpLD/xxXn4WAkvY6k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.174]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4W9x0n6zPFzdbjt; Sat, 29 Jun 2024 10:22:49 +0800 (CST) Received: from kwepemm600007.china.huawei.com (unknown [7.193.23.208]) by mail.maildlp.com (Postfix) with ESMTPS id 1C6F8140135; Sat, 29 Jun 2024 10:24:25 +0800 (CST) Received: from [10.174.185.179] (10.174.185.179) by kwepemm600007.china.huawei.com (7.193.23.208) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Sat, 29 Jun 2024 10:24:24 +0800 Subject: Re: [PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry To: Oliver Upton CC: , Marc Zyngier , James Morse , Suzuki K Poulose , , Paolo Bonzini References: <20240628222147.3153682-1-oliver.upton@linux.dev> <63685fc4-38fb-f938-959d-2c1f96cff6b1@huawei.com> From: Zenghui Yu Message-ID: <94c91bb9-9e4e-d7c9-9cc0-30bdfe04c5ee@huawei.com> Date: Sat, 29 Jun 2024 10:24:23 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemm600007.china.huawei.com (7.193.23.208) On 2024/6/29 10:13, Oliver Upton wrote: > On Sat, Jun 29, 2024 at 09:32:53AM +0800, Zenghui Yu wrote: > > On 2024/6/29 6:21, Oliver Upton wrote: > > > Ensure updates to the KVM/arm64 documentation get sent to the right > > > place. > > > > > > Signed-off-by: Oliver Upton > > > --- > > > MAINTAINERS | 1 + > > > 1 file changed, 1 insertion(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index aacccb376c28..05d71b852857 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -12078,6 +12078,7 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > > > L: kvmarm@lists.linux.dev > > > S: Maintained > > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git > > > +F: Documentation/virt/kvm/arm/ > > > F: arch/arm64/include/asm/kvm* > > > F: arch/arm64/include/uapi/asm/kvm* > > > F: arch/arm64/kvm/ > > > > Should we include the vgic documentation (in > > Documentation/virt/kvm/devices/) as well? They're indeed KVM/arm64 > > stuff. > > Heh, yet another fine example for why I shouldn't send patches on a > Friday evening :) > > Yes, we'll want to fold those in too, thanks for spotting this. With that added: Acked-by: Zenghui Yu