mbox series

[0/4] s390/dasd: fix out of bound access and other fixes

Message ID 20221123160719.3002694-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series s390/dasd: fix out of bound access and other fixes | expand

Message

Stefan Haberland Nov. 23, 2022, 4:07 p.m. UTC
Hi Jens,

please apply the following patches that:

 - fix an out of bound access
 - fix a possible IO error on non-IBM storage
 - fix a typo
 - improve debug data for error scenarios

regards,
Stefan

Colin Ian King (1):
  s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"

Stefan Haberland (3):
  s390/dasd: increase printing of debug data payload
  s390/dasd: fix no record found for raw_track_access
  s390/dasd: fix possible buffer overflow in copy_pair_show

 drivers/s390/block/dasd_devmap.c |  2 +-
 drivers/s390/block/dasd_eckd.c   | 43 ++++++++++++++++----------------
 drivers/s390/block/dasd_ioctl.c  |  2 +-
 3 files changed, 23 insertions(+), 24 deletions(-)

Comments

Jens Axboe Nov. 23, 2022, 5:37 p.m. UTC | #1
On Wed, 23 Nov 2022 17:07:15 +0100, Stefan Haberland wrote:
> please apply the following patches that:
> 
>  - fix an out of bound access
>  - fix a possible IO error on non-IBM storage
>  - fix a typo
>  - improve debug data for error scenarios
> 
> [...]

Applied, thanks!

[1/4] s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
      commit: 4ba5f0c36cfdda68347269c02961cd90f8443ace
[2/4] s390/dasd: increase printing of debug data payload
      commit: b49e648fcca7e420c4ad670a548e19f0e8531c30
[3/4] s390/dasd: fix no record found for raw_track_access
      commit: 590ce6d96d6a224b470a3862c33a483d5022bfdb
[4/4] s390/dasd: fix possible buffer overflow in copy_pair_show
      commit: 7e8a05b47ba7200f333eefd19979eeb4d273ceec

Best regards,