dma_ip_drivers
dma_ip_drivers copied to clipboard
ERESTARTSYS (aka Error 512) should not leak to userspace
ERESTARTSYS is intended for internal kernel purposes and should not leak to userspace. The driver should return error codes that are standard in userspace. This is EAGAIN (Try Again) for current implementation of Event Device and ETIMEDOUT for DMA read/write