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=-7.3 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,USER_AGENT_SANE_1 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 A3850C43461 for ; Thu, 22 Apr 2021 19:39:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7635E6141C for ; Thu, 22 Apr 2021 19:39:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239025AbhDVTk2 (ORCPT ); Thu, 22 Apr 2021 15:40:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236668AbhDVTk1 (ORCPT ); Thu, 22 Apr 2021 15:40:27 -0400 Received: from fieldses.org (fieldses.org [IPv6:2600:3c00:e000:2f7::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EDCDC06174A; Thu, 22 Apr 2021 12:39:52 -0700 (PDT) Received: by fieldses.org (Postfix, from userid 2815) id 98BEC728D; Thu, 22 Apr 2021 15:39:50 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.11.0 fieldses.org 98BEC728D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fieldses.org; s=default; t=1619120390; bh=P1XokK26ajbrSJ6gTQG9u1z+r82OYj/giI7YYlt4FfQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cWlu+nVLokNWr/vD1z1A4zQdGvLXDPGlwRgcvv+QiQ/2FL9Y9D0Yo6wkpjAy20aei spx5BIEgLX77PzswywChYKsUQDgwwmTf4rncvZV+TcJQZmpHCa8ufctFgHPXCR+FRC cgP8won5uqFHVE78mFBvfu8n/hmb01XPuXIi3980= Date: Thu, 22 Apr 2021 15:39:50 -0400 From: "J. Bruce Fields" To: Leon Romanovsky Cc: "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: <20210422193950.GA25415@fieldses.org> References: <20210420171008.GB4017@fieldses.org> <3B9A54F7-6A61-4A34-9EAC-95332709BAE7@northeastern.edu> <20210421133727.GA27929@fieldses.org> <20210421135637.GB27929@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210421135637.GB27929@fieldses.org> User-Agent: Mutt/1.5.21 (2010-09-15) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 21, 2021 at 09:56:37AM -0400, J. Bruce Fields wrote: > On Wed, Apr 21, 2021 at 04:49:31PM +0300, Leon Romanovsky wrote: > > If you want to see another accepted patch that is already part of > > stable@, you are invited to take a look on this patch that has "built-in bug": > > 8e949363f017 ("net: mlx5: Add a missing check on idr_find, free buf") > > Interesting, thanks. Though looking at it now, I'm not actually seeing the bug--probably I'm overlooking something obvious. --b.