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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 98E69C433B4 for ; Sun, 25 Apr 2021 00:42:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7688C613C1 for ; Sun, 25 Apr 2021 00:42:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230223AbhDYAmj (ORCPT ); Sat, 24 Apr 2021 20:42:39 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:41979 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229687AbhDYAmi (ORCPT ); Sat, 24 Apr 2021 20:42:38 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 13P0fRtY031168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 24 Apr 2021 20:41:28 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 3884F15C3BC5; Sat, 24 Apr 2021 20:41:27 -0400 (EDT) Date: Sat, 24 Apr 2021 20:41:27 -0400 From: "Theodore Ts'o" To: "J. Bruce Fields" Cc: Al Viro , Leon Romanovsky , "Shelat, Abhi" , Greg KH , Sudip Mukherjee , Aditya Pakki , Chuck Lever , Trond Myklebust , Anna Schumaker , "David S. Miller" , Jakub Kicinski , Dave Wysochanski , "linux-nfs@vger.kernel.org" , netdev , linux-kernel Subject: Re: [PATCH] SUNRPC: Add a check for gss_release_msg Message-ID: References: <20210421133727.GA27929@fieldses.org> <20210421135637.GB27929@fieldses.org> <20210422193950.GA25415@fieldses.org> <20210423180727.GD10457@fieldses.org> <20210423214850.GI10457@fieldses.org> <20210424213454.GA4239@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210424213454.GA4239@fieldses.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 24, 2021 at 05:34:54PM -0400, J. Bruce Fields wrote: > In Greg's revert thread, Kangjie Lu's messages are also missing from the > archives: > > https://lore.kernel.org/lkml/20210421130105.1226686-1-gregkh@linuxfoundation.org/ > I'm going to guess it's one of two things. The first is that they are sending mail messages with HTML which is getting bounced; the other possibility is that some of the messages were sent only to Greg, and he added the mailing list back to the cc. So for exampple, message-id CA+EnHHSw4X+ubOUNYP2zXNpu70G74NN1Sct2Zin6pRgq--TqhA@mail.gmail.com isn't in lore, but Greg's reply: https://lore.kernel.org/linux-nfs/YH%2FfM%2FTsbmcZzwnX@kroah.com/ can be found in lore.kernel.org was presumably because the message where Aditya accused "wild accusations bordering on slander" and his claim that his patches were the fault of a "new static code analyzer" was sent only to Greg? Either that, or it was bounced because he sent it from gmail without suppressing HTML. - Ted