Re: [PATCH] thunderbolt: debugfs: Replace get_zeroed_page() with kzalloc()
From: Mahad Ibrahim
Date: Sat Aug 08 2026 - 19:02:05 EST
Some context I meant to include below the --- and accidentally forgot:
Mike Rapoport is running a broader effort to move allocations that do
not need struct page access off the page allocator. He does not seem to
be maintaining a tree for it, so landing this via your own tree would
be appreciated.
The buffer is kept at PAGE_SIZE to preserve the existing truncation
behaviour. If you would prefer it sized to the actual write instead,
I can send a v2.
Best regards,
Mahad Ibrahim