Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2445735ybi; Sun, 9 Jun 2019 12:01:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqySGDu6lPXTJSdo96t8yhBeB38eAFjfwDyeg6yCLT0rvjoqfLwl1G2za1VCV0Pc5DuMdMu0 X-Received: by 2002:a17:90a:ad41:: with SMTP id w1mr17227291pjv.52.1560106869612; Sun, 09 Jun 2019 12:01:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560106869; cv=none; d=google.com; s=arc-20160816; b=c1QIxKv3JEfxCdsfjbEgIhq2CnUfAfqCndisoe0i/iiK8/LAMFVGVnDpQfMzKxM99O IQZ3Fu4PDxZdrLt1qZudv542eVy33K2G1dao+fiViZFUoexQlTpIlboCwGOABW3mP4da ScdqPqBbPaIvfVNfLvORGs1RqnHNxThzmlNAdRWDSwtTjAhaPgJ3LJqlVtwQn/n03DOX 8n003lib7kgLilmMI4gXbc1GXDSkTpt4KvCjdoNSvJT5Px4bkSd0NpEmLOkKIi6KCU9a OpJPcj2J7dPsr8gMApKsGKaCZT0foS+1NaTp1nsIEwpdwIIJkb5VdtQhozWOlZphJbDz C6pQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=lgIo4eU1YsSvVhTO9SiUfHIk0gx1JfwZwyyeNORlTvo=; b=iNBmL4absX6dR/t2OWsFoeh4sTSnyNmqkxSOJesy+KhtBnut2avPycjutfLqsYT9XQ 9ezhfKbVRMJHmfIhB1hrQVLagNp0vmPi6kW2Gj7ZeESe3/+YImCAl6H2g5+0bj34U8OZ /tuOzJYn3eY5vYhSlLoZw61ACbJehQ11HR7CJs9dmxFR8fa+9x4G15tGbbliTxAt3ZUV Y1iYgRF2uOsGtDow4f9ML161mjkFF8QS7Jkj4cKATUo2P0fnuRD4/t/Jk/yjRHOslLld hMhCbA2GM0tGEdA2383DQcUKDe4E5GBJD2sxu8OMwVcbfqZePKSd2gfPvJLlu3zHtXjo SoiQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e14si7876195pgi.586.2019.06.09.12.00.53; Sun, 09 Jun 2019 12:01:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730201AbfFISkW (ORCPT + 99 others); Sun, 9 Jun 2019 14:40:22 -0400 Received: from freki.datenkhaos.de ([81.7.17.101]:58388 "EHLO freki.datenkhaos.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729415AbfFISkW (ORCPT ); Sun, 9 Jun 2019 14:40:22 -0400 Received: from localhost (localhost [127.0.0.1]) by freki.datenkhaos.de (Postfix) with ESMTP id 0BA6413D02E3; Sun, 9 Jun 2019 20:40:20 +0200 (CEST) Received: from freki.datenkhaos.de ([127.0.0.1]) by localhost (freki.datenkhaos.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PVHEsyn7Y6u4; Sun, 9 Jun 2019 20:40:18 +0200 (CEST) Received: from probook (x4db417da.dyn.telefonica.de [77.180.23.218]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by freki.datenkhaos.de (Postfix) with ESMTPSA; Sun, 9 Jun 2019 20:40:18 +0200 (CEST) Date: Sun, 9 Jun 2019 20:40:13 +0200 From: Johannes Hirte To: Klaus Kusche Cc: keescook@chromium.org, bp@suse.de, samitolvanen@google.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/build: Move _etext to actual end of .text Message-ID: <20190609184013.GA11237@probook> References: <502d5b36-e0d0-ffcc-5dd4-35db9d033561@computerix.info> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <502d5b36-e0d0-ffcc-5dd4-35db9d033561@computerix.info> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019 Jun 09, Klaus Kusche wrote: > > Hello, > > Same problem for linux 5.1.7: > Kernel building fails with the same relocation error. > > 5.1.5 does not have the problem, builds fine for me. > > Is there anything I can do to investigate the problem? > Please try linux 5.1.8. The problematic patch was reverted there. -- Regards, Johannes