* [GIT BISECT] kernel early crash in 2.6.34~2.6.35-rc1
@ 2010-06-02 1:14 Daniele C.
2010-06-02 1:29 ` Neil Brown
0 siblings, 1 reply; 4+ messages in thread
From: Daniele C. @ 2010-06-02 1:14 UTC (permalink / raw)
To: stable, neilb; +Cc: linux-raid
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello there,
I have individuated a bad commit which causes an early crash in some SSB/CPI routine; sorry can't be more precise right now, it would require serial debugging to get the dump.
Last good commit: 240ed68eb567d80dd6bab739341999a5ab0ad55d
First bad commit: 6e4513972a5ad28517477d21f301a02ac7a0df76
Hardware: laptop Maxdata PRO 7000DX (apparently Fujitsu Amilo V2000 clone)
Crash is also present in HEAD (currently 67a3e12b05e055c0415c556a315a3d3eb637e29e).
I have given a look to the commitdiff but it looks too much complex for me to individuate where's the issue at first glance.
Can somebody please give a look and/or narrow it down to a patch?
Thanks,
- --
Daniele C.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJMBbCBAAoJEON28As9epPATXIH/RbBVXobBPXhon529E5Cov2m
Rw9d3/VhY9pNLIk9UbtkuJslG6o96GQjTqqNK4M95RE43QYpzqx1Gw5r84H1j2NZ
qxEb+GmHYj8ltdsUmQJXc4b4iIrqJVSjfInbzftKrgKdFybxDJF1Byl1FpXXyFqC
TVEHsXhaTpnqylVTbQuweCPgv7MDWBO9MxMJoBQSvXNqefqlfyrgWeT5Eimg73mz
mgNQKE8aAOYF3d3ZxgIN43jun5VmFxMC8t4E8d68/yA0g9VFW04iSecY9ZeJgmZR
gHNrhwP/JzEja+FErRDGliQdyeFleV3rcsmWH7xwHecc2HcVt73BkpWR1qYwdwQ=
=Dtjt
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT BISECT] kernel early crash in 2.6.34~2.6.35-rc1
2010-06-02 1:14 [GIT BISECT] kernel early crash in 2.6.34~2.6.35-rc1 Daniele C.
@ 2010-06-02 1:29 ` Neil Brown
2010-06-02 16:52 ` Daniele C.
0 siblings, 1 reply; 4+ messages in thread
From: Neil Brown @ 2010-06-02 1:29 UTC (permalink / raw)
To: legolas558; +Cc: stable, linux-raid
On Wed, 02 Jun 2010 03:14:41 +0200
"Daniele C." <legolas558@users.sourceforge.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello there,
>
> I have individuated a bad commit which causes an early crash in some SSB/CPI routine; sorry can't be more precise right now, it would require serial debugging to get the dump.
>
> Last good commit: 240ed68eb567d80dd6bab739341999a5ab0ad55d
> First bad commit: 6e4513972a5ad28517477d21f301a02ac7a0df76
% git log 240ed68..6e451397 | grep -c '^commit'
6609
There are over 6000 commits in there - are you sure you cannot narrow it
down a bit more with git-bisect?
NeilBrown
>
> Hardware: laptop Maxdata PRO 7000DX (apparently Fujitsu Amilo V2000 clone)
>
> Crash is also present in HEAD (currently 67a3e12b05e055c0415c556a315a3d3eb637e29e).
>
> I have given a look to the commitdiff but it looks too much complex for me to individuate where's the issue at first glance.
>
> Can somebody please give a look and/or narrow it down to a patch?
>
> Thanks,
> - --
> Daniele C.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJMBbCBAAoJEON28As9epPATXIH/RbBVXobBPXhon529E5Cov2m
> Rw9d3/VhY9pNLIk9UbtkuJslG6o96GQjTqqNK4M95RE43QYpzqx1Gw5r84H1j2NZ
> qxEb+GmHYj8ltdsUmQJXc4b4iIrqJVSjfInbzftKrgKdFybxDJF1Byl1FpXXyFqC
> TVEHsXhaTpnqylVTbQuweCPgv7MDWBO9MxMJoBQSvXNqefqlfyrgWeT5Eimg73mz
> mgNQKE8aAOYF3d3ZxgIN43jun5VmFxMC8t4E8d68/yA0g9VFW04iSecY9ZeJgmZR
> gHNrhwP/JzEja+FErRDGliQdyeFleV3rcsmWH7xwHecc2HcVt73BkpWR1qYwdwQ=
> =Dtjt
> -----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT BISECT] kernel early crash in 2.6.34~2.6.35-rc1
2010-06-02 1:29 ` Neil Brown
@ 2010-06-02 16:52 ` Daniele C.
2010-06-02 21:38 ` Neil Brown
0 siblings, 1 reply; 4+ messages in thread
From: Daniele C. @ 2010-06-02 16:52 UTC (permalink / raw)
To: Neil Brown; +Cc: stable, linux-raid
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -------- Original Message --------
Subject: Re: [GIT BISECT] kernel early crash in 2.6.34~2.6.35-rc1
From: Neil Brown <neilb@suse.de>
To: legolas558 <legolas558@users.sourceforge.net>
Date: Wed Jun 02 2010 03:29:21 GMT+0200 (CET)
> On Wed, 02 Jun 2010 03:14:41 +0200
> "Daniele C." <legolas558@users.sourceforge.net> wrote:
>
> Hello there,
>
> I have individuated a bad commit which causes an early crash in some SSB/CPI routine; sorry can't be more precise right now, it would require serial debugging to get the dump.
>
> Last good commit: 240ed68eb567d80dd6bab739341999a5ab0ad55d
> First bad commit: 6e4513972a5ad28517477d21f301a02ac7a0df76
>
>> % git log 240ed68..6e451397 | grep -c '^commit'
>> 6609
>
>> There are over 6000 commits in there - are you sure you cannot narrow it
>> down a bit more with git-bisect?
>
Sorry, I have had a bad day with git; the bug was in commit d53cdbb94a52a920d5420ed64d986c3523a56743 and is fixed by commit da1fdb02d9200ff28b6f3a380d21930335fe5429, so it's not affecting stable or either any other repository (perhaps drm-intel only).
By the way, it was at EIP ssb_is_sprom_available+0x40.
Best regards,
- --
Daniele C.
>> NeilBrown
>
>
>
> Hardware: laptop Maxdata PRO 7000DX (apparently Fujitsu Amilo V2000 clone)
>
> Crash is also present in HEAD (currently 67a3e12b05e055c0415c556a315a3d3eb637e29e).
>
> I have given a look to the commitdiff but it looks too much complex for me to individuate where's the issue at first glance.
>
> Can somebody please give a look and/or narrow it down to a patch?
>
> Thanks,
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJMBow4AAoJEON28As9epPAwWAIAIqZkbiO+/0Sjd+uZ7U7wvwO
f+2i/FnUNsRsAsLA8W0dcfrglN93gUdaS43mMVj0TPOclMSiffpuwejy0lu/gJL7
SZQzPZdR+fPmq2MXL4n60DTkYwFvQJKtVmQvUXWCGVALnCXkqVoygGrsMDBBpk4O
0ZQAFvlcpmQb/YbUx6hjTIkhXs7vNHZ6I9A5A2mKW3lGim5Y0OZ9xjWYzLRf6uOi
pJQzvHf53/mzXpI6ieqau1pF6vQBHenkfPnrbfTWbWtgOgnDB4hglGllMfEcrM56
pHFndBTCZHdhVYRnwetzSbMqiD8xEWRSS5rahJNNbbgkzZWqEIKA8jyDYp0c0LE=
=QYPZ
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT BISECT] kernel early crash in 2.6.34~2.6.35-rc1
2010-06-02 16:52 ` Daniele C.
@ 2010-06-02 21:38 ` Neil Brown
0 siblings, 0 replies; 4+ messages in thread
From: Neil Brown @ 2010-06-02 21:38 UTC (permalink / raw)
To: Daniele C.; +Cc: stable, linux-raid
On Wed, 02 Jun 2010 18:52:09 +0200
"Daniele C." <legolas558@users.sourceforge.net> wrote:
> Sorry, I have had a bad day with git;
Yeah, we all have those sometimes ... and wish we hadn't got out of bed in
the morning...
Glad you found a resolution.
NeilBrown
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-06-02 21:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 1:14 [GIT BISECT] kernel early crash in 2.6.34~2.6.35-rc1 Daniele C.
2010-06-02 1:29 ` Neil Brown
2010-06-02 16:52 ` Daniele C.
2010-06-02 21:38 ` Neil Brown
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).