Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp123786pxx; Mon, 26 Oct 2020 05:03:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxKz9CCKApqlDSfxDwiLMTiWdB1ncQqc1DoiNpzsYBYDzk/RWeCRy9dQc3g/RDm/63mCb12 X-Received: by 2002:a17:906:4410:: with SMTP id x16mr10625571ejo.307.1603713822837; Mon, 26 Oct 2020 05:03:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603713822; cv=none; d=google.com; s=arc-20160816; b=PwX3Qy1v2+VWTgtFca9yTnGc9p9lAxzw7cqlSXq/g+s+SZXge/opQQLO+QWznvkmvN C2Qw6s2UfGEj4DPYodONvsRhm7o6u7dy/yxZM1S39wcV8C1QIRJBjrrN0Yb5JXWINCZE VvjjjRSdg7DheuAm8dYu8Tsx7TZF3RML1N4MCI4pX2k3ixBPn/K9SoTBVWCK1RXnbbfW hQfZeqLYJBT6duv0249eJUDaoy/50ET0JU0WuVPezAIYG+T+FWf3lb6B+//LMoB74xgc 1R9rc2ImochZspYY33vISAH9ee4pVa9ve/4dBlRM7owkOygS9hsKzBKpwX0KHD/kPgsE uA1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:cc:to:from:date; bh=qLFfdjdiNV91VmXqspiIOMsN/n1U17yv5AJ+kd9QmJ0=; b=sxjoYWRm56dGVUaEqlPYjOGAA9RyomgLX7Re4ZYBMGv6g5epQDSMqK6p2KzmsqcD9m HFdEymiRl6gsQQOpsqCFNQBhz95Y5z2CJVjQO8fdLvniFZWl0M3Ky3RzcosWREN7BTJw OmdSTR4HW4N6jcclab9l8YoyXwzB8eJvmaDBxixbCEWZJ3+3G90EwuxRO5uuVN70QbGh spTLSAlM0MXC6DfhZaoaZnvzElR0yLPHGRZrAji6YYTyRv2hEuYLXeH8AxXxFyJIMi4e WywyV8ywQYkNSYRbUfMFkmDJtXaksnA3Q1XFGHqCAjLH/1jqnGJHGdZSDUACK+lrccAj EkPA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qx2si6849848ejb.732.2020.10.26.05.03.16; Mon, 26 Oct 2020 05:03:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1771193AbgJZKsO (ORCPT + 99 others); Mon, 26 Oct 2020 06:48:14 -0400 Received: from mx2.suse.de ([195.135.220.15]:55424 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1771043AbgJZKsN (ORCPT ); Mon, 26 Oct 2020 06:48:13 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 10409AE46; Mon, 26 Oct 2020 10:48:12 +0000 (UTC) Received: by lion.mk-sys.cz (Postfix, from userid 1000) id A3B706078A; Mon, 26 Oct 2020 11:48:11 +0100 (CET) Date: Mon, 26 Oct 2020 11:48:11 +0100 From: Michal Kubecek To: linux-s390@vger.kernel.org, Joe Perches Cc: linux-kernel@vger.kernel.org, Jiri Slaby Subject: [Regression] s390x build broken with 5.10-rc1 (bisected) Message-ID: <20201026104811.22ta4pby2chmz4pv@lion.mk-sys.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, 5.10-rc1 builds on s390x fail with make -f ./scripts/Makefile.build obj=arch/s390/boot arch/s390/boot/bzImage make -f ./scripts/Makefile.modpost make -f ./scripts/Makefile.modfinal make -f ./scripts/Makefile.build obj=arch/s390/boot/compressed arch/s390/boot/compressed/vmlinux s1=`s390x-suse-linux-objdump -t -j ".boot.data" "vmlinux" | sort | sed -n "/0000000000000000/! s/.*\s.boot.data\s\+//p" | sha256sum`; s2=`s390x-suse-linux-objdump -t -j ".boot.data" "arch/s390/boot/compressed/vmlinux" | sort | sed -n "/0000000000000000/! s/.*\s.boot.data\s\+//p" | sha256sum`; if [ "$s1" != "$s2" ]; then echo "error: section .boot.data differs between vmlinux and arch/s390/boot/compressed/vmlinux" >&2; exit 1; fi; touch arch/s390/boot/section_cmp.boot.data s1=`s390x-suse-linux-objdump -t -j ".boot.preserved.data" "vmlinux" | sort | sed -n "/0000000000000000/! s/.*\s.boot.preserved.data\s\+//p" | sha256sum`; s2=`s390x-suse-linux-objdump -t -j ".boot.preserved.data" "arch/s390/boot/compressed/vmlinux" | sort | sed -n "/0000000000000000/! s/.*\s.boot.preserved.data\s\+//p" | sha256sum`; if [ "$s1" != "$s2" ]; then echo "error: section .boot.preserved.data differs between vmlinux and arch/s390/boot/compressed/vmlinux" >&2; exit 1; fi; touch arch/s390/boot/section_cmp.boot.preserved.data error: section .boot.data differs between vmlinux and arch/s390/boot/compressed/vmlinux make[1]: *** [arch/s390/boot/Makefile:65: arch/s390/boot/section_cmp.boot.data] Error 1 make[1]: *** Waiting for unfinished jobs.... error: section .boot.preserved.data differs between vmlinux and arch/s390/boot/compressed/vmlinux make[1]: *** [arch/s390/boot/Makefile:65: arch/s390/boot/section_cmp.boot.preserved.data] Error 1 make: *** [arch/s390/Makefile:153: bzImage] Error 2 make: *** Waiting for unfinished jobs.... Bisect identified commit 33def8498fdd ("treewide: Convert macro and uses of __section(foo) to __section("foo")"), i.e. the very last commit before tagging v5.10-rc1. I can reproduce this with e.g. defconfig and both native s390x build and build on x86_64 using cross compiler. I used gcc 10.2.1 and binutils 2.34. Michal