From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: various DMA mapping fixes for 4.21-rc1 Date: Wed, 2 Jan 2019 09:33:14 +0100 Message-ID: <20190102083319.12374-1-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Cc: Corentin Labbe , Robin Murphy List-Id: iommu@lists.linux-foundation.org Hi all, this series fixes up some fallout from the changes in this merge window. Patch 1 ensures dma-debug works correctly with the merge map_page / map_single implementation, patch 4 makes sure the DMA API calls are properly stubbed out for COMPILE_TEST builds on UML. Patches 2 and 3 make patch 4 a little simpler, and patch 5 removes various exports no needed now that we moved a lot of functionality out of line.