Re: [PATCH 3.16 310/366] vmxnet3: fix checks for dma mapping errors

2019-03-29 Thread Thomas Weißschuh
> 3.16.60-rc1 review patch. If anyone has any objections, please let me know. Sorry for the late response, this just hit the kernel in Debian Jessie (oldstable) a few days ago. > -- > > From: Alexey Khoroshilov > > commit 5738a09d58d5ad2871f1f9a42bf6a3aa9ece5b3c upstream. > >

[PATCH 3.16 310/366] vmxnet3: fix checks for dma mapping errors

2018-10-14 Thread Ben Hutchings
3.16.60-rc1 review patch. If anyone has any objections, please let me know. -- From: Alexey Khoroshilov commit 5738a09d58d5ad2871f1f9a42bf6a3aa9ece5b3c upstream. vmxnet3_drv does not check dma_addr with dma_mapping_error() after mapping dma memory. The patch adds the checks an