Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755589AbdCJVU7 (ORCPT ); Fri, 10 Mar 2017 16:20:59 -0500 Received: from mx2.suse.de ([195.135.220.15]:60485 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755361AbdCJVUv (ORCPT ); Fri, 10 Mar 2017 16:20:51 -0500 Subject: Re: [PATCH 1/6] arm64: Use full path in KBUILD_IMAGE definition To: Will Deacon References: <20161122213434.14788-1-mmarek@suse.com> <20170310175854.GE18894@arm.com> Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, Catalin Marinas , linux-arm-kernel@lists.infradead.org From: Michal Marek Message-ID: Date: Fri, 10 Mar 2017 22:20:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: <20170310175854.GE18894@arm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 29 Dne 10.3.2017 v 18:58 Will Deacon napsal(a): > Hi Michael, > > On Tue, Nov 22, 2016 at 10:34:29PM +0100, Michal Marek wrote: >> The KBUILD_IMAGE variable is used by the rpm and deb-pkg targets, which >> expect it to point to the image file in the build directory. The >> builddeb script has a workaround for architectures which only provide >> the basename, but let's provide a clean interface for packaging tools. >> >> Cc: Catalin Marinas >> Cc: Will Deacon >> Cc: linux-arm-kernel@lists.infradead.org >> Signed-off-by: Michal Marek >> --- >> arch/arm64/Makefile | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > > What's the plan for this patch? I'm happy to merge it, Great, please merge it. > but I don't see > the rest of the series queued anywhere. I'll see what remains and submit the rest via the kbuild tree. Thanks, Michal