Re: [PATCH v2] SUNRPC: Cleanup/fix initial rq_pages allocation
From: Chuck Lever <cel@kernel.org>
Date: 2025-06-10 13:55:49
From: Chuck Lever <cel@kernel.org>
Date: 2025-06-10 13:55:49
From: Chuck Lever <redacted> On Mon, 09 Jun 2025 13:21:56 -0400, Benjamin Coddington wrote:
While investigating some reports of memory-constrained NUMA machines failing to mount v3 and v4.0 nfs mounts, we found that svc_init_buffer() was not attempting to retry allocations from the bulk page allocator. Typically, this results in a single page allocation being returned and the mount attempt fails with -ENOMEM. A retry would have allowed the mount to succeed. [...]
Applied to nfsd-testing, thanks!
[1/1] SUNRPC: Cleanup/fix initial rq_pages allocation
commit: 543bcdc076918b65fe697835314fdd6993b3816e
--
Chuck Lever