Revision 2dd516ff7d852c2cda8c5b883d6625d1c812714e authored by Linus Torvalds on 20 December 2018, 02:16:17 UTC, committed by Linus Torvalds on 20 December 2018, 02:16:17 UTC
Pull dma-mapping fix from Christoph Hellwig:
 "Fix a regression in dma-direct that didn't take account the magic AMD
  memory encryption mask in the DMA address"

* tag 'dma-mapping-4.20-4' of git://git.infradead.org/users/hch/dma-mapping:
  dma-direct: do not include SME mask in the DMA supported check
2 parent s 62393db + c92a54c
Raw File
Makefile
#
# Makefile for IUCV
#

obj-$(CONFIG_IUCV)	+= iucv.o
obj-$(CONFIG_AFIUCV)	+= af_iucv.o
back to top