Re: [PATCH] mm/mseal: use min/max in mseal_apply
From: SeongJae Park
Date: Fri May 08 2026 - 21:12:43 EST
On Sun, 3 May 2026 13:59:16 +0200 Thorsten Blum <thorsten.blum@xxxxxxxxx> wrote:
> Use the type-checked min()/max() macros instead of MIN()/MAX(), which
> are supposed to be used "for obvious constants only".
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]