mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
tests: Add gem_fd_exhaustion
Exhausts the system limit on open files and then tries to create a new shmem-backed gem object. Linus Torvalds reported that this blows up on a null obj->base.filp, but I can't reproduce this here: http://lists.freedesktop.org/archives/intel-gfx/2014-January/038433.html Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -85,6 +85,7 @@ TESTS_progs = \
|
||||
gem_exec_big \
|
||||
gem_exec_blt \
|
||||
gem_exec_lut_handle \
|
||||
gem_fd_exhaustion \
|
||||
gem_gtt_cpu_tlb \
|
||||
gem_gtt_hog \
|
||||
gem_gtt_speed \
|
||||
|
||||
Reference in New Issue
Block a user