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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03D0FC04EBE for ; Thu, 8 Oct 2020 14:09:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A33FC21897 for ; Thu, 8 Oct 2020 14:09:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="eyb/ytN8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730502AbgJHOJ2 (ORCPT ); Thu, 8 Oct 2020 10:09:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730469AbgJHOJV (ORCPT ); Thu, 8 Oct 2020 10:09:21 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87DCAC061755; Thu, 8 Oct 2020 07:09:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=xQnI5k0UWbQqEXwkaaqkzKf//Jwim2eyhVqcWr5X3k0=; b=eyb/ytN85F4OFwh/oOn68rQQiT AmoWru00FPRzao0qpCuB9UwUnJrsyO7m8PQ5sn+WuLeZpbFR6WVWuuhWY7XqgoWdzZKDmvRb9gI9/ aX+eWxsLCaXmpmJORZFG0WhLmCWaMTB1AfEJv6gf2E725IQ6EY9YsGh7UHJ9gCr4y1vC3osHCNT/5 M7JK76IZ4zjMZXRsWgkQUGqk4eQPInphO1SoPm8SyN7r5rYPFKj3bDP2iDqiUZWiwC5tVKX0BFxrR k4S717MFQ1Zbx8VIbgChK4RvzrmdKuBYFQvMJYYpeCA8s+Ih2WoT9RLpV1Hi8dDJbreDHzxuRurqU Pf0urdbw==; Received: from willy by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kQWbf-0003EA-2z; Thu, 08 Oct 2020 14:09:19 +0000 Date: Thu, 8 Oct 2020 15:09:19 +0100 From: Matthew Wilcox To: Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build failure after merge of the xarray tree Message-ID: <20201008140919.GF20115@casper.infradead.org> References: <20201008175540.13dc645d@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201008175540.13dc645d@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 08, 2020 at 05:55:40PM +1100, Stephen Rothwell wrote: > After merging the xarray tree, today's linux-next build (x86_64 > allmodconfig) failed like this: Thanks, fixed both problems.