kernel-ark/drivers/s390
Sebastian Ott 739737efb5 s390/vmwatchdog: do not use static data
Using static data for fields which are accessed by HW will fail if
the driver is build as a module (since this would be vmalloc'ed
memory). This Bug was revealed via
"s390: remove virt_to_phys implementation" - the old virt_to_phys
implementation would have translated the address but it was not
guaranteed that the memory was contiguous.

Fix it by putting the data on the stack.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2013-06-26 21:10:29 +02:00
..
block s390/dasd: Cocci spatch "ptr_ret.spatch" 2013-06-26 21:10:19 +02:00
char s390/vmwatchdog: do not use static data 2013-06-26 21:10:29 +02:00
cio s390/airq: simplify adapter interrupt code 2013-06-26 21:10:28 +02:00
crypto s390/airq: simplify adapter interrupt code 2013-06-26 21:10:28 +02:00
kvm Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm 2013-05-05 14:47:31 -07:00
net s390/net: Cocci spatch "ptr_ret.spatch" 2013-06-26 21:10:20 +02:00
scsi s390/time: rename tod clock access functions 2013-02-14 15:55:10 +01:00
Makefile