From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:44196 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726979AbeHHK7e (ORCPT ); Wed, 8 Aug 2018 06:59:34 -0400 Date: Wed, 8 Aug 2018 10:40:49 +0200 From: Greg KH To: "Jin, Yao" Cc: Andi Kleen , stable@vger.kernel.org, "Jin, Yao" , "Liang, Kan" Subject: Re: perf: Support uncore in 4.9.112 Message-ID: <20180808084049.GA24734@kroah.com> References: <02cf6d3a-b138-20f7-7181-0d2eca601bbc@linux.intel.com> <20180718092950.GD17551@kroah.com> <20180718170944.GF25412@tassilo.jf.intel.com> <20180718173955.GA1132@kroah.com> <89ce7147-3116-bb81-85a8-f97401c66a56@linux.intel.com> <20180807130934.GA14470@kroah.com> <20180808064001.GA23497@kroah.com> <7e63c7da-e883-04ab-abf7-6ccf87ff3a70@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7e63c7da-e883-04ab-abf7-6ccf87ff3a70@linux.intel.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Aug 08, 2018 at 03:37:54PM +0800, Jin, Yao wrote: > 182 files changed, 97061 insertions(+), 159 deletions(-) Look at that, 97 thousand lines added :( Yes, almost everything here is in tools/perf/ which leads me to ask why can't you just run a newer kernel's perf on 4.9 and have all of this support? Why do you need these in the stable 4.9 release in order for this to work properly? And as you can see here, that's really way too big for a stable kernel release, how can you justify it based on the stable kernel rules? thanks, greg k-h