From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751937AbdAXAvK (ORCPT ); Mon, 23 Jan 2017 19:51:10 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33457 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750873AbdAXAvJ (ORCPT ); Mon, 23 Jan 2017 19:51:09 -0500 Subject: Re: [PATCH] ARM: Ignore compressed kernel build products To: linux-arm-kernel@lists.infradead.org References: <20161208185449.7196-1-f.fainelli@gmail.com> Cc: Russell King , Masahiro Yamada , open list From: Florian Fainelli Message-ID: Date: Mon, 23 Jan 2017 16:51:07 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161208185449.7196-1-f.fainelli@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/08/2016 10:54 AM, Florian Fainelli wrote: > When we select a kernel compression scheme, we will end-up with e.g: > piggy.xzkern under arch/arm/boot/compressed/, let's ignore these files. > > Signed-off-by: Florian Fainelli I took the liberty to submit this patch as 8645/1 since it is a trivial change. Thanks! -- Florian