From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752185AbcFWWvI (ORCPT ); Thu, 23 Jun 2016 18:51:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:50335 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752030AbcFWWvG (ORCPT ); Thu, 23 Jun 2016 18:51:06 -0400 Date: Thu, 23 Jun 2016 15:51:04 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, bjorn@mork.no, mmarek@suse.cz, stable@vger.kernel.org Subject: Re: [REPOST, PATCH] builddeb: really include objtool binary in headers package Message-ID: <20160623225104.GA13461@kroah.com> References: <20160623214421.GD3554@kaos.lebenslange-mailadresse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160623214421.GD3554@kaos.lebenslange-mailadresse.de> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 23, 2016 at 09:44:22PM +0000, Wilfried Klaebe wrote: > On May 4th, Bjørn Mork provided patch > 697bbc7b832048d3a679cd55caf2268a325efbe0 to include objtool binaries in > the headers package. However, that one only works if $srctree=$objtree, > because the objtool binaries are not written to the srctree, but > to the objtree. > > Signed-off-by: Wilfried Klaebe > --- > builddeb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.