From: Hendrik Brueckner Date: Mon, 8 Mar 2010 11:25:15 +0000 (+0100) Subject: [S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA X-Git-Tag: v2.6.34-rc1~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a970d9889c7d6f451ee91ed361d0f0119d3778;p=pandora-kernel.git [S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA The device driver must allocate memory for IUCV buffers with GFP_DMA, because IUCV cannot address memory above 2GB (31bit addresses only). Because the IUCV ignores the higher bits of the address, sending and receiving IUCV data with this driver might cause memory corruptions. Signed-off-by: Hendrik Brueckner Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed