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.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 3FD27C35666 for ; Sat, 22 Feb 2020 17:29:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA36520702 for ; Sat, 22 Feb 2020 17:29:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alien8.de header.i=@alien8.de header.b="SLFjpd8Z" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726767AbgBVR3z (ORCPT ); Sat, 22 Feb 2020 12:29:55 -0500 Received: from mail.skyhub.de ([5.9.137.197]:33546 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726198AbgBVR3z (ORCPT ); Sat, 22 Feb 2020 12:29:55 -0500 Received: from zn.tnic (p200300EC2F1C5400329C23FFFEA6A903.dip0.t-ipconnect.de [IPv6:2003:ec:2f1c:5400:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id D39C21EC027B; Sat, 22 Feb 2020 18:29:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1582392594; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=Q8Zz/tPA4c0tTFwY1epydrU6u1758UfizTFQVuBcSzA=; b=SLFjpd8ZFH2Vok4UxC27nQVm9hf43UKl1gOgWfkI7SH03l3M8vJMMxavJUEBjj19AFEX88 8mCuORff+CcWJ5Fkmqo6fudfKCjkw2o+w35G3D+IbVW2faZjEN0aVjclKHqC9PCSqTH4Cq eqkUcbBZeEGNxnU0XCzu2Fnq0h9pudg= Date: Sat, 22 Feb 2020 18:29:48 +0100 From: Borislav Petkov To: Arvind Sankar Cc: Nathan Chancellor , Fangrui Song , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, clang-built-linux@googlegroups.com, Michael Matz Subject: Re: [PATCH 2/2] x86/boot/compressed: Remove unnecessary sections from bzImage Message-ID: <20200222172948.GC11284@zn.tnic> References: <20200109150218.16544-1-nivedita@alum.mit.edu> <20200109150218.16544-2-nivedita@alum.mit.edu> <20200222050845.GA19912@ubuntu-m2-xlarge-x86> <20200222065521.GA11284@zn.tnic> <20200222070218.GA27571@ubuntu-m2-xlarge-x86> <20200222072144.asqaxlv364s6ezbv@google.com> <20200222074242.GA17358@ubuntu-m2-xlarge-x86> <20200222153747.GA3234293@rani.riverdale.lan> <20200222164419.GB3326744@rani.riverdale.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200222164419.GB3326744@rani.riverdale.lan> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 22, 2020 at 11:44:20AM -0500, Arvind Sankar wrote: > Boris, should I send the fix as a diff to the current patch in tip, or > as a fresh one that can replace it? The offending commit is the top commit on tip:x86/boot so I'll merge your new one with it and thus "convert" the former one into the new one discarding .eh_frame only. Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette