This patch set fixes failures with AMD OpenCL and signals. The first patch makes the kernel return -ERESTARTSYS instead of -EINTR, so that the syscall is restarted if the signal has the SA_RESTART flag.
The second patch removes a spurious error message. Mikulas
