From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751533AbcFXHiE (ORCPT ); Fri, 24 Jun 2016 03:38:04 -0400 Received: from canardo.mork.no ([148.122.252.1]:43866 "EHLO canardo.mork.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbcFXHiC convert rfc822-to-8bit (ORCPT ); Fri, 24 Jun 2016 03:38:02 -0400 From: =?utf-8?Q?Bj=C3=B8rn_Mork?= To: Wilfried Klaebe Cc: linux-kernel@vger.kernel.org, mmarek@suse.cz Subject: Re: [REPOST, PATCH] builddeb: really include objtool binary in headers package Organization: m References: <20160623214421.GD3554@kaos.lebenslange-mailadresse.de> Date: Fri, 24 Jun 2016 09:32:24 +0200 In-Reply-To: <20160623214421.GD3554@kaos.lebenslange-mailadresse.de> (Wilfried Klaebe's message of "Thu, 23 Jun 2016 21:44:22 +0000") Message-ID: <87shw3vy7r.fsf@nemi.mork.no> User-Agent: Gnus/5.130015 (Ma Gnus v0.15) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Wilfried Klaebe writes: > 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. Ah, right - shows just how much I tested that :) If you end up with a v2, then please add Fixes: 697bbc7b8320 ("builddeb: include objtool binary in headers package") as well, so it's easier to automatically map your fix against the buggy commit. I'll leave it to Michal and you to decide whether this is worth a v2 or not... Thanks for fixing this. Bjørn