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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 75E3EC433ED for ; Wed, 21 Apr 2021 14:15:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D31061434 for ; Wed, 21 Apr 2021 14:15:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238530AbhDUOQE (ORCPT ); Wed, 21 Apr 2021 10:16:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:46570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235339AbhDUOQD (ORCPT ); Wed, 21 Apr 2021 10:16:03 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4D5A06144D; Wed, 21 Apr 2021 14:15:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1619014530; bh=GMG3YoNBTM4O0A7DlywWeHR/mJ0BmCq+hm5gz760GSY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k0OaXKxpVMrtZQW4e4wc5Cbgzi+0TOZhcmpT4yt/slkbhZOnl7X4EwRmIVeAOq6EM 32tmQsZAL/rLcp/T+WMDgRbCIFJRbCqxcYwDYt7q2+XcBVwYEJXOTm4kCCUGfSAw9c rC+KOkN0JVnt9QabDnU84dvWuw52X7yL3Wx86GzEOklZZhEeD1ZINmQUS12DB2SvvY c+bdbM7y4q02EuRXjunEVujq+FbCUvrmUPu6lfZ8oVRhZJPQFBPAEVBL88Xkro6ptC Sos8IKG43KEwcpzjEYA9gfD92iAtIJltB8iT+PpmoTx7rD6rYr1/kAcfgJ5KcHjWrS Iq5QYqeSoElUg== Date: Wed, 21 Apr 2021 17:15:26 +0300 From: Leon Romanovsky To: Anna Schumaker Cc: "J. Bruce Fields" , Greg KH , Aditya Pakki , Chuck Lever , Trond Myklebust , "David S. Miller" , Jakub Kicinski , Dave Wysochanski , Linux NFS Mailing List , netdev@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH] SUNRPC: Add a check for gss_release_msg Message-ID: References: <20210407001658.2208535-1-pakki001@umn.edu> <20210420171008.GB4017@fieldses.org> 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-nfs@vger.kernel.org On Wed, Apr 21, 2021 at 08:51:02AM -0400, Anna Schumaker wrote: > On Wed, Apr 21, 2021 at 2:07 AM Leon Romanovsky wrote: > > > > On Tue, Apr 20, 2021 at 01:10:08PM -0400, J. Bruce Fields wrote: > > > On Tue, Apr 20, 2021 at 09:15:23AM +0200, Greg KH wrote: > > > > If you look at the code, this is impossible to have happen. > > > > > > > > Please stop submitting known-invalid patches. Your professor is playing > > > > around with the review process in order to achieve a paper in some > > > > strange and bizarre way. > > > > > > > > This is not ok, it is wasting our time, and we will have to report this, > > > > AGAIN, to your university... > > > > > > What's the story here? > > > > Those commits are part of the following research: > > https://github.com/QiushiWu/QiushiWu.github.io/blob/main/papers/OpenSourceInsecurity.pdf > > This thread is the first I'm hearing about this. I wonder if there is > a good way of alerting the entire kernel community (including those > only subscribed to subsystem mailing lists) about what's going on? It > seems like useful information to have to push back against these > patches. IMHO, kernel users ML is good enough for that.