linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Bruno Wolff III <bruno@wolff.to>
To: weiping zhang <zwp10758@gmail.com>
Cc: Laura Abbott <labbott@redhat.com>, Jan Kara <jack@suse.cz>,
	Jens Axboe <axboe@kernel.dk>,
	linux-mm@kvack.org,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	regressions@leemhuis.info,
	weiping zhang <zhangweiping@didichuxing.com>,
	linux-block@vger.kernel.org
Subject: Re: Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register")
Date: Thu, 21 Dec 2017 09:18:43 -0600	[thread overview]
Message-ID: <20171221151843.GA453@wolff.to> (raw)
In-Reply-To: <CAA70yB6Z=r+zO7E+ZP74jXNk_XM2CggYthAD=TKOdBVsHLLV-w@mail.gmail.com>

On Thu, Dec 21, 2017 at 22:01:33 +0800,
  weiping zhang <zwp10758@gmail.com> wrote:
>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

I just did the one bisect using Linus' tree. After each build, I would do 
a test boot and see if the boot was normal or if I got errors and an 
eventual hang before boot.

Since then I have used git revert to revert just the problem commit from 
later kernels (such as v4.15-rc4) and when I do the system boots normally. 
And when I don't do the revert or just use stock Fedora kernels the problem 
occurs every time.

I also did a couple of tests with Josh Boyer's Fedora kernel tree that 
has Fedora patches on top of the development kernel.

>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?

That was from an offical Fedora kernel. I believe I got it from the 
nodebug repo, but that kernel should be the same as the one that was 
normally used for rawhide. It is at 
https://koji.fedoraproject.org/koji/buildinfo?buildID=1007500 
but I don't know how much longer the binaries will stay available in koji. 

>if you use same kernel source code and same .config, why your own build
>Cann't trigger that warning ?

I don't know. The install script may build the initramfs differently. As 
far as I can tell, if the WARN_ON was triggered, I should have gotten 
output. 

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  reply	other threads:[~2017-12-21 15:21 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14  0:54 Regression with a0747a859ef6 ("bdi: add error handle for bdi_debug_register") Laura Abbott
2017-12-14  8:24 ` Bruno Wolff III
2017-12-14 10:09   ` weiping zhang
2017-12-14 10:29     ` Bruno Wolff III
2017-12-14 15:41     ` Bruno Wolff III
2017-12-15  1:22       ` weiping zhang
2017-12-15  1:44         ` Bruno Wolff III
2017-12-15  2:04           ` weiping zhang
2017-12-15  2:11             ` Bruno Wolff III
2017-12-15 11:10             ` Bruno Wolff III
2017-12-15 14:02               ` weiping zhang
2017-12-15 16:30                 ` Bruno Wolff III
2017-12-15 17:18                   ` Laura Abbott
2017-12-15 17:40                     ` Bruno Wolff III
2017-12-15 19:51                 ` Bruno Wolff III
2017-12-16 16:32                   ` Bruno Wolff III
2017-12-17 13:43                     ` weiping zhang
2017-12-17 15:54                       ` Bruno Wolff III
2017-12-18 21:53                       ` Bruno Wolff III
2017-12-19 16:17                       ` Bruno Wolff III
2017-12-19 18:24                         ` Shaohua Li
2017-12-19 19:48                           ` Bruno Wolff III
2017-12-20  0:20                           ` Bruno Wolff III
2017-12-21 13:00 ` Bruno Wolff III
2017-12-21 14:01   ` weiping zhang
2017-12-21 15:18     ` Bruno Wolff III [this message]
2017-12-21 15:31       ` weiping zhang
2017-12-21 15:36         ` Bruno Wolff III
2017-12-21 15:48           ` weiping zhang
2017-12-21 16:42             ` Bruno Wolff III
2017-12-21 17:02               ` Jens Axboe
2017-12-21 17:46                 ` weiping zhang
2017-12-21 18:15                 ` Bruno Wolff III
2017-12-21 23:16                   ` Bruno Wolff III
2017-12-22  4:53                     ` Bruno Wolff III
2017-12-22 13:20                       ` weiping zhang
2017-12-22 14:04                         ` Bruno Wolff III
2017-12-29 16:30                           ` weiping zhang
2017-12-29 18:44                             ` Bruno Wolff III
2017-12-29 16:36                           ` weiping zhang
2017-12-22  0:29                 ` James Bottomley
2017-12-22  1:29                   ` weiping zhang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171221151843.GA453@wolff.to \
    --to=bruno@wolff.to \
    --cc=axboe@kernel.dk \
    --cc=jack@suse.cz \
    --cc=labbott@redhat.com \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=regressions@leemhuis.info \
    --cc=zhangweiping@didichuxing.com \
    --cc=zwp10758@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).