This is a note to let you know that I've just added the patch titled arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro to the 3.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: arm64-dma-removing-arch_has_dma_get_required_mask-macro.patch and it can be found in the queue-3.15 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From f3a183cb422574014538017b5b291a416396f97e Mon Sep 17 00:00:00 2001 From: Suravee Suthikulpanit <Suravee.Suthikulpanit@xxxxxxx> Date: Fri, 6 Jun 2014 23:07:16 +0100 Subject: arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro From: Suravee Suthikulpanit <Suravee.Suthikulpanit@xxxxxxx> commit f3a183cb422574014538017b5b291a416396f97e upstream. Arm64 does not define dma_get_required_mask() function. Therefore, it should not define the ARCH_HAS_DMA_GET_REQUIRED_MASK. This causes build errors in some device drivers (e.g. mpt2sas) Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@xxxxxxx> Signed-off-by: Catalin Marinas <catalin.marinas@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/arm64/include/asm/dma-mapping.h | 2 -- 1 file changed, 2 deletions(-) --- a/arch/arm64/include/asm/dma-mapping.h +++ b/arch/arm64/include/asm/dma-mapping.h @@ -26,8 +26,6 @@ #include <xen/xen.h> #include <asm/xen/hypervisor.h> -#define ARCH_HAS_DMA_GET_REQUIRED_MASK - #define DMA_ERROR_CODE (~(dma_addr_t)0) extern struct dma_map_ops *dma_ops; extern struct dma_map_ops coherent_swiotlb_dma_ops; Patches currently in stable-queue which might be from Suravee.Suthikulpanit@xxxxxxx are queue-3.15/arm64-dma-removing-arch_has_dma_get_required_mask-macro.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html