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 29FBDC001B2 for ; Wed, 14 Dec 2022 16:03:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237917AbiLNQDO (ORCPT ); Wed, 14 Dec 2022 11:03:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238934AbiLNQCx (ORCPT ); Wed, 14 Dec 2022 11:02:53 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7FE125D8; Wed, 14 Dec 2022 08:02:26 -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 ams.source.kernel.org (Postfix) with ESMTPS id A0B4BB818E9; Wed, 14 Dec 2022 16:02:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D878EC433EF; Wed, 14 Dec 2022 16:02:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671033744; bh=s3VAzbBEgCoYjZ3PPjTVrxpBpS30dWawg7QrX656MqE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yIrIMb/Ok8NvQE8a/8MN/HlE8kBajtHD+TJpRDglbgO8EKc3Sk9O7+Afq/H4hu6Fh 7sqk3pO+FBmkk8DrDbU1mkGqp1Zwot5gLDgs+gc7Kgso2XA8MbODuXeeqJqd9jyZbr tncX0j5mM8PjgD0frcIMt/nrAGUnW7eaBQ/We6mk= Date: Wed, 14 Dec 2022 17:02:21 +0100 From: Greg KH To: Joel Fernandes Cc: stable , "Paul E. McKenney" , rcu Subject: Re: Please apply to v5.10 stable: 29368e093921 ("x86/smpboot: Move rcu_cpu_starting() earlier") Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Dec 13, 2022 at 12:17:20PM -0500, Joel Fernandes wrote: > Hello, > > Please apply to the stable v5.10 kernel, the commit: 29368e093921 > ("x86/smpboot: Move rcu_cpu_starting() earlier"). > > It made it into the mainline in 5.11. I am able to reproduce the > following splat without it on v5.10 stable, which is identical to the > one that the commit fixed: Now queued up, thanks. greg k-h