[Bug 106954] [CI] igt at gem_ctx_create@basic-files - dmesg-warn - gem_ctx_create: page allocation failure

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 18 14:15:06 UTC 2018


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

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
Just one of the usual lack-of-reclaim faux pas. There are a lot of shmem
objects there that we would expect to be able to swap out and load a new
object. However, since we are using MAYFAIL in this case, we purposely don't
try very hard. It would be justifiable to remove the warning as the ENOMEM goes
straight back to userspace, but on the other hand we need to improve the
shrinker for this case as well. The prudent course of action would be to create
a test that reproduces this MAYFAIL reliably; although the ability of the
shrinker to reclaim memory will be dependent on the type of objects and
workload, so definitely will not be a one-test-fits-all.

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


More information about the intel-gfx-bugs mailing list