Hi all, this series tries to get rid of the global and PCI_DMA_BUS_IS_PHYS flag, which causes the block layer and networking code to bounce buffer memory above the dma mask in some cases. It is a leftover from i386 + highmem days and is obsolete now that we have swiotlb or iommus so that the dma ops implementations can always (minus the ISA DMA case which will require further attention) handle memory passed to them. Changes since V1: - dropped all patches not strictly required to remove PCI_DMA_BUS_IS_PHYS, those will be resent separately