K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2016-03-12T11:54:58.484627Z K 7 svn:log V 400 drm/i915: Fix page fault handler failure ... when __wait_seqno() is interrupted by a signal. In this case, __wait_seqno() returns -ERESTARTSYS. Like we already do in drm_ioctl(), we need to convert this error to a common code such as -EINTR, so the page fault handler is restarted. Reported by: Frederic Chardon Tested by: Frederic Chardon END