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 D226BC74A5B for ; Tue, 21 Mar 2023 07:48:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230385AbjCUHst (ORCPT ); Tue, 21 Mar 2023 03:48:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230361AbjCUHsp (ORCPT ); Tue, 21 Mar 2023 03:48:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D56513D6D; Tue, 21 Mar 2023 00:48:23 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id AF778B80EC5; Tue, 21 Mar 2023 07:48:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E03E2C433EF; Tue, 21 Mar 2023 07:48:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679384900; bh=YsRomgHu98oQV4g6Q5/iQRj/o0GYfbUtrYkz2JQb4YA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j6w5nQhXo7VqIUJMh/CF5qRzifcULCHyFl6FcfeKr1cZ3VjClvy5PE9qTKifi/PmO iecXm/5seIJDxO+HBaIU3vKzbebvjenUfD9Usj9Gxw2IVz7iOr5DSHPmg4YoU4kFaj 25wJBh3ls2SCY2ZXb9Xwj63/teWrPI5FXLsXCg6s= Date: Tue, 21 Mar 2023 08:48:18 +0100 From: Greg Kroah-Hartman To: Nick Desaulniers Cc: Naresh Kamboju , Sasha Levin , Christophe Leroy , Michael Ellerman , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, Daniel =?iso-8859-1?Q?D=EDaz?= , llvm@lists.linux.dev Subject: Re: [PATCH 6.2 000/211] 6.2.8-rc1 review Message-ID: References: <20230320145513.305686421@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 20, 2023 at 11:49:49AM -0700, Nick Desaulniers wrote: > On Mon, Mar 20, 2023 at 11:40 AM Naresh Kamboju > wrote: > > Thanks for the report! > > > The bisection pointed to this commit, > > 45f7091aac35 ("powerpc/64: Set default CPU in Kconfig") > > > > > > Follow up fix patch is here as per Christophe Leroy comments, > > powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG > > Greg, Sasha, > Can you please also pick up > commit 4b10306e9845 ("powerpc: Disable CPU unknown by CLANG when CC_IS_CLANG") > > 4b10306e9845 is missing a fixes tag. I've filed > https://github.com/ClangBuiltLinux/linux/issues/1820 to track getting > these -mcpu= values for ppc added to clang. Now queued up, thanks. greg k-h