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 tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping

Christoph writes:
"dma mapping fix for 4.19-rc6

fix a missing Kconfig symbol for commits introduced in 4.19-rc"

* tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping:
dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration

+3
+3
kernel/dma/Kconfig
··· 23 23 bool 24 24 select NEED_DMA_MAP_STATE 25 25 26 + config ARCH_HAS_SYNC_DMA_FOR_CPU_ALL 27 + bool 28 + 26 29 config DMA_DIRECT_OPS 27 30 bool 28 31 depends on HAS_DMA