mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Meelis Roos <mroos@linux.ee>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>,
	Linux Kernel list <linux-kernel@vger.kernel.org>,
	x86@kernel.org
Subject: Re: 4.12.0-rc5+git: kernel BUG at arch/x86/mm/highmem_32.c:47
Date: Mon, 3 Jul 2017 14:32:57 +0300 (EEST)	[thread overview]
Message-ID: <alpine.LRH.2.20.1707031419480.28253@math.ut.ee> (raw)
In-Reply-To: <alpine.DEB.2.20.1707031239050.2188@nanos>

> On Wed, 28 Jun 2017, Meelis Roos wrote:
> > > On Tue, Jun 27, 2017 at 06:49:14PM +0300, Meelis Roos wrote:
> > > > > > This is 4.12.0-rc5-00137-ga090bd4ff838 on a dual AthlonMP server tha has 
> > > > > > been running fine until 4.11.0 included. 4.12.0-rc5-00137-ga090bd4ff838 
> > > > > > was the first kernel after 4.11 that I tried and the problem happened 
> > > > > > while compiling next kernel from git.
> > > > > 
> > > > > I can't reproduce this in a guest. Can you send .config please?
> > > > 
> > > > Here it is.
> > > 
> > > Thanks.
> > > 
> > > So plain 4.12.0-rc7 booted all the way in the athlon guest here. So I
> > > either can't reproduce in the guest or I need to try linux-next. Well,
> > > tomorrow...
> > 
> > I verified that when running 4.11.0, make clean && make -j2 finishes 
> > successfully.
> > 
> > Will start bisecting.
> 
> Any update on this?

Still bisecting.

There are actually 3 failure modes:
1. these messages
2. just reboot
3. hang with task hung timeout ot startup or shutdown (during reboot) - 3 of these so far.

I have tried bisecting 1 and 2 together. So far I have this:

git bisect start
# bad: [a090bd4ff8387c409732a8e059fbf264ea0bdd56] Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
git bisect bad a090bd4ff8387c409732a8e059fbf264ea0bdd56
# good: [a351e9b9fc24e982ec2f0e76379a49826036da12] Linux 4.11
git bisect good a351e9b9fc24e982ec2f0e76379a49826036da12
# good: [4c174688ee92805aa5df6e06e5b625a3286e415c] Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
git bisect good 4c174688ee92805aa5df6e06e5b625a3286e415c
# good: [36c344f3f1ffc0b1b20abd237b7401dc6687ee8f] Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
git bisect good 36c344f3f1ffc0b1b20abd237b7401dc6687ee8f
# good: [ac3c4aa248c5b5390c40fad1ceb0a15a53f57a36] Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
git bisect good ac3c4aa248c5b5390c40fad1ceb0a15a53f57a36
# bad: [cdbe0206783b4e86abb0150303f137e448b5e531] Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
git bisect bad cdbe0206783b4e86abb0150303f137e448b5e531
# bad: [16d95c43965d287987505bbd875e59e5b3c9b131] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
git bisect bad 16d95c43965d287987505bbd875e59e5b3c9b131
# good: [a34ab101a9d27a2995142b47f9857fb46fcb072a] Merge tag 'drm-fixes-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux
git bisect good a34ab101a9d27a2995142b47f9857fb46fcb072a
# bad: [cd636458904a04de2349c728323c5d2af1203bdf] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
git bisect bad cd636458904a04de2349c728323c5d2af1203bdf
# skip: [6b402bdfdbafce241cb6789ae38d94f45641078c] Merge tag 'for-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply
git bisect skip 6b402bdfdbafce241cb6789ae38d94f45641078c
# good: [c67c06939ee4a24fcad1235dd9632153533fdd4d] power: supply: max17042_battery: Use sign_extend32 instead of DIY code
git bisect good c67c06939ee4a24fcad1235dd9632153533fdd4d
# good: [917362135b8a5c0680acf08807e9fc6179eb6c79] power: supply: max17042_battery: Add default platform_data fallback data
git bisect good 917362135b8a5c0680acf08807e9fc6179eb6c79
# good: [2be83da85a64773efaa407639de81bd1377f880e] thermal: devfreq_cooling: add new interface for direct power read
git bisect good 2be83da85a64773efaa407639de81bd1377f880e
# good: [a6128f47f7940d8388ca7c8623fbe24e52f8fae6] Merge branches 'thermal-core' and 'thermal-intel' into next
git bisect good a6128f47f7940d8388ca7c8623fbe24e52f8fae6
# bad: [deac8429d62ca19c1571853e2a18f60e760ee04c] Merge tag 'sound-fix-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
git bisect bad deac8429d62ca19c1571853e2a18f60e760ee04c

Additionally, 6a776e47a045 seems to be bad (just had failure during 
complation).

Some something between a6128f47f7940d8388ca7c8623fbe24e52f8fae6 and 
6a776e47a045 it seems.

-- 
Meelis Roos (mroos@linux.ee)

  reply	other threads:[~2017-07-03 11:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-24 20:39 Meelis Roos
2017-06-26 10:53 ` Borislav Petkov
2017-06-27 15:49   ` Meelis Roos
2017-06-27 22:26     ` Borislav Petkov
2017-06-28  4:49       ` Meelis Roos
2017-06-28 10:20       ` Meelis Roos
2017-07-03 10:39         ` Thomas Gleixner
2017-07-03 11:32           ` Meelis Roos [this message]
2017-07-06 12:50       ` Meelis Roos

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=alpine.LRH.2.20.1707031419480.28253@math.ut.ee \
    --to=mroos@linux.ee \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /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

Powered by JetHome