https://bugzilla.kernel.org/show_bug.cgi?id=216007 --- Comment #18 from Mel Gorman (mgorman@xxxxxxx) --- Created attachment 301044 --> https://bugzilla.kernel.org/attachment.cgi?id=301044&action=edit Patch to always allocate at least one page Hi Peter, Could you try the attached patch against 5.18 please? I was unable to reproduce the problem but I think what's happening is that an array for receiving a bulk allocation is partially populated and the bulk allocator is returning without allocating at least one page. Allocating even one page should hit the path where kswapd is woken. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.