From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752168AbeCNQNT (ORCPT ); Wed, 14 Mar 2018 12:13:19 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:36434 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751426AbeCNQNR (ORCPT ); Wed, 14 Mar 2018 12:13:17 -0400 Date: Wed, 14 Mar 2018 09:13:17 -0700 From: Christoph Hellwig To: Vitaly Kuznetsov Cc: kvm@vger.kernel.org, x86@kernel.org, Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , "Michael Kelley (EOSG)" , Mohammed Gamal , Cathy Avery , Bandan Das , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/7] x86/hyper-v: move hyperv.h out of uapi Message-ID: <20180314161317.GA19701@infradead.org> References: <20180309140249.2840-1-vkuznets@redhat.com> <20180309140249.2840-2-vkuznets@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180309140249.2840-2-vkuznets@redhat.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 09, 2018 at 03:02:43PM +0100, Vitaly Kuznetsov wrote: > hyperv.h is not part of uapi, there are no (known) users outside of kernel. > We are making changes to this file to match current Hyper-V TLFS and we > don't want to maintain backwards compatibility. > > Move the file renaming to hyperv-tlfs.h to avoid confusing it with > mshyperv.h. In future, all definitions from TLFS should go to it and > all kernel objects should go to mshyperv.h or include/linux/hyperv.h. What is TLFS? And hows does it differe from mshyperv.h?