Files
linux/drivers/s390/char
Gerald Schaefer b988320dab s390/vmlogrdr: fix IUCV buffer allocation
commit 5457e03de9 upstream.

The buffer for iucv_message_receive() needs to be below 2 GB. In
__iucv_message_receive(), the buffer address is casted to an u32, which
would result in either memory corruption or an addressing exception when
using addresses >= 2 GB.

Fix this by using GFP_DMA for the buffer allocation.

Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-01-09 08:07:49 +01:00
..
2015-04-23 16:55:50 +02:00
2005-04-16 15:20:36 -07:00
2014-11-19 13:01:20 -05:00
2015-03-25 11:49:33 +01:00
2013-01-15 22:43:15 -08:00
2014-09-25 10:52:02 +02:00
2015-08-04 14:06:53 +02:00
2015-07-01 09:34:38 +02:00
2015-06-25 09:39:26 +02:00