From: Chuck Lever <chuck.lever@xxxxxxxxxx> 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