Summary: | [CI] igt@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) | ||
---|---|---|---|
Product: | DRI | Reporter: | Martin Peres <martin.peres> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | CLOSED WORKSFORME | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs |
Version: | XOrg git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | SKL | i915 features: | GEM/Other |
Description
Martin Peres
2018-05-30 21:25:24 UTC
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. Seen twice within 6 runs, then nothing since drmtip_55 (5 months / 80 runs ago). Closing! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.