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 0B106C433F5 for ; Wed, 5 Oct 2022 11:06:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229781AbiJELF5 (ORCPT ); Wed, 5 Oct 2022 07:05:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229796AbiJELFz (ORCPT ); Wed, 5 Oct 2022 07:05:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 27A4876756 for ; Wed, 5 Oct 2022 04:05:52 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 06074615FE for ; Wed, 5 Oct 2022 11:05:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 137B2C433D6; Wed, 5 Oct 2022 11:05:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664967950; bh=ST3O7InNIYnJDn9CjMj0wyBDDpCSw40CXOEvyieD8Y4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PbKidC22UjojlpFJ6b0nLAx1jaCWETMB6l2disKA6lqUZctv+Ig7goP/abUQRO83m 2UTZJJ8K66C0BksSNVSAl2nOG4V50wQU69rfrD/D3E9HVOGxp3/+ZMQdUwQQ1GLlqO 5EqopnQwrFytlexXfaQ5JVVP+rqZY/EFBp/CLa3c= Date: Wed, 5 Oct 2022 13:05:47 +0200 From: Greg KH To: Borislav Petkov Cc: ssengar@linux.microsoft.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] x86/cacheinfo: Add a cpu_llc_shared_mask() UP variant" failed to apply to 5.15-stable tree Message-ID: References: <166477802792157@kroah.com> 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 Wed, Oct 05, 2022 at 12:45:19PM +0200, Borislav Petkov wrote: > On Mon, Oct 03, 2022 at 08:20:27AM +0200, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 5.15-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to . > > > > Possible dependencies: > > > > df5b035b5683 ("x86/cacheinfo: Add a cpu_llc_shared_mask() UP variant") > > 66558b730f25 ("sched: Add cluster scheduler level for x86") > > This is a fix for CONFIG_SMP=n kernels which was caught by testing this > explicitly by disabling SMP. IOW, I don't think anyone would be running > SMP=n kernels and thus maybe should not backport those...? Yeah, I agree, this doesn't look like a valid thing to backport, if people had this issue in 5.15.y they would have already reported by now. thanks, greg k-h