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 A85013451BB for ; Thu, 22 Jan 2026 15:31:30 +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=1769095890; cv=none; b=j+4aqiGseKPsgnF+Kor9RibT90+CYsFInQFIyegrsHVqF3Tx1HL63cP3za4P8C3ZKhW6RuD4yxSy1lMzXUXNgh4nwqfUuMz8D4rbJ6p3Wk9GqKgpPag9dnzfihaujP03qvCPP1+xX/Y4SFz4W6Wb60KTrRBU14teCISniPuswIc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769095890; c=relaxed/simple; bh=QApDiBpGYcNk+c8GLuqpRlMuKY8TBhtdmMPGwIfToKI=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=KO0mLysQxqsrJdiJ6pxsa/rGIqnFGQLI+Mmjk2N6L+huMbJLiiUlatFaRm2j8icDeMQ4erVEJhYPHDX8zNS1kVen/KGjO7PB4hsJTzm3CX4LmhLtMkfRVAwC9xMaOcxEVlqt1GEeWBSGIjDDzITOcjxy92uK6ayx56OBzy1ia1o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=L7XP7F31; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="L7XP7F31" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBBBAC116C6; Thu, 22 Jan 2026 15:31:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1769095890; bh=QApDiBpGYcNk+c8GLuqpRlMuKY8TBhtdmMPGwIfToKI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=L7XP7F31mZRjMY5qsErAhs0bJz0KvUoFCCXwoIXXL/D4FOsSg0+If3e3sc5i69ORn ZkRVjLMzZtwjNJ1o8oVPRTZNu5wjsURMVcN1yGQF9Pl9sNh1rWSmaTy4vA46W4DypR ff86NSUzVRmuZUCmNFjp1NSuaXcdFMywAmyXV2tY= Date: Thu, 22 Jan 2026 07:31:29 -0800 From: Andrew Morton To: Pratyush Yadav Cc: Hugh Dickins , Baolin Wang , Pasha Tatashin , Mike Rapoport , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] mm: memfd_luo hotfixes Message-Id: <20260122073129.6fc316b1b11ebcfd8273629a@linux-foundation.org> In-Reply-To: <20260122151842.4069702-1-pratyush@kernel.org> References: <20260122151842.4069702-1-pratyush@kernel.org> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Thu, 22 Jan 2026 16:18:38 +0100 Pratyush Yadav wrote: > From: "Pratyush Yadav (Google)" > > Hi, > > This series contains a couple of fixes for memfd preservation using LUO. Good stuff. > Andrew, it would be great if we can land these in v6.19, especially > patches 1 and 2 since they fix a usability and a security problem. Patch > 3 can wait, but then it is pretty simple too. Absolutely. Patches which fix material which was added in the current cycle get the red carpet treatment.