From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754664AbdLUSSP (ORCPT ); Thu, 21 Dec 2017 13:18:15 -0500 Received: from wolff.to ([98.103.208.27]:41290 "HELO wolff.to" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752805AbdLUSR6 (ORCPT ); Thu, 21 Dec 2017 13:17:58 -0500 Date: Thu, 21 Dec 2017 12:15:31 -0600 From: Bruno Wolff III To: Jens Axboe Cc: weiping zhang , Laura Abbott , Jan Kara , linux-mm@kvack.org, Linux Kernel Mailing List , regressions@leemhuis.info, weiping zhang , linux-block@vger.kernel.org Subject: Re: Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register") Message-ID: <20171221181531.GA21050@wolff.to> References: <20171221130057.GA26743@wolff.to> <20171221151843.GA453@wolff.to> <20171221153631.GA2300@wolff.to> <20171221164221.GA23680@wolff.to> <14f04d43-728a-953f-e07c-e7f9d5e3392d@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <14f04d43-728a-953f-e07c-e7f9d5e3392d@kernel.dk> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 21, 2017 at 10:02:15 -0700, Jens Axboe wrote: >On 12/21/17 9:42 AM, Bruno Wolff III wrote: >> On Thu, Dec 21, 2017 at 23:48:19 +0800, >> weiping zhang wrote: >>>> output you want. I never saw it for any kernels I compiled myself. Only when >>>> I test kernels built by Fedora do I see it. >>> see it every boot ? >> >> I don't look every boot. The warning gets scrolled of the screen. Once I see >> the CPU hang warnings I know the boot is failing. I don't always look >> at journalctl later to see what's there. > >I'm going to revert a0747a859ef6 for now, since we're now 8 days into this >and no progress has been made on fixing it. One important thing I have just found is that it looks like the problem only happens when booting in enforcing mode. If I boot in permissive mode it does not happen. My home machines are currently set to boot in permissive mode and I'll test this evening to see if I can reproduce the problem if I change them to enforcing mode. If so I'll be able to do lots of testing during my vacation.