The patch titled Subject: HAVE_DMA_ATTRS: remove leftovers in Kconfig has been removed from the -mm tree. Its filename was dma-mapping-always-provide-the-dma_map_ops-based-implementation-fix.patch This patch was dropped because it was folded into dma-mapping-always-provide-the-dma_map_ops-based-implementation.patch ------------------------------------------------------ From: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Subject: HAVE_DMA_ATTRS: remove leftovers in Kconfig The Kconfig option HAVE_DMA_ATTRS has been removed by commit f6f306eeb7ea ("dma-mapping: always provide the dma_map_ops based implementation"). Remove leftover references on this option. Signed-off-by: Valentin Rothberg <valentinrothberg@xxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/Kconfig | 1 - drivers/gpu/drm/vc4/Kconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff -puN arch/s390/Kconfig~dma-mapping-always-provide-the-dma_map_ops-based-implementation-fix arch/s390/Kconfig --- a/arch/s390/Kconfig~dma-mapping-always-provide-the-dma_map_ops-based-implementation-fix +++ a/arch/s390/Kconfig @@ -579,7 +579,6 @@ config QDIO menuconfig PCI bool "PCI support" - select HAVE_DMA_ATTRS select PCI_MSI select IOMMU_SUPPORT help diff -puN drivers/gpu/drm/vc4/Kconfig~dma-mapping-always-provide-the-dma_map_ops-based-implementation-fix drivers/gpu/drm/vc4/Kconfig --- a/drivers/gpu/drm/vc4/Kconfig~dma-mapping-always-provide-the-dma_map_ops-based-implementation-fix +++ a/drivers/gpu/drm/vc4/Kconfig @@ -1,7 +1,7 @@ config DRM_VC4 tristate "Broadcom VC4 Graphics" depends on ARCH_BCM2835 || COMPILE_TEST - depends on DRM && HAVE_DMA_ATTRS + depends on DRM select DRM_KMS_HELPER select DRM_KMS_CMA_HELPER select DRM_GEM_CMA_HELPER _ Patches currently in -mm which might be from valentinrothberg@xxxxxxxxx are powerpc-enable-ubsan-support-fix.patch dma-mapping-always-provide-the-dma_map_ops-based-implementation.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html