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 0AA06C64ED6 for ; Mon, 27 Feb 2023 14:53:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229901AbjB0Oxi (ORCPT ); Mon, 27 Feb 2023 09:53:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229595AbjB0Oxf (ORCPT ); Mon, 27 Feb 2023 09:53:35 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D6BD940C8; Mon, 27 Feb 2023 06:53:31 -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 76B78B80CA7; Mon, 27 Feb 2023 14:53:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DAE29C433EF; Mon, 27 Feb 2023 14:53:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677509609; bh=HUh/TOcWldEf0kpiteJc+751xV2EMLrl6kAWU8003eM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BjzK7Wm1fQl1MjvbvO45lOlkbyfIVxxuwHVSLG836pmGrcXMuF4dcDjV1m5nXEPxV nGdWtn/rVZ2xNut3iLalRtUYjSlV5BZOW7QoNGG+Xhx6/06ZxDSfUqdFj0W1v9LW3a PBHlwIGxKKH1MZTV/+Ud1iNvTpRGXH2HEw0CM/Ng= Date: Mon, 27 Feb 2023 15:53:26 +0100 From: Greg KH To: Paul Menzel Cc: stable@vger.kernel.org, Thomas =?iso-8859-1?Q?Wei=DFschuh?= , "Rafael J. Wysocki" , Petr Mladek , linux-pm@vger.kernel.org, LKML Subject: Re: Please backport commit a449dfbfc089 (PM: sleep: Avoid using pr_cont() in the tasks freezing code) Message-ID: References: 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, Feb 27, 2023 at 01:44:17PM +0100, Paul Menzel wrote: > Dear Linux folks, > > > It’d be great if you could apply the commit below [1], present in Linux > since 6.2-rc1, to at least the Linux 6.1 LTS series. Sure, now queued up, thanks. greg k-h