]> git.itanic.dy.fi Git - linux-stable/commit
s390/dasd: increase printing of debug data payload
authorStefan Haberland <sth@linux.ibm.com>
Wed, 23 Nov 2022 16:07:17 +0000 (17:07 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Nov 2022 17:37:37 +0000 (10:37 -0700)
commitb49e648fcca7e420c4ad670a548e19f0e8531c30
tree60d04c35d53e9355361b0cf419a03030ae81c0e9
parent4ba5f0c36cfdda68347269c02961cd90f8443ace
s390/dasd: increase printing of debug data payload

32 byte are to less for important data from prefix or
other commands.
Print up to 128 byte data. This is enough for the largest
CCW data we have.

Since printk can only print up to 1024 byte at once, print the
different parts of the CCW dumps separately.

Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Link: https://lore.kernel.org/r/20221123160719.3002694-3-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd_eckd.c