From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 504F5C433FF for ; Wed, 31 Jul 2019 19:44:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 298B0206B8 for ; Wed, 31 Jul 2019 19:44:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=duncanthrax.net header.i=@duncanthrax.net header.b="MdfDIjas" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726800AbfGaToR (ORCPT ); Wed, 31 Jul 2019 15:44:17 -0400 Received: from smtp.duncanthrax.net ([89.31.1.170]:40455 "EHLO smtp.duncanthrax.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727482AbfGaToR (ORCPT ); Wed, 31 Jul 2019 15:44:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=duncanthrax.net; s=dkim; h=In-Reply-To:Content-Type:MIME-Version:References :Message-ID:Subject:Cc:To:From:Date; bh=8TU+uu4ygzaWr2HnWvVFvnRd1rLZsP+rfl6of4DmN9s=; b=MdfDIjasZWQF36wckaSCwgKKp0 0k0by1B2X0X2aPR7TAumNPSu7i035Dc1yU/WaSBN9gbWSXaxYe/52/rz0/ReapUfzOe15piYRBY7x cl+56D2PROBacexmxzm89pnSL7N+DfyOzInjPEktNRnC6yVa3KbZBU/7hN8kF1KJkgGI=; Received: from [134.3.44.134] (helo=t470p.stackframe.org) by smtp.eurescom.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1hsuWF-0000ag-As; Wed, 31 Jul 2019 21:44:15 +0200 Date: Wed, 31 Jul 2019 21:44:13 +0200 From: Sven Schnelle To: James Bottomley Cc: Parisc List Subject: Re: Compressed kernels currently won't boot Message-ID: <20190731194413.GB23520@t470p.stackframe.org> References: <1564591443.3319.30.camel@HansenPartnership.com> <20190731173016.GA23520@t470p.stackframe.org> <1564595402.3319.40.camel@HansenPartnership.com> <1564602012.3319.45.camel@HansenPartnership.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1564602012.3319.45.camel@HansenPartnership.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org Hi James, On Wed, Jul 31, 2019 at 12:40:12PM -0700, James Bottomley wrote: > What about causing the compressed make to build both a stripped and a > non-stripped bzImage (say sbzImage and bzImage). That way you always > have the stripped one available for small size things like boot from > tape or DVD? but in the usual case we use the bzImage with full > contents. In that case we would also need to build two lifimages - how about adding a config option option? Something like "Strip debug information from compressed kernel images"? Regards Sven