Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1885410pxf; Sat, 3 Apr 2021 03:52:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwojQJ9TmyLlTnzdghUl6mPo4qN1eZ5WBWg+thwOb0jDBNgPHLPIdQLr2duH/0vwwxNEySn X-Received: by 2002:a05:6402:30a2:: with SMTP id df2mr20170047edb.29.1617447149746; Sat, 03 Apr 2021 03:52:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617447149; cv=none; d=google.com; s=arc-20160816; b=a+q4XUb5eBgysTpQh9zTPDuq8n1mGAHDfDr95yAuuHfrD9eswwuhCXyWOvQRclx8/j J69hmfTjQQgVwamxZGCZWv+HwfyWo1bF/P6EIDpap1brXq0CwAYjyOLQWlMOzFROTaaE azEXIZ5vst0F7oYmJncyMwI/AABlVnQ64M6kJ2khzy/lsrHTLUbvSH390J0pEp0sz59c I4HrOOowt+iNCM6pU7fiqEVqUJFCw+VNSEx6Wz5dcXnpBftfTKvBgObXAy0sRJKvxXIR 32zg7QBFB8ev/aNajrVIChNRIdNNjU+PKAiZQXFxi+14KSOX+1Cyt78whS+jHQlrmRpF DPgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=NjY5AVKzoZKtJLvywp61uu5OC/RQIU+l+fXG2BxRCaA=; b=oZCnkARnmSyEteMgpxOoyFyGNCb8IHAg/2s7K9iJqcNsdR/8TOYi2wcs/epPrwR5ht 0+cxviWQqqnzv3tS2u7QXJA3XGiPOPsHKPUDzObgrbFLjfaBClBuc3IVOWCpBeGYLz3n deZOwB/b5n/emHjivxd+TZsjYaB7m0EiiKTfus+M42IuLUcWcLg9vViWS/WMJ6JVgWo/ dmj6D+OU4gOthmRGkcByPuAXRW2vK3dIo8LxvptmdUdqxhIo3UKz1WRZ/u9ZYAT++VJI IythKyL1oi4dE1a/YeeJrv8EgkxsRydfAjTXMxu3eTy3ql49FS9gDAqIxttBS3tOqW82 79lw== 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 r1si8442609edp.303.2021.04.03.03.52.07; Sat, 03 Apr 2021 03:52:29 -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 S236496AbhDCKnH (ORCPT + 99 others); Sat, 3 Apr 2021 06:43:07 -0400 Received: from mx2.suse.de ([195.135.220.15]:35734 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235604AbhDCKnH (ORCPT ); Sat, 3 Apr 2021 06:43:07 -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 A5341ABF6; Sat, 3 Apr 2021 10:43:03 +0000 (UTC) Date: Sat, 3 Apr 2021 12:43:02 +0200 From: Michal =?iso-8859-1?Q?Such=E1nek?= To: Masahiro Yamada Cc: Philipp Rudo , Linux Kernel Mailing List Subject: Re: allmodconfig not working with dummy-tools Message-ID: <20210403104302.GX6564@kitsune.suse.cz> References: <20210401123944.GJ15381@kitsune.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, thanks for the fix. On Fri, Apr 02, 2021 at 01:26:38AM +0900, Masahiro Yamada wrote: > On Thu, Apr 1, 2021 at 9:39 PM Michal Such?nek wrote: > I squashed the following. Please wait for tomorrow's linux-next. > diff --git a/scripts/dummy-tools/gcc b/scripts/dummy-tools/gcc > index 39e65fee59bd..f6d543725f1e 100755 > --- a/scripts/dummy-tools/gcc > +++ b/scripts/dummy-tools/gcc > @@ -67,6 +67,12 @@ if arg_contain -E "$@"; then > fi > fi > > +# To set CONFIG_AS_IS_GNU > +if arg_contain -Wa,--version "$@"; then > + echo "GNU assembler (scripts/dummy-tools) 2.50" > + exit 0 > +fi > + > if arg_contain -S "$@"; then > # For scripts/gcc-x86-*-has-stack-protector.sh > if arg_contain -fstack-protector "$@"; then Looks like this did not make it to linux-next (0104 does not have it, 0204 does not exist). Nonetheless, applying the fixup resolves the problem. Thanks Michal