> -----Original Message-----
> From: LKML haiyangz <lkml...@microsoft.com> On Behalf Of Haiyang Zhang
> Sent: Thursday, April 3, 2025 5:22 PM
> To: linux-hyp...@vger.kernel.org; a...@linux-foundation.org;
> cor...@lwn.net; linux...@kvack.org; linux-doc@vger.kernel.org
> Cc: Haiyang Zhang <haiya...@microsoft.com>; Dexuan Cui
> <de...@microsoft.com>; KY Srinivasan <k...@microsoft.com>; Paul Rosswurm
> <paul...@microsoft.com>; o...@aepfle.de; vkuznets <vkuzn...@redhat.com>;
> da...@davemloft.net; wei....@kernel.org; Long Li <lon...@microsoft.com>;
> linux-ker...@vger.kernel.org
> Subject: [PATCH 0/2] mm: Explicitly check & doc fragsz limit
>
> The page frag allocator is not designed for fragsz > PAGE_SIZE.
> Explicitly check it in the function & document the fragsz limit.
>
> Haiyang Zhang (2):
> mm: page_frag: Check fragsz at the beginning of
> __page_frag_alloc_align()
> docs/mm: Specify page frag size is not bigger than PAGE_SIZE
>
> Documentation/mm/page_frags.rst | 2 +-
> mm/page_frag_cache.c | 22 +++++++++-------------
> 2 files changed, 10 insertions(+), 14 deletions(-)
>
+@Mike Rapoport (Microsoft) <r...@kernel.org>
Hi Mike, since you have a lot experience in mm subsystem, could you please
review my patch set?
Thanks,
- Haiyang