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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A29D7C433DB for ; Mon, 25 Jan 2021 19:59:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 62A9A2256F for ; Mon, 25 Jan 2021 19:59:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732306AbhAYT6t (ORCPT ); Mon, 25 Jan 2021 14:58:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:32852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731401AbhAYTwr (ORCPT ); Mon, 25 Jan 2021 14:52:47 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E4B2620684; Mon, 25 Jan 2021 19:52:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611604326; bh=NoqcUmQ2x4d1F0svAB08rO+q5EnnHU95cXTCU4BxOCI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r7bAu9EOuvqDURDp+svJ6TbeajtWedt5eynAFeYirMeZgVlx4osfE7OfMGC5OGNxi aLrimKkNv3Ul2/37anCW9pn+0n4jiSTQgPyT9CV4JIbcalkyOLDyJJXq2KznqpFqfU x3IHCCYyZMhs3PqicapV5frhhfJtK3QvTxk+SlGE= Date: Mon, 25 Jan 2021 20:52:03 +0100 From: Greg Kroah-Hartman To: Linus Torvalds Cc: Sami Tolvanen , Jiri Slaby , Linux Kernel Mailing List Subject: Re: [PATCH] n_tty: fix redirected_tty_write checks after write_iter conversion Message-ID: References: <20210125190925.3655829-1-samitolvanen@google.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: linux-kernel@vger.kernel.org On Mon, Jan 25, 2021 at 11:45:12AM -0800, Linus Torvalds wrote: > On Mon, Jan 25, 2021 at 11:27 AM Linus Torvalds > wrote: > > > > Obvious ACK from me. > > Greg - if you have nothing else lined up in the tty tree, I can take > this fix directly if it's easier. I have nothing else that I know of, so yes, it is easier for you to take it directly, thanks! greg k-h