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=-5.8 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 DEED1C433F5 for ; Tue, 14 Sep 2021 02:50:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEB9261159 for ; Tue, 14 Sep 2021 02:50:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237802AbhINCvr (ORCPT ); Mon, 13 Sep 2021 22:51:47 -0400 Received: from ozlabs.org ([203.11.71.1]:59569 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234374AbhINCvr (ORCPT ); Mon, 13 Sep 2021 22:51:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1631587829; bh=JsnAeYbXsFjdk+RoHL+tTHQAs2HG9I8IykG2c562hmI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=jW7eREwP9w272/dsi7k+mRzIGBo7m0BXY67Kv5V3K6eXbic3CLP9qs+l1ltY1OUp9 bbI5tMIsK+S4woQZvjhXJOpjNadrQFIK+RXw4qevqDPGttfg2k8732jwTiWFB6MzOm Q6meSn295Ahto+peB8Oa3jcky1D1B+H87Mr+6JwcPIhcEFX13j/a6LBFmRU/wYxbiK b7+dAOsdvxPrvtfeAK72alqIuoXsInfu6XKRJ9A9P9UelSwudEfFkkfYRb9HN2iMuu ztfDpBnVHPKxxzZlGm9JGBomZnYUyBZCaAv7f9vti3lpzb2o8v5RQhHvwYIz0jiG/S r4kVMPtuRS0wQ== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4H7ns12Qmvz9sR4; Tue, 14 Sep 2021 12:50:29 +1000 (AEST) From: Michael Ellerman To: Linus Torvalds , Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List , PowerPC Subject: Re: linux-next: build failure after merge of the origin tree In-Reply-To: References: <20210914100853.3f502bc9@canb.auug.org.au> <20210914105359.5c651d55@canb.auug.org.au> <20210914120818.4a102b46@canb.auug.org.au> Date: Tue, 14 Sep 2021 12:50:25 +1000 Message-ID: <87mtoflvke.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Linus Torvalds writes: > On Mon, Sep 13, 2021 at 7:08 PM Stephen Rothwell wrote: >> >> That patch works for me - for the ppc64_defconfig build at least. > > Yeah, I just tested the allmodconfig case too, although I suspect it's > essentially the same wrt the boot *.S files, so it probably doesn't > matter. > > I'd like to have Michael or somebody who can actually run some tests > on the end result ack that patch (or - even better - come up with > something cleaner) before committing it. > > Because yeah, the build failure is annoying and I apologize, but I'd > rather have the build fail overnight than commit something that builds > but then is subtle buggy for some reason. > > But if I don't get any other comments by the time I'm up again > tomorrow, I'll just commit it as "fixes the build". I'll have a look and get back to you before tomorrow. cheers