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 392A7C4361B for ; Tue, 15 Dec 2020 07:08:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1B7720731 for ; Tue, 15 Dec 2020 07:08:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726046AbgLOHIB (ORCPT ); Tue, 15 Dec 2020 02:08:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:42974 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725907AbgLOHIB (ORCPT ); Tue, 15 Dec 2020 02:08:01 -0500 Date: Tue, 15 Dec 2020 08:07:16 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1608016040; bh=4sNwhyq700uV/hgN/Mm/DJbg/c2ltZpwXps4VviC3xI=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=noFGv+k78orhqOwcdZr+aBNIDgLABBLIvfsC2YuzKj51sXF+B4t/eJZDBjAqVx25x yQhckNGkxCdSuspxcKLU4yMSs3aVDX+zPMEs9fYK5/hDo0kDwW36aKIFtcAzqHevy+ LHjz+S+HRqVCIPGZuzX7edOHiLabjoiyuNupRmAs= From: Greg KH To: Tianxianting Cc: Gaoyan , "jirislaby@kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] [v2] tty: Protect disc_data in n_tty_close and n_tty_flush_buffer Message-ID: References: <20201210022507.30729-1-gao.yanB@h3c.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 A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, Dec 15, 2020 at 02:45:01AM +0000, Tianxianting wrote: > Hi Greg KH > Could we get your comments for the updates? Thanks Sorry, it is the middle of the merge window, I'll get to this after 5.11-rc1 is released. thanks, greg k-h