Re: [PATCH] mm/mseal: fix mseal documentation for 32-bit kernels
From: Leon Hwang
Date: Fri Jul 03 2026 - 11:15:59 EST
On 2026/7/3 17:44, Thomas Weißschuh wrote:
> 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.
Better to replace with a reference to the feature doc?
+ Refer to :doc:`features/core/mseal_sys_mappings/arch-support` for the
+ support status of each architecture.
Thanks,
Leon
>
>>
>> WARNING: This feature breaks programs which rely on relocating
>> or unmapping system mappings. Known broken software at the time
>
> (...)