Linux block layer
 help / color / mirror / Atom feed
* [PATCH 0/3] mtip32xx: make it working with mq scheduler
@ 2017-04-19  0:31 Ming Lei
  2017-04-19  0:31 ` [PATCH 1/3] blk-mq: export blk_mq_get_driver_tag Ming Lei
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ming Lei @ 2017-04-19  0:31 UTC (permalink / raw)
  To: Jens Axboe, linux-block
  Cc: Christoph Hellwig, Omar Sandoval, Jozef Mikovic, Ming Lei

Hi,

This patchset fixes two issues on mtip32xx when mq schedluer is
used, and the issue is introduced in v4.11-rc:

1) the 1st two patches fixes one kernel oops trigered in blk_mq_tag_to_rq()

2) the 3rd patch fixes hardware failure and system panic which is caused
by misusing request index as request tag in .init_request()


Please consider this patchset for v4.11.

Sorry for being a bit late because my test system is just recovered.

Thanks,
Ming

Ming Lei (3):
  blk-mq: export blk_mq_get_driver_tag
  mtip32xx: assign driver tag
  mtip32xx: use runtime tag to initialize command header

 block/blk-mq.c                    |  1 +
 drivers/block/mtip32xx/mtip32xx.c | 38 ++++++++++++++++++++++++++------------
 include/linux/blk-mq.h            |  3 +++
 3 files changed, 30 insertions(+), 12 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-04-20  5:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19  0:31 [PATCH 0/3] mtip32xx: make it working with mq scheduler Ming Lei
2017-04-19  0:31 ` [PATCH 1/3] blk-mq: export blk_mq_get_driver_tag Ming Lei
2017-04-19  0:31 ` [PATCH 2/3] mtip32xx: assign driver tag Ming Lei
2017-04-19  0:31 ` [PATCH 3/3] mtip32xx: use runtime tag to initialize command header Ming Lei
2017-04-20  5:00   ` Christoph Hellwig
2017-04-19  6:27 ` [PATCH 0/3] mtip32xx: make it working with mq scheduler Christoph Hellwig
2017-04-19  7:44   ` Ming Lei

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