From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbcFUNiU (ORCPT ); Tue, 21 Jun 2016 09:38:20 -0400 Received: from foss.arm.com ([217.140.101.70]:40587 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369AbcFUNiO (ORCPT ); Tue, 21 Jun 2016 09:38:14 -0400 Date: Tue, 21 Jun 2016 11:34:26 +0100 From: Will Deacon To: Catalin Marinas Cc: Masahiro Yamada , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: add boot image dependencies to not generate invalid images Message-ID: <20160621103425.GP29165@arm.com> References: <1466473440-18887-1-git-send-email-yamada.masahiro@socionext.com> <20160621103217.GA14542@e104818-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160621103217.GA14542@e104818-lin.cambridge.arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 21, 2016 at 11:32:17AM +0100, Catalin Marinas wrote: > On Tue, Jun 21, 2016 at 10:44:00AM +0900, Masahiro Yamada wrote: > > I fixed boot image dependencies for arch/arm in commit 3939f3345050 > > ("ARM: 8418/1: add boot image dependencies to not generate invalid > > images"). > > > > I see a similar problem for arch/arm64; "make -jN Image Image.gz" > > would sometimes end up generating bad images where N > 1. > > > > Fix the dependency in arch/arm64/Makefile to avoid the race > > between "make Image" and "make Image.*". > > > > Signed-off-by: Masahiro Yamada > > Acked-by: Catalin Marinas > > Will, could you please pick this up for 4.7? Maybe with a cc stable. Yup, will do. Will