Re: [PATCH] mm/mseal: fix mseal documentation for 32-bit kernels

From: Thomas Weißschuh

Date: Fri Jul 03 2026 - 05:44:47 EST


On Fri, Jul 03, 2026 at 10:25:07AM +0800, Leon Hwang wrote:
(...)

> The following architectures currently support this feature: x86-64, arm64,
> - loongarch and s390.
> + loongarch, riscv, and s390.

For per-architecture feature documentation we also have
Documentation/features/. Maybe move it there.

>
> WARNING: This feature breaks programs which rely on relocating
> or unmapping system mappings. Known broken software at the time

(...)