Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx:
ioat2: fix performance regression

+1 -1
+1 -1
drivers/dma/ioat/dma_v2.c
··· 879 879 dma->device_issue_pending = ioat2_issue_pending; 880 880 dma->device_alloc_chan_resources = ioat2_alloc_chan_resources; 881 881 dma->device_free_chan_resources = ioat2_free_chan_resources; 882 - dma->device_tx_status = ioat_tx_status; 882 + dma->device_tx_status = ioat_dma_tx_status; 883 883 884 884 err = ioat_probe(device); 885 885 if (err)