Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp695522pxf; Thu, 1 Apr 2021 11:07:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyPDyCYsPa8A9eb1Qr45S5xTAA92jjav7rM8dGwnUwumm0EAeeh8/56ucQFGFT5XMpt4k8m X-Received: by 2002:a05:6602:2e95:: with SMTP id m21mr7795193iow.9.1617300428527; Thu, 01 Apr 2021 11:07:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617300428; cv=none; d=google.com; s=arc-20160816; b=b9mxNYTtkf78+J17Ominfh9RlCRf8pGQWflpzt5XSZivJaG4rBZgSlcye0t+J2F4hg fbRN4h9wd+keDGgJZnGCkCzQB3YbyT5yeLXNo1TGy6NNSMoca34jXUBDnBpXRM6rhfd1 NYUKAdzTbLxKRy251h8STNcdN/znhrvSIlcstkceZVt8z7PK9opgIDbqgQ3omVM0oPCi fnwOjVKW2t8mGB2I3yQz3hNJ7MWFlAMDQvV2Mb85Q8p0xh8vNeAlXWvRuoN5tKonuCh6 RAZi1Od0Z/cgCijnj9GQLGJjxDhix+Z7swSBm9KqP+w8LRyEEwc29jPT9XTar0IeOuhf X3/A== 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=GSMGwnWpqMw1PjhplvsqGIGqmn0iUdseq7LxmPI7qG8=; b=q6GPA3pVzd21j6Im9OqJ7nfFU0tlo+cdjTg0soOTEexR11vYb/WRxTSWlKROLsGwDU 1W6o/rLEZSHlVG42EfFsbw/jGeSGaVS/oNAI6DodL3GX5sO2H7Bjvt3IB0AGOjRwZS2d giv1DXVqidFlQKfD7ASrLt/w03IyFHDl/W4Ue5OmLl0aYgmPZfZnghkGIljGR2XDGjEe JEp06ssz2QhECUBNxDwJYqvs6wB9cr0h9YUVftB/8hHHdjhlmgHHH+GL7lIgkM62q0/U Eam7SlCKdJjlQg+jMA8AeE4PsGBmjPH58a4AlfDyF2bvxmPfHvfqCEhgQ01dRJzM+0HP WgWA== 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 a11si5163931ila.129.2021.04.01.11.06.54; Thu, 01 Apr 2021 11:07:08 -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 S238090AbhDASFY (ORCPT + 99 others); Thu, 1 Apr 2021 14:05:24 -0400 Received: from mx2.suse.de ([195.135.220.15]:33432 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236575AbhDARpi (ORCPT ); Thu, 1 Apr 2021 13:45:38 -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 3A1E1AE5C; Thu, 1 Apr 2021 12:39:46 +0000 (UTC) Date: Thu, 1 Apr 2021 14:39:44 +0200 From: Michal =?iso-8859-1?Q?Such=E1nek?= To: Masahiro Yamada Cc: Philipp Rudo , linux-kernel@vger.kernel.org Subject: allmodconfig not working with dummy-tools Message-ID: <20210401123944.GJ15381@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, running allmodconfig with dumy-tools I get: which: no elfedit in (./scripts/dummy-tools) scripts/dummy-tools/gcc: unknown assembler invoked scripts/Kconfig.include:50: Sorry, this assembler is not supported. scripts/kconfig/Makefile:77: recipe for target 'allmodconfig' failed make[1]: *** [allmodconfig] Error 1 Makefile:648: recipe for target 'allmodconfig' failed make: *** [allmodconfig] Error 2 I use allmodconfig to enable any unknown options on new kernel version automaticallly so it can be build-tested. Can this be fixed or is there some other way of automatically udating the config after new options are added? Thanks Michal