Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2730960pxb; Tue, 9 Mar 2021 09:27:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJyNnWQ+32kqpv9qAdhuX/wwW4YFRvdJceMn6xE1EdDxsVPRhG45GnP4aZ+/W5efzANsuQuI X-Received: by 2002:aa7:cd8c:: with SMTP id x12mr5489895edv.355.1615310841160; Tue, 09 Mar 2021 09:27:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615310841; cv=none; d=google.com; s=arc-20160816; b=egBAVOPIjAD7uc2UANET31CpkqGmXul3TuEZgDUPFlHGCVJ8xcA0Z9hjMv/1kpu3Um 8kzjvQhEFTHmJYUlRopDCziGeszsSxFuKTTmbdDaK+5mhsWTqNnmi7jp0z8xs3gk1oxw pwwTC6ZBtXbVPmLIrRMT7rjfxZbbKIyWXEly0mNysNC0cr0KGGvf0jF+PS3lOVXp2rcC ryFnJUKqVjU+RinFMIbWrsAX2/s1Iv+CMc04g/7jLGrgQcCrMBuRGySbTmYAOSBfgvx2 mHKiulFASTOY96papTs4b6Jb7C79YFzjpQzPbFUB59NQC92am3nkxZvynmcsbLKhy+Ij Himg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:content-disposition:mime-version :message-id:subject:cc:to:from:date; bh=dfyHlADixMtITr0POJNIGbeNgIsN5Wiw3O8AG9NYSGw=; b=RAdG3cRcIVw68Jdn3hjMvNm//RvaLUDt8uOy+Y7VDEUlNQR5i2VMNxKzkTLGFBhfsl GQeZGs6HZniseRrZi2Qbby6vgrcDjp2rkzxPrTe8MXJQx9a1oQzpbyQc7QRYdW+sn3g+ zFsX1xzLLZV/lkewYRZMhSsHOX26Xs6ylhjy8zuCsQCX8XnvF/bueYufyPGAX31qrUxL FbQpZvQYhvEwq9X47X0+qGQB/tKN4hu33KKjjLMzQx71bfnZr2HLfAuP/X+uNvTJTbqv 0DXrScYaAY7ERFAE0Av10mH1ZpUpZ94zvX0KM63yOIJgx4OuhDQJ6OIt0sumfF75KyPF fRxQ== 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 o21si9388206ejc.724.2021.03.09.09.26.56; Tue, 09 Mar 2021 09:27:21 -0800 (PST) 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 S231325AbhCIRZ0 (ORCPT + 99 others); Tue, 9 Mar 2021 12:25:26 -0500 Received: from mx2.suse.de ([195.135.220.15]:44454 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230425AbhCIRZF (ORCPT ); Tue, 9 Mar 2021 12:25:05 -0500 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 F1219AEC4; Tue, 9 Mar 2021 17:25:03 +0000 (UTC) Date: Tue, 9 Mar 2021 18:25:02 +0100 From: Michal =?iso-8859-1?Q?Such=E1nek?= To: Masahiro Yamada Cc: Philipp Rudo , linux-kernel@vger.kernel.org, Michal Kubecek Subject: dummy-tools regression on Linux 5.12 Message-ID: <20210309172502.GA6564@kitsune.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.11.3 (2019-02-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, on 5.11 I can update the config with dummy-tools but in 5.12 it no longer works: make ARCH=powerpc CROSS_COMPILE=scripts/dummy-tools/ oldconfig scripts/dummy-tools/gcc: unknown compiler scripts/Kconfig.include:44: Sorry, this compiler is not supported. make[1]: *** [scripts/kconfig/Makefile:63: oldconfig] Error 1 make: *** [Makefile:605: oldconfig] Error 2 I think the new copiler version checks in 5.12-rc1 don't work with dummy tools. Any idea which side should be adjusted? Thanks Michal