[Bug 106739] [CI] igt at gem_exec_schedule@wide-bsd1 - dmesg-fail - Failed assertion: __gem_context_create(fd, &ctx_id) == 0 / gem_exec_schedu: page allocation failure: order:0, mode:0x8402(__GFP_HIGHMEM|__GFP_RETRY_MAYFAIL|__GFP_ZERO), nodemask=(null)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 31 08:47:43 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=106739

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
So what it is saying is that it has over 10,000 free pages, some free in each
zone, and yet it doesn't want to let us have one of them.

The issue here is that we switched to __GFP_RETRY_MAYFAIL to let these
allocations fail under mempressure; but it's meant to at least try
direct-reclaim first.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20180531/96a1dd63/attachment.html>


More information about the intel-gfx-bugs mailing list