K 10 svn:author V 3 kwm K 8 svn:date V 27 2015-11-02T13:12:13.105701Z K 7 svn:log V 296 The intel kernel driver leaks error code "512" (ERESTARTSYS) to userland. This error code should be converted to EINTR and/or EAGAIN. Teach libdrm to handle this error code as a work around, and add a override to not apply the patch. Which is done for people doing DRM development. PR: 204174 END