[Bug 103365] [GLK] gem_fd_exhaustion produces file-max limit 377904 reached
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 25 10:51:56 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103365
Chris Wilson <chris at chris-wilson.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
commit 07f515979e06d4fdc6d09daa19335e91083a96f8 (HEAD, upstream/master)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Fri Oct 20 11:18:01 2017 +0100
igt/gem_fd_exhaustion: Remove stale assert
__gem_create() doesn't touch the outparam *handle on failure, so we can
no longer assert that it zero. This is reasonable to remove as it is just
testing the library itself and not the kernel, so no loss in coverage.
We already had to remove the false assertion that gem_create() must fail
following fd exhaustion (as we can not prevent the kernel from freeing
VFS fdspace in between calls).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20171025/e68ebde4/attachment.html>
More information about the dri-devel
mailing list