From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:49126 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967538AbdDTAoh (ORCPT ); Wed, 19 Apr 2017 20:44:37 -0400 Date: Thu, 20 Apr 2017 08:44:11 +0800 From: Ming Lei To: Jens Axboe Cc: linux-block@vger.kernel.org, Christoph Hellwig , Omar Sandoval , Jozef Mikovic Subject: Re: [PATCH 0/4] blk-mq-sched: allow to use hw tag for sched Message-ID: <20170420004410.GA16917@ming.t460p> References: <20170415123825.32716-1-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Wed, Apr 19, 2017 at 02:17:45PM -0600, Jens Axboe wrote: > On 04/15/2017 06:38 AM, Ming Lei wrote: > > The 1st patch enhances BLK_MQ_F_NO_SCHED so that we can't change/ > > show available io schedulers on devices which don't support io > > scheduler. > > > > The 2nd patch passes BLK_MQ_F_NO_SCHED for avoiding one regression > > on mtip32xx, which is introduced by blk-mq io scheduler. > > I've added 1-2 for 4.11 for now, and then let's plan on getting > a real fix done for 4.12. The real fix has been posted out already: http://marc.info/?t=149256196700001&r=1&w=2 Could you consider that for 4.12? Thanks, Ming