From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751534AbdBMWjW convert rfc822-to-8bit (ORCPT ); Mon, 13 Feb 2017 17:39:22 -0500 Received: from esa2.hgst.iphmx.com ([68.232.143.124]:64115 "EHLO esa2.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751394AbdBMWjU (ORCPT ); Mon, 13 Feb 2017 17:39:20 -0500 X-IronPort-AV: E=Sophos;i="5.35,158,1483977600"; d="scan'208";a="80738082" X-AuditID: ac1c2133-aa3ff7000001a7e2-0b-58a235828598 From: Bart Van Assche To: "paolo.valente@linaro.org" CC: "ulf.hansson@linaro.org" , "tj@kernel.org" , "linux-kernel@vger.kernel.org" , "linux-block@vger.kernel.org" , "broonie@kernel.org" , "linus.walleij@linaro.org" , "axboe@kernel.dk" Subject: Re: [WIP PATCHSET 0/4] WIP branch for bfq-mq Thread-Topic: [WIP PATCHSET 0/4] WIP branch for bfq-mq Thread-Index: AQHShkn2vdJCV7ChEUaUaTvu0PBclw== Date: Mon, 13 Feb 2017 22:38:57 +0000 Message-ID: <1487025524.2719.11.camel@sandisk.com> References: <20170207172446.4528-1-paolo.valente@linaro.org> <1486745110.2840.3.camel@sandisk.com> <1241B224-A446-4C76-87BB-4EA63852B6D1@linaro.org> <4a893c20-5a6b-a16c-073a-57c1a3d91b5a@sandisk.com> <55E6D3EE-27D1-4D46-ABE5-750445FB941B@linaro.org> <1A8DF6A8-C251-472A-9CE1-ACB1BCD0E9AB@linaro.org> <1487023626.2719.9.camel@sandisk.com> In-Reply-To: <1487023626.2719.9.camel@sandisk.com> Accept-Language: nl-NL, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.181.8.64] Content-Type: text/plain; charset="iso-8859-1" Content-ID: Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrOIsWRmVeSWpSXmKPExsWyRobxn26r6aIIg78HVC1W3+1ns5j68Amb xZQ/y5ks9t7Stri8aw6bxas/e5ksfi0/ymhxfG24A4fH5bOlHptWdbJ53Lm2h83j8ya5AJYo LpuU1JzMstQifbsErozVK/+yFrzmqnh2vJe1gbGTs4uRk0NCwERi68tNTCC2kMASJomj39i7 GLmA7EuMEi+fX2IDSbAJGEnMnrCHBcQWEbCUWDX1BitIEbPAYyaJef2dYAlhAVOJO4taWSGK zCR+fD4C1aAncXLJU7A4i4CqxPc128CG8gINffngJyPENqBBLTemgSU4gRIvLuwEsjk4GAVk JVpec4OEmQXEJW49mc8EcbWAxJI955khbFGJl4//sYKUSwjIS1w/bQdRridxY+oUsCnMAlYS 17pZIcLaEssWvmaGuEBQ4uTMJywTGMVmIVkwC0n3LITuWUi6ZyHpXsDIuopRrDgxuTg3PbXA 0ESvODEvJbM4Wy85P3cTIzg6FY13MP7b4H6IUYCDUYmHd8KBhRFCrIllxZW5hxglOJiVRHjD jRdFCPGmJFZWpRblxxeV5qQWH2KU5mBREueNmT01QkggPbEkNTs1tSC1CCbLxMEp1cDoxmO1 f+/mLw02TGe5rCe4da1ZGPFzJcuixf8/C56OnbFNkInP5h2LXGZSVxDn6isOAt9b9let4NzS ITfNfDXvm9TdLV6+S0WKJ88puDCT5bDoKo32Q5wn+99susdZuD3gn/wn1Q7G+u+vJh9MP+o6 rYV/ZqFHb+HZIhZTWeP2Ge8bu87m3zFRYinOSDTUYi4qTgQAl6L9BcoCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-02-13 at 22:07 +0000, Bart Van Assche wrote: > On Mon, 2017-02-13 at 22:07 +0100, Paolo Valente wrote: > > but what do you think about trying this fix? > > Sorry but with ... the same server I used for the previous test still > didn't boot up properly. A screenshot is available at > https://goo.gl/photos/Za9QVGCNe2BJBwxVA. > > > Otherwise, if you have no news or suggestions, would you be willing to > > try my micro-logging proposal https://github.com/Algodev-github/bfq-mq? > > Sorry but it's not clear to me what logging mechanism you are referring > to and how to enable it? Are you perhaps referring to > CONFIG_BFQ_REDIRECT_TO_CONSOLE? Anyway, a second screenshot has been added to the same album after I had applied the following patch: diff --git a/block/Makefile b/block/Makefile index 1c04fe19e825..bf472ac82c08 100644 --- a/block/Makefile +++ b/block/Makefile @@ -2,6 +2,8 @@ # Makefile for the kernel block layer #   +KBUILD_CFLAGS += -DCONFIG_BFQ_REDIRECT_TO_CONSOLE + obj-$(CONFIG_BLOCK) := bio.o elevator.o blk-core.o blk-tag.o blk-sysfs.o \                        blk-flush.o blk-settings.o blk-ioc.o blk-map.o \                        blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \ Bart.