FYI, we noticed the below changes on git://anongit.freedesktop.org/drm-intel drm-intel-next-queued commit c1a415e261aad096b3458ba9157fefd123aa7cbf ("drm/i915: Disable shrinker for non-swapped backed objects") After OOM, the following new message was shown in kernel log. <6>[ 28.831871] Purging GPU memory, 0 bytes freed, 425984 bytes still pinned. <3>[ 28.833437] 0 and 4096 bytes still available in the bound and unbound GPU page lists. <4>[ 28.835150] gem_userptr_bli invoked oom-killer: gfp_mask=0x24280ca, order=0, oom_score_adj=1000 <6>[ 28.836815] gem_userptr_bli cpuset=/ mems_allowed=0 To reproduce: git clone git://git.kernel.org/pub/scm/linux/kernel/git/wfg/lkp-tests.git cd lkp-tests bin/lkp install job.yaml # job file is attached in this email bin/lkp run job.yaml Thanks, Ying Huang