From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73648C433F5 for ; Mon, 28 Feb 2022 18:32:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238308AbiB1SdS (ORCPT ); Mon, 28 Feb 2022 13:33:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240989AbiB1Scx (ORCPT ); Mon, 28 Feb 2022 13:32:53 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9165E90266; Mon, 28 Feb 2022 10:16:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description; bh=dICcsoDk333ljL1gV1LjYHKVxlY+plpbc6kX/fhnUjM=; b=Nc1YKC9fa7/kqB+n77vaXmUx/9 OpsXO/XunyzmVNd281ek80dpWWyFY4bJqgTvLg89Gm4v8t2RB/pAXobeLX7AT7Xx+waA3/gexbNGd aqX8LjXI4BMNyrLx/ZPscZWf3vrclE1Bp0zX/0/Qip/758D7twN0OAjPBJgqEWOu3c8MWQoHPheie KlGQSUJHNwh3uBoGYFXQhXVEYiORieZwX9O9n3G66/tU8RmHEnNrVh10T6N1E5jBQ4MHW+nYdy4YW 42iVNg9Y/ypuZjF2/XNxfqJ2k6hH67W1+lxSp+wcnadO4AAaamBSTLbpPBk5e3jUGT6j0rUstky9A BFvYRC8A==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOkZG-00DgdD-SC; Mon, 28 Feb 2022 18:16:18 +0000 Date: Mon, 28 Feb 2022 10:16:18 -0800 From: Luis Chamberlain To: Stephen Rothwell Cc: broonie@kernel.org, Jessica Yu , Aaron Tomlin , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the modules tree Message-ID: References: <20220221160721.1627006-1-broonie@kernel.org> <20220228161307.0467e4e1@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220228161307.0467e4e1@canb.auug.org.au> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 28, 2022 at 04:13:07PM +1100, Stephen Rothwell wrote: > Hi all, >=20 > On Tue, 22 Feb 2022 16:32:12 -0800 Luis Chamberlain w= rote: > > > > Thanks for the report Mark. Aaron, did you fix this issue on your latest > > series? > >=20 > > On Mon, Feb 21, 2022 at 04:07:21PM +0000, broonie@kernel.org wrote: > > > Hi all, > > >=20 > > > After merging the modules tree, today's linux-next build (KCONFIG_NAM= E) >=20 > This was a powerpc ppc64_defconfig build. >=20 > I am still getting this build failure. A v9 from Aaron is still in the works so I've dropped all the patches on linux-next and reset the it to Linus' tree for now. Luis