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 D1CCAC38A2D for ; Mon, 24 Oct 2022 16:16:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232100AbiJXQQX (ORCPT ); Mon, 24 Oct 2022 12:16:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232770AbiJXQMd (ORCPT ); Mon, 24 Oct 2022 12:12:33 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95DD72AC5A for ; Mon, 24 Oct 2022 08:02:02 -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 ams.source.kernel.org (Postfix) with ESMTPS id DCB26B80EE6 for ; Mon, 24 Oct 2022 14:36:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2CA9C433C1; Mon, 24 Oct 2022 14:36:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666622175; bh=gwfiJkXT4vQgGzm7tBqH9t2IbWqn36DC5eH2R2xulhk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CU88enVxowdSFaIFhw3WyvzsEMBJ7M2EOdZu0jxZ/EMYmN5m2eNPiM/3TJtADNHsR 3pWWPW1fipdmjx/t1ymsgfVSKiJiikXzVIBYAb8VURO2Tcu9yiDxyfgEotqiHaZhvP q+ik3JQTkjnMLvv2AVeWP21P2nyKDgdyKkFbfmIE= Date: Mon, 24 Oct 2022 16:37:04 +0200 From: Greg KH To: "Starke, Daniel" Cc: "pchelkin@ispras.ru" , "jirislaby@kernel.org" , Alexey Khoroshilov , "linux-kernel@vger.kernel.org" , "lvc-project@linuxtesting.org" , Pavel Machek Subject: Re: [PATCH 0/2] tty: n_gsm: revert tx_mutex usage 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: linux-kernel@vger.kernel.org On Mon, Oct 24, 2022 at 01:30:23PM +0000, Starke, Daniel wrote: > I have checked both patches. Those appear to be correct. > Furthermore, I also recommend to bring in these reverts. Can you send a "Reviewed-by:" tag for me to apply? Hint, don't send it in an HTML email so that lore.kernel.org will properly pick it up. thanks, greg k-h