linux-kernel-test/drivers/s390/cio
Christian Borntraeger 40ac6b204c [PATCH] s390: fix slab debugging
With CONFIG_SLAB_DEBUG=y networking over qeth doesn't work.  The problem is
that the qib structure embedded in the qeth_irq structure needs an alignment
of 256 but kmalloc only guarantees an alignment of 8.  When using SLAB
debugging the alignment of qeth_irq is not sufficient for the embedded qib
structure which causes all users of qdio (qeth and zfcp) to stop working.
Allocate qeth_irq structure with __get_free_page.  That wastes a small amount
of memory (~2500 bytes) per online adapter.

Signed-off-by: Christian Borntraeger <cborntra@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-04-28 08:33:48 -07:00
..
airq.c [PATCH] s390: Remove CVS generated information 2006-02-01 08:53:23 -08:00
airq.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
blacklist.c [PATCH] s390: wrong return codes in cio_ignore_proc_init() 2006-04-11 06:18:37 -07:00
blacklist.h [PATCH] s390: multiple subchannel sets support 2006-01-06 08:33:52 -08:00
ccwgroup.c [PATCH] s390: kzalloc() conversion in drivers/s390 2006-03-24 07:33:18 -08:00
chsc.c [PATCH] s390: enable interrupts on error path 2006-04-28 08:33:47 -07:00
chsc.h [PATCH] s390: channel path measurements 2006-03-24 07:33:16 -08:00
cio_debug.h [PATCH] s390: increase cio_trace debug event size 2006-04-11 06:18:37 -07:00
cio.c [PATCH] s390: increase cio_trace debug event size 2006-04-11 06:18:37 -07:00
cio.h [PATCH] s390: introduce struct subchannel_id 2006-01-06 08:33:51 -08:00
cmf.c [PATCH] s390: Remove CVS generated information 2006-02-01 08:53:23 -08:00
css.c [PATCH] s390: kzalloc() conversion in drivers/s390 2006-03-24 07:33:18 -08:00
css.h [PATCH] s390: channel path measurements 2006-03-24 07:33:16 -08:00
device_fsm.c [PATCH] s390: wrong interrupt delivered for hsch() or csch() 2006-03-24 07:33:15 -08:00
device_id.c [PATCH] s390: email-address change 2006-01-14 18:27:10 -08:00
device_ops.c [PATCH] s390: kzalloc() conversion in drivers/s390 2006-03-24 07:33:18 -08:00
device_pgid.c [PATCH] s390: ccw device disbanding 2006-02-17 13:59:26 -08:00
device_status.c [PATCH] s390: fix assignment instead of check in ccw_device_set_online() 2006-02-17 13:59:27 -08:00
device.c [PATCH] s390: kzalloc() conversion in drivers/s390 2006-03-24 07:33:18 -08:00
device.h [PATCH] s390: introduce struct subchannel_id 2006-01-06 08:33:51 -08:00
ioasm.h [PATCH] s390: cleanup Kconfig 2006-01-06 08:33:53 -08:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qdio.c [PATCH] s390: fix slab debugging 2006-04-28 08:33:48 -07:00
qdio.h [PATCH] s390: Remove CVS generated information 2006-02-01 08:53:23 -08:00
schid.h [PATCH] s390: multiple subchannel sets support 2006-01-06 08:33:52 -08:00