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 C6533C74A5B for ; Tue, 21 Mar 2023 07:43:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230148AbjCUHn4 (ORCPT ); Tue, 21 Mar 2023 03:43:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46750 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229687AbjCUHnu (ORCPT ); Tue, 21 Mar 2023 03:43:50 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 582DC7A9B; Tue, 21 Mar 2023 00:43:49 -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 0C3B1B812A1; Tue, 21 Mar 2023 07:43:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49F95C433EF; Tue, 21 Mar 2023 07:43:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679384626; bh=+o5mi4UIlI7dJ8Bt06aDjLVpQCulxpfSxXJkInsWqL4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2I7dfgQJYCuIzpdv7aOusjOkwd9MBtNn33RAdKt+dIEwNChIwdKiDMJtaNPgLKNGs AZUPM4Jhf2laVPALd5l6dW2/7fFMO0g6oFElG7aSrLpm+ovOsd5xoPFQjGtHgeU0zZ 3vdl+CA20awLquhewaWZ2+7VOjoUcvfrobeaO3xw= Date: Tue, 21 Mar 2023 08:43:44 +0100 From: Greg Kroah-Hartman To: David Gow Cc: Pavel Machek , 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, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 5.10 00/99] 5.10.176-rc1 review Message-ID: References: <20230320145443.333824603@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 21, 2023 at 12:02:30PM +0800, David Gow wrote: > On Tue, 21 Mar 2023 at 03:41, Pavel Machek wrote: > > > > Hi! > > > > > This is the start of the stable review cycle for the 5.10.176 release. > > > There are 99 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > > > > > David Gow > > > rust: arch/um: Disable FP/SIMD instruction to match x86 > > > > Why is this patch here? It does not make sense for stable, it was only > > in AUTOSEL for less than a week, and I already explained why it is > > bad. > > > > "git grep KBUILD_RUSTFLAGS" if in doubt. > > I agree: let's exclude this patch from -stable. > > While the CFLAGS part of it is still _technically_ valid without Rust, > it turns out it triggers a bug in gcc <11, so is probably best > avoided. See: > - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99652 > - https://lore.kernel.org/linux-um/20230318041555.4192172-1-davidgow@google.com/ Thanks, I've now dropped this from kernels 5.15 and older. greg k-h