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 2923CC352A1 for ; Sat, 3 Dec 2022 13:36:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229507AbiLCNg0 (ORCPT ); Sat, 3 Dec 2022 08:36:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55010 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229841AbiLCNgG (ORCPT ); Sat, 3 Dec 2022 08:36:06 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 964081DF1D; Sat, 3 Dec 2022 05:35:15 -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 B9B6EB80171; Sat, 3 Dec 2022 13:35:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 10476C433C1; Sat, 3 Dec 2022 13:35:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670074512; bh=drQGBF1uDwZCqu0sU1HsJDJRHN1rFVFJ3QAmGpv5kjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xC2OrKRVZv697XWbRr73J2Ls4Uu+EUGDJ4YGt7TdXYKxfbsG3LXIkE60gDgYD8dRu oJosNL85ESc3CsCcBT2r4SBh312Y3Zwi4S1JjVoj/xcfI9YY/f2pnHbM/h2VmaklmM glR9JXvAZ0IiYh1G/nFa77/n2aRYvoGiSJWRbWJc= Date: Sat, 3 Dec 2022 14:35:09 +0100 From: Greg Kroah-Hartman To: Fedor Pchelkin Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Starke , jirislaby@kernel.org, Alexey Khoroshilov , lvc-project@linuxtesting.org Subject: Re: [PATCH 5.10] Revert "tty: n_gsm: avoid call of sleeping functions from atomic context" Message-ID: References: <20221123181916.6911-1-pchelkin@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221123181916.6911-1-pchelkin@ispras.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 23, 2022 at 09:19:16PM +0300, Fedor Pchelkin wrote: > From: Fedor Pchelkin > > [ Upstream commit acdab4cb4ba7e5f94d2b422ebd7bf4bf68178fb2 ] > > This reverts commit eb75efdec8dd0f01ac85c88feafa6e63b34a2521. What about for 5.15? This should also be needed there, right? thanks, greg k-h