linux-um archives
 help / color / mirror / Atom feed
From: "Toralf Förster" <toralf.foerster@gmx.de>
To: user-mode-linux-devel@lists.sourceforge.net
Cc: Christoph Hellwig <hch@lst.de>,
	linux-kernel@vger.kernel.org, Richard Weinberger <richard@nod.at>,
	Al Viro <viro@zeniv.linux.org.uk>
Subject: Re: Fwd: Re: UML kernel crash of v2.6.36-rcX kernel
Date: Sun, 17 Oct 2010 15:55:39 +0200	[thread overview]
Message-ID: <201010171555.40453.toralf.foerster@gmx.de> (raw)
In-Reply-To: <201010151133.38170.toralf.foerster@gmx.de>

I bisected it again w/ a fixed test script, got the same bad commit script and
double checked, that this commit is really the culprit which crashes a user
mode linux kernel at my 32bix x86 stable Gentoo running 2.6.35.6 vanilla kernel
as host system and 2/ gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) and
glibc-2.11.2-r1 in the tool chain.

The crash info is 
...
* Starting local ...                                                                                                  [ ok ]
Kernel panic - not syncing: Kernel mode fault at addr 0x4, ip 0x80db40a
082fab50:  [<08277b7b>] dump_stack+0x22/0x24
082fab68:  [<08277bde>] panic+0x61/0xdb
082fab84:  [<0805e492>] segv+0x1e2/0x2b0
082fac3c:  [<0805e5a1>] segv_handler+0x41/0x60
082fac5c:  [<0806ec04>] sig_handler_common+0x54/0xa0
082facd8:  [<0806eda7>] sig_handler+0x27/0x50
082face8:  [<0806effc>] handle_signal+0x5c/0xa0
082fad0c:  [<08071378>] hard_handler+0x18/0x20
082fad1c:  [<b7753400>] 0xb7753400


EIP: 0073:[<40000812>] CPU: 0 Not tainted ESP: 007b:bf95171c EFLAGS: 00000212
    Not tainted
EAX: ffffffda EBX: 08059be8 ECX: 00000054 EDX: bf95174c
ESI: 08059bd8 EDI: 40166ff4 EBP: bf951728 DS: 007b ES: 007b
082fab04:  [<08075ffd>] show_regs+0xed/0x120
082fab20:  [<0805e7dc>] panic_exit+0x2c/0x50
082fab30:  [<0809932e>] notifier_call_chain+0x3e/0x70
082fab58:  [<080993b3>] atomic_notifier_call_chain+0x23/0x30
082fab68:  [<08277c06>] panic+0x89/0xdb
082fab84:  [<0805e492>] segv+0x1e2/0x2b0
082fac3c:  [<0805e5a1>] segv_handler+0x41/0x60
082fac5c:  [<0806ec04>] sig_handler_common+0x54/0xa0
082facd8:  [<0806eda7>] sig_handler+0x27/0x50
082face8:  [<0806effc>] handle_signal+0x5c/0xa0
082fad0c:  [<08071378>] hard_handler+0x18/0x20
082fad1c:  [<b7753400>] 0xb7753400

Terminated

Toralf F�rster wrote at 11:33:37
> Hello,
> 
> git bisect gave :
> 
> tfoerste@n22 ~/devel/linux-2.6 $ git bisect bad
> 365b18189789bfa1acd9939e6312b8a4b4577b28 is the first bad commit
> commit 365b18189789bfa1acd9939e6312b8a4b4577b28
> Author: Christoph Hellwig <hch@lst.de>
> Date:   Wed Jul 7 18:53:25 2010 +0200
> 
>     add f_flags to struct statfs(64)
> 
>     Add a flags field to help glibc implementing statvfs(3) efficiently.
> 
>     We copy the flag values from glibc, and add a new ST_VALID flag to
>     denote that f_flags is implemented.
> 
>     Signed-off-by: Christoph Hellwig <hch@lst.de>
>     Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
>

-- 
MfG/Kind regards
Toralf F�rster

pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3


  parent reply	other threads:[~2010-10-17 13:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201010131328.06465.toralf.foerster@gmx.de>
2010-10-15  9:33 ` [uml-devel] Fwd: Re: UML kernel crash of v2.6.36-rcX kernel Toralf Förster
2010-10-15 17:46   ` Richard Weinberger
2010-10-16  8:55     ` Toralf Förster
2010-10-16 11:12       ` Richard Weinberger
2010-10-17 13:55   ` Toralf Förster [this message]
2010-10-17 20:18     ` Christoph Hellwig
2010-10-18  8:43       ` Toralf Förster
2010-10-18  8:48         ` [uml-devel] " richard -rw- weinberger
2010-10-18  9:08         ` Geert Uytterhoeven
2010-10-18  9:05       ` [uml-devel] " Toralf Förster
2010-10-18  9:09         ` Geert Uytterhoeven
2010-10-18  9:16           ` richard -rw- weinberger
2010-10-18  9:31         ` richard -rw- weinberger
2010-10-18 11:14           ` [uml-devel] " Toralf Förster
2010-10-18 11:22             ` Richard Weinberger

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=201010171555.40453.toralf.foerster@gmx.de \
    --to=toralf.foerster@gmx.de \
    --cc=hch@lst.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard@nod.at \
    --cc=user-mode-linux-devel@lists.sourceforge.net \
    --cc=viro@zeniv.linux.org.uk \
    /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