From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v6 01/11] perf/x86/intel/pt: Move Intel-PT MSR bit definitions to a public header Date: Mon, 30 Apr 2018 15:57:27 +0200 Message-ID: <20180430135727.GA12258@hirez.programming.kicks-ass.net> References: <1521544918-31084-1-git-send-email-luwei.kang@intel.com> <1521544918-31084-2-git-send-email-luwei.kang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, pbonzini@redhat.com, rkrcmar@redhat.com, linux-kernel@vger.kernel.org, joro@8bytes.org, Chao Peng To: Luwei Kang Return-path: Content-Disposition: inline In-Reply-To: <1521544918-31084-2-git-send-email-luwei.kang@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, Mar 20, 2018 at 07:21:48PM +0800, Luwei Kang wrote: > From: Chao Peng > > Intel Processor Trace virtualization enabling in guest need > to use these MSR bits, so move them to public header msr-index.h. > Introduce RTIT_CTL_FABRIC_EN and sync the definitions to > latest spec. You forgot to Cc the maintainers. Also, this patch does 2 things, I think we have a rule that says that's a bad thing.