From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Ming Lei To: Jens Axboe Cc: linux-block@vger.kernel.org, Ming Lei , Josef Bacik , Christoph Hellwig , Guenter Roeck , Mark Brown , Matt Hart , Johannes Thumshirn , John Garry , Hannes Reinecke , "Martin K. Petersen" , James Bottomley , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH V2 0/2] blk-mq: fix fix blk_mq_tagset_busy_iter Date: Fri, 3 Aug 2018 01:49:35 +0800 Message-Id: <20180802174937.15444-1-ming.lei@redhat.com> List-ID: Hi Jens, The two patches fixes boot hang issue in lots of test vm system. And the cause is in blk_mq_tagset_busy_iter(). V2: - move blk_mq_request_started() into header file as suggested by James Ming Lei (2): blk-mq: move blk_mq_request_started() into header file blk-mq: fix blk_mq_tagset_busy_iter block/blk-mq-tag.c | 2 +- block/blk-mq.c | 6 ------ block/blk-mq.h | 9 --------- include/linux/blk-mq.h | 15 ++++++++++++++- 4 files changed, 15 insertions(+), 17 deletions(-) Cc: Josef Bacik Cc: Christoph Hellwig Cc: Guenter Roeck Cc: Mark Brown Cc: Matt Hart Cc: Johannes Thumshirn Cc: John Garry Cc: Hannes Reinecke , Cc: "Martin K. Petersen" , Cc: James Bottomley Cc: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org -- 2.9.5