Summary: | [CI] igt@gem_ctx_create@basic-files - dmesg-warn - gem_ctx_create: page allocation failure | ||
---|---|---|---|
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: | KBL | i915 features: | firmware/guc, GEM/Other |
Description
Martin Peres
2018-06-18 14:08:26 UTC
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. This can also lead to a hang: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_4354/fi-kbl-7567u/igt@gem_ctx_create@basic-files.html https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_4356/fi-skl-6700k2/igt@gem_ctx_create@basic-files.html This does not look like it is GuC-related. Not directly, no. The pstore says the test had finished and was idle for 60-70s before the watchdog killed the machine abruptly. (In reply to Chris Wilson from comment #4) > Not directly, no. The pstore says the test had finished and was idle for > 60-70s before the watchdog killed the machine abruptly. Hmm, ok! Should I file another bug? Yeah, I think the incomplete here is related to the rc1 fallout Tomi is trying to deal with (incompletes without dmesg). Separate bug filed: https://bugs.freedesktop.org/show_bug.cgi?id=106988 Used to be seen every 3 runs or so. Now not seen since CI_DRM_4370_88 (3 months, 2 weeks / 1636 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.