Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1103675pxb; Tue, 9 Feb 2021 23:25:15 -0800 (PST) X-Google-Smtp-Source: ABdhPJyOpYlxA0wP2ElWiZ6CF/hE6aLkZNfIm1uo8jjhTgQKaQipm5srr97mDkIjaeoTRgCoaMR8 X-Received: by 2002:a17:906:17d3:: with SMTP id u19mr1745741eje.316.1612941914984; Tue, 09 Feb 2021 23:25:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612941914; cv=none; d=google.com; s=arc-20160816; b=SIxyMpNNXbNmv4LtoAYXg4rEoIDa9nC4HzFoE5+7RknZGBd+RtuZPgii6OUdu/voP7 DOe596mrYdl75un/u9Ux26Jcqo4fUrGHTk1xxCOc8ovZ4vG4H7LEwdbojaJLEM8c/Lfa qau4dbvFnfhruDDgz0fTZPyamJwMGELajQSx1EYfyPEfOd21Ni9fO1EUFKBfNqmkxMhn ZTalxYE1/GDkqeyEiSL0zzotT3v6PP0JKGoNS27Of1XUxJz0VbG6nUKaNmrwVR4VVfi5 LMfBPWCh5TvRp1K0YKuqirfhXamn1TQE/+5jfnsmrF9WajaXsVBfh16j4X3MRbjdnsmf /JdQ== 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-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=gK9K9SP2ai+p1/xIftoq1AYZNleiixbq7KCcr3msHpQ=; b=gsivCg5fk+CiU5JQ8nwJrDkY+r/qPt7y+UtNYnGv6gcHWZIODiPZ8nr2dvovRxPdhb 2+E+015wLv3T0FxGeA33DE9fECAQ7agqFpNRBWd9mjK/g82L5am8dqdBpO/3+7MUWg4B TJkBBqGUoVg8KzVZu1qiTi8i/R8Lzh09z9Mj7UhpwIQ/wYGQP6ZosZvmGkrrIkjW7i7U N3nqF+aREjhL22DAoJ487ZorEzI00Ecr3sbZzWLurkqievr+5YYLUZxfRylB4B72yx9h +i1FCElTxdjdgVYlDbikiiEgfaXx1umZKZaJ1/nq/28pYlHbzd0fPIbv+sGwSNGZxxo+ 1CMQ== 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 r12si784929edp.601.2021.02.09.23.24.51; Tue, 09 Feb 2021 23:25:14 -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 S232721AbhBIQHM (ORCPT + 99 others); Tue, 9 Feb 2021 11:07:12 -0500 Received: from verein.lst.de ([213.95.11.211]:47225 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232658AbhBIQHJ (ORCPT ); Tue, 9 Feb 2021 11:07:09 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 64E3567373; Tue, 9 Feb 2021 17:06:27 +0100 (CET) Date: Tue, 9 Feb 2021 17:06:27 +0100 From: Christoph Hellwig To: Jessica Yu Cc: Stephen Rothwell , Christoph Hellwig , Linux Kernel Mailing List , Linux Next Mailing List , Michael Ellerman , Masahiro Yamada Subject: Re: linux-next: build failure after merge of the modules tree Message-ID: <20210209160627.GA9188@lst.de> References: <20210209210843.3af66662@canb.auug.org.au> 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) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 09, 2021 at 04:16:20PM +0100, Jessica Yu wrote: > Hmm, these errors don't look like it's related to that particular commit. I was > able to reproduce these weird autoksym errors even without any modules-next > patches applied, and on a clean v5.11-rc7 tree. I OTOH can't reproduce it at all with either linux-next or module-next and the powerpc allyesconfig..