From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:51602 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753459AbeDQOec (ORCPT ); Tue, 17 Apr 2018 10:34:32 -0400 Subject: Re: [PATCH] blk-mq: start request gstate with gen 1 To: Martin Steigerwald Cc: axboe@kernel.dk, bart.vanassche@wdc.com, tj@kernel.org, ming.lei@redhat.com, stable@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org References: <1523936780-1589-1-git-send-email-jianchao.w.wang@oracle.com> <2612135.Ur0PZolWSD@merkaba> From: "jianchao.wang" Message-ID: <3737bdcd-f04b-4510-2673-baa6dcdcb557@oracle.com> Date: Tue, 17 Apr 2018 22:34:08 +0800 MIME-Version: 1.0 In-Reply-To: <2612135.Ur0PZolWSD@merkaba> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi Martin On 04/17/2018 08:10 PM, Martin Steigerwald wrote: > For testing it I add it to 4.16.2 with the patches I have already? You could try to only apply this patch to have a test. :) > > - '[PATCH] blk-mq_Directly schedule q->timeout_work when aborting a > request.mbox' > > - '[PATCH v2] block: Change a rcu_read_{lock,unlock}_sched() pair into > rcu_read_{lock,unlock}().mbox' > > - '[PATCH V4 1_2] blk-mq_set RQF_MQ_TIMEOUT_EXPIRED when the rq'\''s > timeout isn'\''t handled.mbox' > > - '[PATCH V4 2_2] blk-mq_fix race between complete and > BLK_EH_RESET_TIMER.mbox Thanks Jianchao