dma_ip_drivers icon indicating copy to clipboard operation
dma_ip_drivers copied to clipboard

ERESTARTSYS (aka Error 512) should not leak to userspace

Open dmitrym1 opened this issue 11 months ago • 0 comments

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

dmitrym1 avatar Jan 17 '25 16:01 dmitrym1