]> 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)
commit092eba1f901e512f702acbec01cad960e93a08f6
tree60d04c35d53e9355361b0cf419a03030ae81c0e9
parentd18f7205fd3bf1d2fd5538b5a13af10748cc85ad
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