]> git.baikalelectronics.ru Git - kernel.git/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)
commit5961fe85455b6dbcd852057f9b5a7e20f62b25d4
tree60d04c35d53e9355361b0cf419a03030ae81c0e9
parent4fff2ae7e2beed9e5af089c83ace65e11591fa01
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