Re: [PATCH] vmxnet3: fix checks for dma mapping errors
From: David Miller <davem@davemloft.net>
Date: 2015-12-01 20:19:49
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2015-12-01 20:19:49
Also in:
lkml
From: Alexey Khoroshilov <redacted> Date: Sat, 28 Nov 2015 01:29:30 +0300
vmxnet3_drv does check dma_addr with dma_mapping_error() after mapping dma memory. The patch adds the checks and tries to handle failures. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <redacted>
Applied with typo fixed, thanks.