Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1829926imm; Thu, 9 Aug 2018 02:43:08 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxuj2lW7bKjL7tQ+t/m5vZ3ugfOo49DBJ9e+/so1D1Hcx/qUUTBXsVOTMrAuhGbMaDJyiSo X-Received: by 2002:a63:e457:: with SMTP id i23-v6mr1438932pgk.127.1533807788383; Thu, 09 Aug 2018 02:43:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533807788; cv=none; d=google.com; s=arc-20160816; b=y/lNgdAukcKehs/1Ic72t4j/w8HhyclUvJIlxAHBiQyXvBLfKcgYieW9SqGszTBJXQ 8fHwTCvvNx3ODGqieUyrf3SuQybOCPvjUjgsRKt17z+lBn9cAcT6z6jaXDjzigOLOMoo F4QEzIF3CZ8kqNuDeJ1VSWgRVrwlNZEhw4SxiPTlYKZCH7NCWNsAqEVV17iL7PaO+8Xy FdYpC4ZzFCHJkJ0eT5pQh2pV++Qjdlbr4uwQgmzyKSCX1NwN96sVBQCPV6IDxkiEJTff Mnt7tkG5ot8SP+2HuLGGVBtvBTCDLGew+saWQhtKgrRlxmB68ERzxbItXTJReaQlEjij AuoA== 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:arc-authentication-results; bh=3zmF4NvbQuiYzcMOSXRpl5oBVKjxACXbP9iU2KU+kik=; b=cOClosnNRA0mOmtnMOAfgCDk+t7eaiLepMtuuYjspRqCiegROGYMDbSSe+WFOhliNS TaMi0jMdt1hO6idAZ8deFdXiDlA3mJur4BwuJndElMSvlXnN9MRIYRqnywGLGe3LlkHN hE72J/+zEZroWMTI4gB1ijoUSmRZaSL8LUaPttk56/HWAjRX6rVHtTM6pKPNEgkN5BTs AE+5ZjSoo1fLqNzl+AUbJpUzTH6yorYcXTfWZFsZYEiytEHFcG7W6+7zszM9oVi8jxPz ZS7ZZcn4K96dyJRaPEiEDN0XonV8i9N2KUpmYg1jHLMNW+GXWH72WzKttf2/ztBSlLwF Ih1g== 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 6-v6si7309781pfk.287.2018.08.09.02.42.53; Thu, 09 Aug 2018 02:43:08 -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 S1730377AbeHIMGA (ORCPT + 99 others); Thu, 9 Aug 2018 08:06:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:44922 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729848AbeHIMGA (ORCPT ); Thu, 9 Aug 2018 08:06:00 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D78FFAB99; Thu, 9 Aug 2018 09:41:56 +0000 (UTC) Date: Thu, 9 Aug 2018 11:41:54 +0200 From: Joerg Roedel To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the tip tree Message-ID: <20180809094154.v6aj7fpsenkcmo47@suse.de> References: <20180809092420.094e8722@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180809092420.094e8722@canb.auug.org.au> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, On Thu, Aug 09, 2018 at 09:24:20AM +1000, Stephen Rothwell wrote: > Invalid absolute R_X86_64_32S relocation: __end_rodata_aligned > /kisskb/src/arch/x86/boot/compressed/Makefile:127: recipe for target 'arch/x86/boot/compressed/vmlinux.relocs' failed > > Caused by commit > > 39d668e04eda ("x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit") Thanks for the report! I only built the source with gcc-4.8 and gcc-7.3, so I didn't catch this earlier. I have a fix now and will send it as a separate reply in this thread. Thanks, Joerg