From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7C7F93A9DB1; Mon, 22 Jun 2026 12:33:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782131622; cv=none; b=ZcWEFL7BDXS8WzAtKPWd0Cit07KUpe+jsS3qTpcoFdXmXSnBKOwbYqNgymZWLAOmVDRnL4EAQp0WCX6ylB51gQCJuy2P23v1akTWZjbLwFrOrDbSePDetETsgtFcJFITwm+3LX77QFKrTwj9Md7/NJ+stKixYMf0rq3QljMWyqE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782131622; c=relaxed/simple; bh=CcWsAm/gVgjminMagjthK97ukoZJRgnUqVLkwu0H2ek=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=E90dqpDdBu+oWuRymj6MPvQCLzKj5oVRfh8SgTyxCnP0Emakp7K5XCOqfM8ggeByX3KtYcTcCyvenblv8FChUGeM8jPprjz1MdO3YMVpSVwVCQODJIdKJRuF+65/fQ3iowjPO9m37maQl5eBrGxhF39KjE1XViK+tfyWdCJglZI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=O5ITD0JW; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="O5ITD0JW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 902A51F000E9; Mon, 22 Jun 2026 12:33:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782131621; bh=MzYv+3vyDweWFDHaqvMAl/HHNoahkglwfVKdn7naTcg=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=O5ITD0JWqs2MBw3utbpkImEAWgVD/pWa/8DYQuwUHBZMbYJYkIdfSC3Xc2k463mRL u3cUCEF3RvIcM7WsZcvDDn/3amo8OpdWb2Sp18lpZ1lbHoY35bi5IHvfTPdUWbq5kz iw6SCO9QYQzYvmDYsIE3UxWcJYHaxsGTvMjWuZPugRVQm/izn31jWagI8l8SRZ3f5D +7wewn7949sE7wWwKjronbem3bvg5ITBg+8h2xVada9CbDBqV39pc6e8RwMIWe3V5X Hjp/iaLHEp0bdcEskaU6Yt9RjCt5KKHYLokJHejXRXxb4RDoKt2jvbTGobUUKKNGUR snWBMQAoQOefw== Date: Mon, 22 Jun 2026 14:33:53 +0200 From: Greg Kroah-Hartman To: yangerkun Cc: cve@kernel.org, linux-kernel@vger.kernel.org, linux-cve-announce@vger.kernel.org, Jeff Layton Subject: Re: CVE-2026-31404: NFSD: Defer sub-object cleanup in export put callbacks Message-ID: <2026062231-hardening-browse-99ee@gregkh> References: <2026040328-CVE-2026-31404-f58a@gregkh> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Jun 22, 2026 at 08:28:51PM +0800, yangerkun wrote: > Hi all, > > This commit has been reverted since it does not fix any problem, should this > CVE be rejected too? > > > commit 516403d4d85607fdef3ca41d4a56b54e5566fa9a > Author: Yang Erkun > Date: Wed May 13 10:42:52 2026 +0800 > > Revert "NFSD: Defer sub-object cleanup in export put callbacks" > > This reverts commit 48db892356d6cb80f6942885545de4a6dd8d2a29. Once that commit lands in the stable trees, yes, that should happen, our tools will pick that up. I'll go queue that up now, thanks. greg k-h