From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932894AbdA0Oyp (ORCPT ); Fri, 27 Jan 2017 09:54:45 -0500 Received: from mx2.suse.de ([195.135.220.15]:54840 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754906AbdA0OyI (ORCPT ); Fri, 27 Jan 2017 09:54:08 -0500 Subject: Re: [PATCH v1 3/3] MAINTAINERS: xen, kvm: track pvclock-abi.h changes To: Joao Martins , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, kvm@vger.kernel.org References: <1485365586-21653-1-git-send-email-joao.m.martins@oracle.com> <1485365586-21653-4-git-send-email-joao.m.martins@oracle.com> Cc: Boris Ostrovsky , Paolo Bonzini , Radim Krcmar , Andy Lutomirski From: Juergen Gross Message-ID: <8880778c-109a-e799-4361-442bcfd72467@suse.com> Date: Fri, 27 Jan 2017 15:54:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1485365586-21653-4-git-send-email-joao.m.martins@oracle.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/01/17 18:33, Joao Martins wrote: > This file defines an ABI shared between guest and hypervisor(s) > (KVM, Xen) and as such there should be an correspondent entry in > MAINTAINERS file. Notice that there's already a text notice at the > top of the header file, hence this commit simply enforces it more > explicitly and have both peers noticed when such changes happen. > > Signed-off-by: Joao Martins > --- > This was suggested by folks at xen-devel as we missed some of the > ABI additions (e.g. flags field in pvti, TSC stable bit) - so this > patch is to help preventing that from happening. Alternatively I > could instead add a "PVCLOCK ABI" section in this file with the > two mailing lists. I don't mind either way. In case of an own section: make it more generic like "PARAVIRT ABIS" as there might be more than PVCLOCK (if not now maybe in future). For both variants: Acked-by: Juergen Gross Juergen > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 26edd83..c4315d1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7041,6 +7041,7 @@ F: Documentation/virtual/kvm/ > F: arch/*/kvm/ > F: arch/x86/kernel/kvm.c > F: arch/x86/kernel/kvmclock.c > +F: arch/x86/include/asm/pvclock-abi.h > F: arch/*/include/asm/kvm* > F: include/linux/kvm* > F: include/uapi/linux/kvm* > @@ -13483,6 +13484,7 @@ M: Juergen Gross > L: xen-devel@lists.xenproject.org (moderated for non-subscribers) > T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git > S: Supported > +F: arch/x86/include/asm/pvclock-abi.h > F: arch/x86/xen/ > F: drivers/*/xen-*front.c > F: drivers/xen/ >