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 0165F1D63F3 for ; Mon, 4 May 2026 08:07:39 +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=1777882060; cv=none; b=Ya8e5eSlgpYxIGYnCPgyvZhriO3V9QqaLqdobO0ICbUtp0FlpMW8j+yP16jO2vBDITFJpknpxzJlp2CvVYo+yl+iRI4HE4JYg2XcAl0Wn8bzPgMZxYuhkFe8CTw1aLoBR6pgRXLCPhRDWU7IAjjJlSacx7w3iPrhGoEuB76yffE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777882060; c=relaxed/simple; bh=Q1RLdcnfIfl32p3/930osbW/cb2vQXkaq39DADLSUgQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=tjjPoAMfE5jWsyYF8DcK1cuaclNDwV0j2r9pcIQE6K5KmYySvg50LduLcZKY8MNbIY1yht1z1dNdJxDO5iBPW39HqpENkg6M+fv34PgDK7o6rsd45wZsB+Ez064NnZDzG1W8hpK5PtwWju0rIEkGqKrnxQtW+snZ654QuzrLDBc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n/EqXrls; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="n/EqXrls" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6FD58C2BCB8; Mon, 4 May 2026 08:07:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777882059; bh=Q1RLdcnfIfl32p3/930osbW/cb2vQXkaq39DADLSUgQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=n/EqXrlshOqWVETubhn4PlzNUbkwOYB1zINBE0bwPQ+3dVjj8bcIJLNrO2dQsHgWh 1fQMB58vp3B+EA8NJe5DSL2z7HNmgSNWgAPvwzCHjmDrk2W+te40qZvcvd2NhATvLO wiz+KQVwnVFMEX6vXtSmdTDpirZTx9eAJHwrFYeGao3p1t9nML8XdIv711xrX4uCSA IAa0dQ7yl7Se3wDmHSx4Y41FiGPJUHgCOMuaufokGdWty/k9zwMBxYGxDBWV4PF/3N S+7DDo8I3Yr9vtsTga3G8LCXvDdR2dU3zo39iw9XFvtu5yAJ/uIEmCvZ3K79rxdDl1 mp3+OkIamYmWQ== From: Pratyush Yadav To: David Carlier Cc: akpm@linux-foundation.org, pratyush@kernel.org, pasha.tatashin@soleen.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] mm/memfd_luo: document preservation of file seals In-Reply-To: <20260423125648.152113-2-devnexen@gmail.com> (David Carlier's message of "Thu, 23 Apr 2026 13:56:48 +0100") References: <20260423125648.152113-1-devnexen@gmail.com> <20260423125648.152113-2-devnexen@gmail.com> Date: Mon, 04 May 2026 10:07:37 +0200 Message-ID: <2vxzh5on38dy.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Thu, Apr 23 2026, David Carlier wrote: > Commit 8a552d68a86e ("mm: memfd_luo: preserve file seals") started > preserving file seals across live update and restoring them via > memfd_add_seals() on retrieve, but the DOC header was not updated and > still listed seals under "Non-Preserved Properties" as being unsealed > on restore. > > Move the Seals entry to the "Preserved Properties" section and describe > the actual behavior, including the MEMFD_LUO_ALL_SEALS restriction that > both preserve and retrieve enforce. > > Fixes: 8a552d68a86e ("mm: memfd_luo: preserve file seals") > Signed-off-by: David Carlier Thanks for the fix! Reviewed-by: Pratyush Yadav [...] -- Regards, Pratyush Yadav