Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752351AbdLUOBh (ORCPT ); Thu, 21 Dec 2017 09:01:37 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:39426 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751609AbdLUOBf (ORCPT ); Thu, 21 Dec 2017 09:01:35 -0500 X-Google-Smtp-Source: ACJfBosscJNIY88YTa+xTVlr8yt4X9m0nvM7dLve9RBy5XPtlQLJZ3f4HrGrKBcTNEH9j39L1rBhzPlZkPTSTCc47sU= MIME-Version: 1.0 In-Reply-To: <20171221130057.GA26743@wolff.to> References: <20171221130057.GA26743@wolff.to> From: weiping zhang Date: Thu, 21 Dec 2017 22:01:33 +0800 Message-ID: Subject: Re: Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register") To: Bruno Wolff III Cc: Laura Abbott , Jan Kara , Jens Axboe , linux-mm@kvack.org, Linux Kernel Mailing List , regressions@leemhuis.info, weiping zhang , linux-block@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 880 Lines: 19 2017-12-21 21:00 GMT+08:00 Bruno Wolff III : > After today, I won't have physical access to the problem machine until > January 2nd. So if you guys have any testing suggestions I need them soon if > they are to get done before my vacation. > I do plan to try booting to level 1 to see if I can get a login prompt that > might facilitate testing. The lockups do happen fairly late in the boot > process. I never get to X, but maybe it will get far enough for a console > login. > Hi, how do you do bisect ?build all kernel commit one by one ? as you did before: https://bugzilla.redhat.com/show_bug.cgi?id=1520982 what kernel source code do you use that occur warning at device_add_disk? from fedora or any official release ? if so ,could you provide web link? if you use same kernel source code and same .config, why your own build Cann't trigger that warning ?