Re: [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
From: Zi Yan
Date: Thu Aug 21 2025 - 16:56:56 EST
On 21 Aug 2025, at 16:06, David Hildenbrand wrote:
> Let's sanity-check in folio_set_order() whether we would be trying to
> create a folio with an order that would make it exceed MAX_FOLIO_ORDER.
>
> This will enable the check whenever a folio/compound page is initialized
> through prepare_compound_head() / prepare_compound_page().
>
> Signed-off-by: David Hildenbrand <david@xxxxxxxxxx>
> ---
> mm/internal.h | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Zi Yan <ziy@xxxxxxxxxx>
Best Regards,
Yan, Zi