Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3497377imm; Tue, 17 Jul 2018 05:58:38 -0700 (PDT) X-Google-Smtp-Source: AAOMgpd1RhuaG48eWUvGHGwOcmiuF1IRcZNYFVK0c00KavCmQ+XoxRE/6+J1IrfS8bMk+65oJBQM X-Received: by 2002:a63:68c1:: with SMTP id d184-v6mr1484165pgc.239.1531832318636; Tue, 17 Jul 2018 05:58:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531832318; cv=none; d=google.com; s=arc-20160816; b=D8XMD3Yw/X1olny0P6Plb5NbR42pnYCZatVAoQKg55qPY1nS3lCslKfsgxPIgY2h1D TnkKrj0z4I13tzbwRlW/eei6CupWF/cfJ2gUtC1p7tVlTwSuNcmR3ahPilYuV70RKPJc cnU9e2A4eHImY9NLZA1/XOcSLex5jS2df8tLmMw4gTNXdzQaV7ovJ+dNIBKZcH7/+1Yh AuB1UXCcaHFog/c+tMn+JVSXdj72EUNdsqkrAQxfAfXi0gN6dDreZGORC02PjObdBVmO KUggutCHNm6qLBE3eZczezg5Mwl+7776MnF1GROVv4Uz6zJLtvfAPcL/pDH2+71sAiA3 ohrg== 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=5flGEIF1Gfjc2VCwZ9QE7zLG9PCO3X9/uUvbxWaNQOk=; b=P8TxIjgdas2QSZKYw+PEUceYuBN6tWm4g0K9SPLNSRPsYnpfChOSNgGwqAvXxeUYcI N0Aj5NFiye+ZYTFIP7mzFyGEG9HHnPD+YlppRI0ljsFVtmbWxhb6wjnqarLkVQyueaa2 I1wepJV/kuOVMPBeWtU+7Pb8a0Ew884pXzA2hT/9TlWawIKLjiLxuG/iIT2mUiJgX8qX wK7VBZWhgripNp7+ncfGUXDlbBoq794rj9M8p8DALx2xs/rCEf2Ljuu35Vd2eWkiEZVz thp6eLrYkdDAQVIahbjKceucZa/rls3V2pgCGSWaDtE1BkrtVCF0L3xgDFhBHudLUpZt 5PhQ== 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 x25-v6si939459pfi.138.2018.07.17.05.58.23; Tue, 17 Jul 2018 05:58:38 -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 S1731566AbeGQN3n (ORCPT + 99 others); Tue, 17 Jul 2018 09:29:43 -0400 Received: from verein.lst.de ([213.95.11.211]:51235 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728515AbeGQN3n (ORCPT ); Tue, 17 Jul 2018 09:29:43 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 0329A7FDC5; Tue, 17 Jul 2018 14:59:42 +0200 (CEST) Date: Tue, 17 Jul 2018 14:59:41 +0200 From: Christoph Hellwig To: Randy Dunlap Cc: Masahiro Yamada , Christoph Hellwig , Richard Weinberger , Linux Kbuild mailing list , linux-um@lists.infradead.org, Linux Kernel Mailing List Subject: Re: [PATCH 4/9] kconfig: include common Kconfig files from top-level Kconfig Message-ID: <20180717125941.GA12575@lst.de> References: <20180708152004.21679-1-hch@lst.de> <20180708152004.21679-5-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 16, 2018 at 11:33:38PM -0700, Randy Dunlap wrote: > Thanks for noticing that. > > I have tested all $ARCH (except um) with "allmodconfig" and so far, arch/sh/ > is the only one that has a problem. I'm a little busy right now, I'll got back to fix sh and retest in a few days hopefully.