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 B19A5C83F32 for ; Thu, 31 Aug 2023 10:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237637AbjHaKuR (ORCPT ); Thu, 31 Aug 2023 06:50:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237213AbjHaKuR (ORCPT ); Thu, 31 Aug 2023 06:50:17 -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 F173910D1; Thu, 31 Aug 2023 03:49:48 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2ABFB63A77; Thu, 31 Aug 2023 10:48:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CFE6C433C9; Thu, 31 Aug 2023 10:48:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693478921; bh=DlaX1iBckYrRAB8B2JafRr13BPYgSbRnIGdxsx4ggIE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bE1eLliqF9uH9SMvOeYcQVBh3pVaULHC9O2Z4YM76m3kmDHPIvWpxpxWpMtY7giPT kdQSOIscDNomfLlIpnKAYap+oTRXo/CN+/xOdyrdCx9287Kt9egwAGm5ntuXrZSYZ1 vxXcMgyQGnhyZbEr4laq0d+kbpgbX79PCZt9MdUw= Date: Thu, 31 Aug 2023 12:48:38 +0200 From: Greg Kroah-Hartman To: Helge Deller Cc: stable@vger.kernel.org, Sasha Levin , linux-parisc@vger.kernel.org Subject: Re: [STABLE] lockdep patch for 6.1-stable to 6.5-stable Message-ID: <2023083132-unfailing-privacy-a90e@gregkh> 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: linux-parisc@vger.kernel.org On Wed, Aug 30, 2023 at 07:28:47AM +0200, Helge Deller wrote: > Hi Greg, > > would you please queue up this upstream patch: > > 0a6b58c5cd0d ("lockdep: fix static memory detection even more") > > to stable kernels 6.1, 6.4 and 6.5 ? Now queued up, thanks. greg k-h