From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:46298 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932349AbbDVO2W (ORCPT ); Wed, 22 Apr 2015 10:28:22 -0400 Date: Wed, 22 Apr 2015 16:28:19 +0200 From: Michal Marek Subject: Re: [PATCH] kbuild/mkspec: Simplify vmlinux.bz2 creation Message-ID: <20150422142819.GA19277@sepie.suse.cz> References: <1429394714-9028-1-git-send-email-bp@alien8.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429394714-9028-1-git-send-email-bp@alien8.de> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Borislav Petkov Cc: LKML , linux-kbuild@vger.kernel.org On Sun, Apr 19, 2015 at 12:05:14AM +0200, Borislav Petkov wrote: > From: Borislav Petkov > > No need for the intermediary vmlinux.orig - bzip2 can keep the original > files used for compression with --keep. > > Signed-off-by: Borislav Petkov > Cc: Michal Marek > Cc: linux-kbuild@vger.kernel.org Applied to kbuild.git#misc. I will push it after v4.1-rc1 becomes available, though. Michal