From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932141AbeBGPuo (ORCPT ); Wed, 7 Feb 2018 10:50:44 -0500 Received: from vulcan.natalenko.name ([104.207.131.136]:52106 "EHLO vulcan.natalenko.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932109AbeBGPuk (ORCPT ); Wed, 7 Feb 2018 10:50:40 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 vulcan.natalenko.name DE21B2E7A0A Authentication-Results: vulcan.natalenko.name; dmarc=fail (p=none dis=none) header.from=natalenko.name MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 07 Feb 2018 16:50:22 +0100 From: Oleksandr Natalenko To: Paolo Valente Cc: Mike Galbraith , Jens Axboe , linux-block , Linux Kernel Mailing List , Ulf Hansson , Mark Brown , Linus Walleij , "'Paolo Valente' via bfq-iosched" , Alban Browaeys , Ming Lei , Ivan Kozik , SERENA ZIVIANI <169364@studenti.unimore.it>, Serena Ziviani , =?UTF-8?Q?Holger_Hoffst=C3=A4tte?= Subject: Re: [PATCH BUGFIX 1/1] block, bfq: add requeue-request hook In-Reply-To: <8D356375-4C35-41EC-9F4D-0E321B08F9BF@linaro.org> References: <20180205190510.5499-1-paolo.valente@linaro.org> <20180205190510.5499-2-paolo.valente@linaro.org> <1517903761.9843.12.camel@gmx.de> <899B68CC-5955-4418-8BFF-DC55A743A61B@linaro.org> <1517918234.25841.31.camel@gmx.de> <77124223e6116350a5184a5199850304@natalenko.name> <1517924768.25841.32.camel@gmx.de> <8842084cc8a26b7f46ae600bda8a7bd0@natalenko.name> <82ffc96aacc3945861cbb708df346338@natalenko.name> <1517995431.25619.5.camel@gmx.de> <1517998516.6606.1.camel@gmx.de> <5584030F-8F4E-4C98-84A5-79873A1BF775@linaro.org> <8D356375-4C35-41EC-9F4D-0E321B08F9BF@linaro.org> Message-ID: <9a99ff3cb52e475f48327c91e3d236d0@natalenko.name> User-Agent: Roundcube Webmail/1.3.3 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=natalenko.name; s=arc-20170712; t=1518018623; h=from:subject:date:message-id:to:cc:mime-version:content-type:content-transfer-encoding:in-reply-to:references; bh=3gkAms5d0Js1G27hRPOc486ApwatGKYAyEcShYv3qos=; b=ZESpw/W6LeHum9V+D29uHFOn8xZGqCNIBfFbB3tS9djd9B6xcGjDDV8Ydw1JcmWSOYd5eu QS0JjXkhtaFdPyWdlp6RwX/4RqdW19TGbgej7gesyoNf9Dcc5/Qb6wfz4JgayI2E0gO+tm Tz7KM5jb0OyHHC+axijDELUNaGJT+3U= ARC-Seal: i=1; s=arc-20170712; d=natalenko.name; t=1518018623; a=rsa-sha256; cv=none; b=ttFkye3Grs5KUMh6siZjraW/jlejR7UA1yQ9fQkhwomWMvhWCnOnGknAumLqiNty3ureGOKh2jI7dO432QdCzyebwId2+ufahkCZtISucpAJ4CyFE/DARCJvQkeqpyDLGai5a0aRORXUtuDWX7KB+O13RSTi9UckcgLjGPOujxQ= ARC-Authentication-Results: i=1; auth=pass smtp.auth=oleksandr@natalenko.name smtp.mailfrom=oleksandr@natalenko.name Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi. 07.02.2018 12:27, Paolo Valente wrote: > Hi Oleksandr, Holger, > before I prepare a V2 candidate patch, could you please test my > instrumentation patch too, with the above change made. For your > convenience, I have attached a compressed archive with both the > instrumentation patch and a patch making the above change. > > Crossing my fingers, > Paolo With all three patches applied I cannot reproduce neither cfdisk hang nor some kind of boom. Thank you. Oleksandr