public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG] Regression introduced with "block: split bios to max possible length"
@ 2016-01-21 14:57 Stefan Haberland
  2016-01-21 21:34 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Stefan Haberland @ 2016-01-21 14:57 UTC (permalink / raw)
  To: keith.busch, axboe, torvalds; +Cc: linux-kernel, linux-s390, Sebastian Ott

Hi,

unfortunately commit e36f62042880 "block: split bios to maxpossible length"
breaks the DASD driver on s390.  We expect the block requests to be multiple
of 4k in size. With the patch applied I see the requests split up in 
multiple
of 512 byte and therefore the requests get rejected and lots of I/Os fail.

Could you please fix or revert the patch?

We have following values set for the block queue:

hw_sector_size         4096
logical_block_size     4096
minimum_io_size        4096
physical_block_size    4096
max_hw_sectors_kb       760
max_sectors_kb          760
max_segment_size       4096
max_segments          65535

Regards,
Stefan

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-01-22 17:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21 14:57 [BUG] Regression introduced with "block: split bios to max possible length" Stefan Haberland
2016-01-21 21:34 ` Jens Axboe
2016-01-21 22:51   ` Keith Busch
2016-01-22  1:12     ` Linus Torvalds
2016-01-22  3:21       ` Keith Busch
2016-01-22  4:15         ` Linus Torvalds
2016-01-22 14:56           ` Keith Busch
2016-01-22 17:15             ` Jens Axboe
2016-01-22 15:06           ` Ming Lei
2016-01-22 17:03             ` Linus Torvalds
2016-01-22 17:48               ` Ming Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox