From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1D87B217337; Fri, 4 Oct 2024 14:26:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728052003; cv=none; b=bW/pPj+TEenrFReGM39bihK2iqWhjKwW8VTAy1DtptJdDqM3LyNMnGw0M9bkRxWUSEWa75iTX6hoeU7+GNGJxV5OCHbkrapSRBpY/nqoLaZVrIAN3LnDWHAwAPLjPaoCF8dqXCYLd2KkFVyZQzl/JheQgVXADvMO+H1e/IqwxaM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728052003; c=relaxed/simple; bh=+ti9K+32pQI1y8rcF29ooClB5gUnpQ7/Uklnj9C2cuo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=idVsNftNTQsngtZjU6OPuFfCarO1ORtFhChiZMl3BlMnQVibPd2fbtWo4IiXeI/xqSvpb93mgGnfNsfFq/ONCt0+Wc2IwqAdBIWVIoFd80o8jUNXzTtexkq1HNxpD+oLcOhNTVn+wW4PnxpyzepKc1U+nEMWESVS9MJCgup60PM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qmQLn0IM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qmQLn0IM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44C3EC4CEC6; Fri, 4 Oct 2024 14:26:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1728052002; bh=+ti9K+32pQI1y8rcF29ooClB5gUnpQ7/Uklnj9C2cuo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qmQLn0IMamgFaVl69uhLndRs1GxrOnDUr1xJp4y1YYQl73oZWyB0b2F3yS6cy4hwh Y1A9RmWPg6ULRzGgvCLOxdXwgMdrsf4LqZC7bh4yZyU+er7MowiLL2v5uNIyxpsOFr i57QuZanU581fdtCyw9ypyrlvvGaqO2m4al2ibnc= Date: Fri, 4 Oct 2024 16:26:39 +0200 From: Greg Kroah-Hartman To: Youzhong Yang Cc: Chuck Lever III , linux-stable , "patches@lists.linux.dev" , Jeff Layton , Sasha Levin Subject: Re: [PATCH 6.11 397/695] nfsd: fix refcount leak when file is unhashed after being found Message-ID: <2024100430-finalist-brutishly-a192@gregkh> References: <20241002125822.467776898@linuxfoundation.org> <20241002125838.303136061@linuxfoundation.org> <2024100330-drew-clothing-79c1@gregkh> <2024100420-aflutter-setback-2482@gregkh> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Oct 04, 2024 at 10:17:34AM -0400, Youzhong Yang wrote: > Here is 1/4 in the context of Chuck's e-mail reply: > > nfsd: add list_head nf_gc to struct nfsd_file > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8e6e2ffa6569a205f1805cbaeca143b556581da6 Sorry, again, I don't know what to do here :(