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 9906DC636CC for ; Mon, 20 Feb 2023 08:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230288AbjBTIIL (ORCPT ); Mon, 20 Feb 2023 03:08:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbjBTIIJ (ORCPT ); Mon, 20 Feb 2023 03:08:09 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6B8FC675 for ; Mon, 20 Feb 2023 00:08:08 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 686F660CF2 for ; Mon, 20 Feb 2023 08:08:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EE65C433EF; Mon, 20 Feb 2023 08:08:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676880487; bh=mAkRFlKPeHCUerommxb7CQ/VP+5UtqEsm2G6Fd1DH+s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IVeEXmwQNp5X/IlQWSgfIwia4Ywwi084+80ZNExpN8emciC88kkWYcrLtEgNRNVzN ruNF2kgzLUgGLzaghyDuWfPqEKOqrHIYMI+WDv8V3O1KBA6vGq+CBYjQWjO+keTy7A EOzmxzc/Fl8FV8BS3MJWS8eLWOp2is3/x7QInOX7US/eRtH/ZaY7GFYzlca3/u2/Ka W2IC//5bV+IrmOs7opcg3DUt9ygQnLcdpmSDzxuDdLfBDnnIEihIC5cG8jxY69bLGk ErqlDbMQ+69LehJvhsVwaUQ1H1wm5zfvbNf+L3cWUVNSdWOC+lyWF6F2fbq2PG7PhL oEbGjwK0f2teg== Received: by pali.im (Postfix) id DA49E9D5; Mon, 20 Feb 2023 09:08:04 +0100 (CET) Date: Mon, 20 Feb 2023 09:08:04 +0100 From: Pali =?utf-8?B?Um9ow6Fy?= To: Christophe Leroy Cc: Michael Ellerman , Joel Stanley , Benjamin Herrenschmidt , Paul Mackerras , "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage Message-ID: <20230220080804.vgtgx7d7qdta4r6v@pali> References: <20220828174135.rcql4uiunqbnn5gh@pali> <20221208191602.diywrt3g2f6zmt4s@pali> <20221224174452.xxlkmos7yoy3qn42@pali> <20230122111931.hgcsc72fk6alrmzu@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 20 February 2023 08:28:18 Christophe Leroy wrote: > Le 25/01/2023 à 08:40, Christophe Leroy a écrit : > > > > > > Le 22/01/2023 à 12:19, Pali Rohár a écrit : > > > On Saturday 24 December 2022 18:44:52 Pali Rohár wrote: > > > > On Thursday 08 December 2022 19:57:39 Christophe Leroy wrote: > > > > > Le 08/12/2022 à 20:16, Pali Rohár a écrit : > > > > > > > > > > > > With "[PATCH v1] powerpc/64: Set default CPU in Kconfig" patch from > > > > > > https://lore.kernel.org/linuxppc-dev/3fd60c2d8a28668a42b766b18362a526ef47e757.1670420281.git.christophe.leroy@csgroup.eu/ > > > > > > this change does not throw above compile error anymore. > > > > > > > > > > > > > > > That patch should land in powerpc/next soon. When it has landed, could > > > > > you resent this patch so that snowpatch checks the build again ? > > > > > > > > Yes. But I'm still waiting because patch is not in powerpc/next yet. > > > > > > Seems that it still has not landed. Any suggestions to move forward? > > > > Hi > > > > I just reposted to see if it passed the CI tests this time. > > It is now in the tree. > > Christophe I see, thanks!