Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Greg KH
On Fri, Jan 11, 2013 at 02:30:20PM +0100, Borislav Petkov wrote:
> On Fri, Jan 11, 2013 at 01:49:29PM +0100, Adrian Byszuk wrote:
> > I've got both of your emails. I've just tested this patch, and so far
> > things seem to work flawlessly. So I would strongly recommend it for
> > the stable series :-)
> 
> Ok, good.
> 
> @Greg,
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905
> 
> somehow didn't make it into the 3.7.2 lineup and we have another bug
> report which is fixed by this patch. Can you please pick it up?

You didn't read the header of the 3.7.2-rc1 email thread that said that
I had not caught up on all patches that had been submitted.  This one is
still in the queue, and should make it into the next stable release
after this one.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Borislav Petkov
On Fri, Jan 11, 2013 at 01:49:29PM +0100, Adrian Byszuk wrote:
> I've got both of your emails. I've just tested this patch, and so far
> things seem to work flawlessly. So I would strongly recommend it for
> the stable series :-)

Ok, good.

@Greg,

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905

somehow didn't make it into the 3.7.2 lineup and we have another bug
report which is fixed by this patch. Can you please pick it up?

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Adrian Byszuk
On 11/01/13 12:46, Borislav Petkov wrote:
> On Fri, Jan 11, 2013 at 12:25:45PM +0100, Adrian Byszuk wrote:
>> Aaaah... yes, looks like this is it. I'll wait for the 3.7.2 and if it
>> isn't fixed then I'll mail here again.
> 
> Sorry, I just noticed I had email trouble and you've probably didn't see
> my email yet - this patch is not in the 3.7.2 lineup for some reason so
> you should cherrypick it ontop of 3.7.1 and test.
> 
> Thanks.
> 

I've got both of your emails.
I've just tested this patch, and so far things seem to work flawlessly.
So I would strongly recommend it for the stable series :-)

Thank you for your help!

Adrian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Borislav Petkov
On Fri, Jan 11, 2013 at 12:25:45PM +0100, Adrian Byszuk wrote:
> Aaaah... yes, looks like this is it. I'll wait for the 3.7.2 and if it
> isn't fixed then I'll mail here again.

Sorry, I just noticed I had email trouble and you've probably didn't see
my email yet - this patch is not in the 3.7.2 lineup for some reason so
you should cherrypick it ontop of 3.7.1 and test.

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Borislav Petkov
On Fri, Jan 11, 2013 at 12:29:30PM +0530, Sujith Manoharan wrote:
> Adrian Byszuk wrote:
> > Aaaand failure again!
> > I haven't finished bisecting yet, but as of now I have ~20 commits left:
> > all related to 'mtd' - propably not a source of troubles too.
> > Any other way to diagnose this bug?
> 
> I think this has been fixed by:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905
> 
> For Arch Linux, it was tracked here:
> https://bugs.archlinux.org/task/33095

Good point, thanks Sujith.

Commit message sounds exactly like your issue, Adrian, and oopsing in an
unitialized hrtimer - which this patch fixes - is what you see so you
could very well cherry pick this patch from Linus' tree and test.

Even though this patch is marked for stable, for some reason it didn't
make it into 3.7.1 and I can't find it in the 3.7.2 lineup either.
Strange.

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Adrian Byszuk
On 11/01/13 07:59, Sujith Manoharan wrote:
> Adrian Byszuk wrote:
>> Aaaand failure again!
>> I haven't finished bisecting yet, but as of now I have ~20 commits left:
>> all related to 'mtd' - propably not a source of troubles too.
>> Any other way to diagnose this bug?
> 
> I think this has been fixed by:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905
> 
> For Arch Linux, it was tracked here:
> https://bugs.archlinux.org/task/33095
> 
> Sujith
> 

Aaaah... yes, looks like this is it. I'll wait for the 3.7.2 and if it
isn't fixed then I'll mail here again.

Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Adrian Byszuk
On 11/01/13 07:59, Sujith Manoharan wrote:
 Adrian Byszuk wrote:
 Aaaand failure again!
 I haven't finished bisecting yet, but as of now I have ~20 commits left:
 all related to 'mtd' - propably not a source of troubles too.
 Any other way to diagnose this bug?
 
 I think this has been fixed by:
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905
 
 For Arch Linux, it was tracked here:
 https://bugs.archlinux.org/task/33095
 
 Sujith
 

Aaaah... yes, looks like this is it. I'll wait for the 3.7.2 and if it
isn't fixed then I'll mail here again.

Thanks!
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Borislav Petkov
On Fri, Jan 11, 2013 at 12:29:30PM +0530, Sujith Manoharan wrote:
 Adrian Byszuk wrote:
  Aaaand failure again!
  I haven't finished bisecting yet, but as of now I have ~20 commits left:
  all related to 'mtd' - propably not a source of troubles too.
  Any other way to diagnose this bug?
 
 I think this has been fixed by:
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905
 
 For Arch Linux, it was tracked here:
 https://bugs.archlinux.org/task/33095

Good point, thanks Sujith.

Commit message sounds exactly like your issue, Adrian, and oopsing in an
unitialized hrtimer - which this patch fixes - is what you see so you
could very well cherry pick this patch from Linus' tree and test.

Even though this patch is marked for stable, for some reason it didn't
make it into 3.7.1 and I can't find it in the 3.7.2 lineup either.
Strange.

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Borislav Petkov
On Fri, Jan 11, 2013 at 12:25:45PM +0100, Adrian Byszuk wrote:
 Aaaah... yes, looks like this is it. I'll wait for the 3.7.2 and if it
 isn't fixed then I'll mail here again.

Sorry, I just noticed I had email trouble and you've probably didn't see
my email yet - this patch is not in the 3.7.2 lineup for some reason so
you should cherrypick it ontop of 3.7.1 and test.

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Adrian Byszuk
On 11/01/13 12:46, Borislav Petkov wrote:
 On Fri, Jan 11, 2013 at 12:25:45PM +0100, Adrian Byszuk wrote:
 Aaaah... yes, looks like this is it. I'll wait for the 3.7.2 and if it
 isn't fixed then I'll mail here again.
 
 Sorry, I just noticed I had email trouble and you've probably didn't see
 my email yet - this patch is not in the 3.7.2 lineup for some reason so
 you should cherrypick it ontop of 3.7.1 and test.
 
 Thanks.
 

I've got both of your emails.
I've just tested this patch, and so far things seem to work flawlessly.
So I would strongly recommend it for the stable series :-)

Thank you for your help!

Adrian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Borislav Petkov
On Fri, Jan 11, 2013 at 01:49:29PM +0100, Adrian Byszuk wrote:
 I've got both of your emails. I've just tested this patch, and so far
 things seem to work flawlessly. So I would strongly recommend it for
 the stable series :-)

Ok, good.

@Greg,

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905

somehow didn't make it into the 3.7.2 lineup and we have another bug
report which is fixed by this patch. Can you please pick it up?

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-11 Thread Greg KH
On Fri, Jan 11, 2013 at 02:30:20PM +0100, Borislav Petkov wrote:
 On Fri, Jan 11, 2013 at 01:49:29PM +0100, Adrian Byszuk wrote:
  I've got both of your emails. I've just tested this patch, and so far
  things seem to work flawlessly. So I would strongly recommend it for
  the stable series :-)
 
 Ok, good.
 
 @Greg,
 
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905
 
 somehow didn't make it into the 3.7.2 lineup and we have another bug
 report which is fixed by this patch. Can you please pick it up?

You didn't read the header of the 3.7.2-rc1 email thread that said that
I had not caught up on all patches that had been submitted.  This one is
still in the queue, and should make it into the next stable release
after this one.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Sujith Manoharan
Adrian Byszuk wrote:
> Aaaand failure again!
> I haven't finished bisecting yet, but as of now I have ~20 commits left:
> all related to 'mtd' - propably not a source of troubles too.
> Any other way to diagnose this bug?

I think this has been fixed by:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905

For Arch Linux, it was tracked here:
https://bugs.archlinux.org/task/33095

Sujith
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Adrian Byszuk
On 10/01/13 15:02, Adrian Byszuk wrote:
> On 10/01/13 12:35, Borislav Petkov wrote:
>> On Thu, Jan 10, 2013 at 11:59:48AM +0100, Adrian Byszuk wrote:
>>> I think I won't get the answer this way. Bisecting between
>>> 3.7 and 3.8-rc2 (from linus tree) led me to commit
>>> 63e1ed2364050073770c085021377d7764969b85 titled "Update vt8500 PWM
>>> driver support", which I think is rather nonsense. Also, depending on
>>> bisected version, sometimes I got kernel panic, but sometimes (more
>>> often) whole system would just freeze completely.
>>>
>>> Any other way diagnose this bug?
>>
>> Hmm, bisection can sometimes lead us in the fields, nasty.
>>
>> Well, you could try bisecting the major releases in between. I.e., test
>> 3.8-rc1, and then test vanilla 3.7.
>>
>> For example, if you still trigger it with -rc1, then no need to bisect
>> the -rc2..-rc1 range. If you still trigger it with 3.7 then not good -
>> in that case you'd need to go further back in time.
>>
>> The best would be if you don't trigger it with 3.7 but trigger it with
>> 3.7.1 :) Then it is easy.
> 
> Life isn't easy :-) with 3.7 I can trigger it too, but I can't trigger
> it with 3.8-rc1, so the fix lies somewhere between 3.7.1..3.8-rc1.
> I'll try bisecting it again.


Aaaand failure again!
I haven't finished bisecting yet, but as of now I have ~20 commits left:
all related to 'mtd' - propably not a source of troubles too.
Any other way to diagnose this bug?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Adrian Byszuk
On 10/01/13 12:35, Borislav Petkov wrote:
> On Thu, Jan 10, 2013 at 11:59:48AM +0100, Adrian Byszuk wrote:
>> I think I won't get the answer this way. Bisecting between
>> 3.7 and 3.8-rc2 (from linus tree) led me to commit
>> 63e1ed2364050073770c085021377d7764969b85 titled "Update vt8500 PWM
>> driver support", which I think is rather nonsense. Also, depending on
>> bisected version, sometimes I got kernel panic, but sometimes (more
>> often) whole system would just freeze completely.
>>
>> Any other way diagnose this bug?
> 
> Hmm, bisection can sometimes lead us in the fields, nasty.
> 
> Well, you could try bisecting the major releases in between. I.e., test
> 3.8-rc1, and then test vanilla 3.7.
> 
> For example, if you still trigger it with -rc1, then no need to bisect
> the -rc2..-rc1 range. If you still trigger it with 3.7 then not good -
> in that case you'd need to go further back in time.
> 
> The best would be if you don't trigger it with 3.7 but trigger it with
> 3.7.1 :) Then it is easy.

Life isn't easy :-) with 3.7 I can trigger it too, but I can't trigger
it with 3.8-rc1, so the fix lies somewhere between 3.7.1..3.8-rc1.
I'll try bisecting it again.

> 
> Also, git bisect skip can skip ranges of commits. You could try that too
> but you need to visialize how exactly the tree structure is and I admit,
> I haven't figured out the details of that yet but Linus has explained
> this approach a couple of times, you might want to take a look at this
> http://www.yarchive.net/comp/linux/git_bisect.html or search the net for
> even better ideas.
> 
> Also, you said "with 3.8.0-rc2 it looks like it's working correctly -
> I've tried the unplug/plug sequence more than 5 times and it seems to
> work fine."
> 
> Please test that again and repeat that sequence say 15-20 times, to
> make sure that -rc2 is really ok and not something changed timing and
> this bug is being only brown-paper-baggy-covered now. I mean, I'm just
> guessing - you're in front of the machine, you know best what to do to
> trigger the bug reliably.
> 
> HTH.
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Borislav Petkov
On Thu, Jan 10, 2013 at 11:59:48AM +0100, Adrian Byszuk wrote:
> I think I won't get the answer this way. Bisecting between
> 3.7 and 3.8-rc2 (from linus tree) led me to commit
> 63e1ed2364050073770c085021377d7764969b85 titled "Update vt8500 PWM
> driver support", which I think is rather nonsense. Also, depending on
> bisected version, sometimes I got kernel panic, but sometimes (more
> often) whole system would just freeze completely.
>
> Any other way diagnose this bug?

Hmm, bisection can sometimes lead us in the fields, nasty.

Well, you could try bisecting the major releases in between. I.e., test
3.8-rc1, and then test vanilla 3.7.

For example, if you still trigger it with -rc1, then no need to bisect
the -rc2..-rc1 range. If you still trigger it with 3.7 then not good -
in that case you'd need to go further back in time.

The best would be if you don't trigger it with 3.7 but trigger it with
3.7.1 :) Then it is easy.

Also, git bisect skip can skip ranges of commits. You could try that too
but you need to visialize how exactly the tree structure is and I admit,
I haven't figured out the details of that yet but Linus has explained
this approach a couple of times, you might want to take a look at this
http://www.yarchive.net/comp/linux/git_bisect.html or search the net for
even better ideas.

Also, you said "with 3.8.0-rc2 it looks like it's working correctly -
I've tried the unplug/plug sequence more than 5 times and it seems to
work fine."

Please test that again and repeat that sequence say 15-20 times, to
make sure that -rc2 is really ok and not something changed timing and
this bug is being only brown-paper-baggy-covered now. I mean, I'm just
guessing - you're in front of the machine, you know best what to do to
trigger the bug reliably.

HTH.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Adrian Byszuk
On 09/01/13 19:15, Borislav Petkov wrote:
> On Wed, Jan 09, 2013 at 07:01:20PM +0100, Adrian Byszuk wrote:
>> I started bisecting and got situation where I don't see kernel panic,
>> but the whole system hangs - not sure in what direction go next, but
> 
> Hmm, git bisect skip should help here, look at the git-bisect manpage.
> 

I think I won't get the answer this way.
Bisecting between 3.7 and 3.8-rc2 (from linus tree) led me to commit
63e1ed2364050073770c085021377d7764969b85 titled "Update vt8500 PWM
driver support", which I think is rather nonsense.
Also, depending on bisected version, sometimes I got kernel panic, but
sometimes (more often) whole system would just freeze completely.

Any other way diagnose this bug?

Regards,
Adrian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Adrian Byszuk
On 10/01/13 15:02, Adrian Byszuk wrote:
 On 10/01/13 12:35, Borislav Petkov wrote:
 On Thu, Jan 10, 2013 at 11:59:48AM +0100, Adrian Byszuk wrote:
 I think I won't get the answer this way. Bisecting between
 3.7 and 3.8-rc2 (from linus tree) led me to commit
 63e1ed2364050073770c085021377d7764969b85 titled Update vt8500 PWM
 driver support, which I think is rather nonsense. Also, depending on
 bisected version, sometimes I got kernel panic, but sometimes (more
 often) whole system would just freeze completely.

 Any other way diagnose this bug?

 Hmm, bisection can sometimes lead us in the fields, nasty.

 Well, you could try bisecting the major releases in between. I.e., test
 3.8-rc1, and then test vanilla 3.7.

 For example, if you still trigger it with -rc1, then no need to bisect
 the -rc2..-rc1 range. If you still trigger it with 3.7 then not good -
 in that case you'd need to go further back in time.

 The best would be if you don't trigger it with 3.7 but trigger it with
 3.7.1 :) Then it is easy.
 
 Life isn't easy :-) with 3.7 I can trigger it too, but I can't trigger
 it with 3.8-rc1, so the fix lies somewhere between 3.7.1..3.8-rc1.
 I'll try bisecting it again.


Aaaand failure again!
I haven't finished bisecting yet, but as of now I have ~20 commits left:
all related to 'mtd' - propably not a source of troubles too.
Any other way to diagnose this bug?
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Sujith Manoharan
Adrian Byszuk wrote:
 Aaaand failure again!
 I haven't finished bisecting yet, but as of now I have ~20 commits left:
 all related to 'mtd' - propably not a source of troubles too.
 Any other way to diagnose this bug?

I think this has been fixed by:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=3935e89505a1c3ab3f3b0c7ef0eae54124f48905

For Arch Linux, it was tracked here:
https://bugs.archlinux.org/task/33095

Sujith
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Adrian Byszuk
On 09/01/13 19:15, Borislav Petkov wrote:
 On Wed, Jan 09, 2013 at 07:01:20PM +0100, Adrian Byszuk wrote:
 I started bisecting and got situation where I don't see kernel panic,
 but the whole system hangs - not sure in what direction go next, but
 
 Hmm, git bisect skip should help here, look at the git-bisect manpage.
 

I think I won't get the answer this way.
Bisecting between 3.7 and 3.8-rc2 (from linus tree) led me to commit
63e1ed2364050073770c085021377d7764969b85 titled Update vt8500 PWM
driver support, which I think is rather nonsense.
Also, depending on bisected version, sometimes I got kernel panic, but
sometimes (more often) whole system would just freeze completely.

Any other way diagnose this bug?

Regards,
Adrian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Borislav Petkov
On Thu, Jan 10, 2013 at 11:59:48AM +0100, Adrian Byszuk wrote:
 I think I won't get the answer this way. Bisecting between
 3.7 and 3.8-rc2 (from linus tree) led me to commit
 63e1ed2364050073770c085021377d7764969b85 titled Update vt8500 PWM
 driver support, which I think is rather nonsense. Also, depending on
 bisected version, sometimes I got kernel panic, but sometimes (more
 often) whole system would just freeze completely.

 Any other way diagnose this bug?

Hmm, bisection can sometimes lead us in the fields, nasty.

Well, you could try bisecting the major releases in between. I.e., test
3.8-rc1, and then test vanilla 3.7.

For example, if you still trigger it with -rc1, then no need to bisect
the -rc2..-rc1 range. If you still trigger it with 3.7 then not good -
in that case you'd need to go further back in time.

The best would be if you don't trigger it with 3.7 but trigger it with
3.7.1 :) Then it is easy.

Also, git bisect skip can skip ranges of commits. You could try that too
but you need to visialize how exactly the tree structure is and I admit,
I haven't figured out the details of that yet but Linus has explained
this approach a couple of times, you might want to take a look at this
http://www.yarchive.net/comp/linux/git_bisect.html or search the net for
even better ideas.

Also, you said with 3.8.0-rc2 it looks like it's working correctly -
I've tried the unplug/plug sequence more than 5 times and it seems to
work fine.

Please test that again and repeat that sequence say 15-20 times, to
make sure that -rc2 is really ok and not something changed timing and
this bug is being only brown-paper-baggy-covered now. I mean, I'm just
guessing - you're in front of the machine, you know best what to do to
trigger the bug reliably.

HTH.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-10 Thread Adrian Byszuk
On 10/01/13 12:35, Borislav Petkov wrote:
 On Thu, Jan 10, 2013 at 11:59:48AM +0100, Adrian Byszuk wrote:
 I think I won't get the answer this way. Bisecting between
 3.7 and 3.8-rc2 (from linus tree) led me to commit
 63e1ed2364050073770c085021377d7764969b85 titled Update vt8500 PWM
 driver support, which I think is rather nonsense. Also, depending on
 bisected version, sometimes I got kernel panic, but sometimes (more
 often) whole system would just freeze completely.

 Any other way diagnose this bug?
 
 Hmm, bisection can sometimes lead us in the fields, nasty.
 
 Well, you could try bisecting the major releases in between. I.e., test
 3.8-rc1, and then test vanilla 3.7.
 
 For example, if you still trigger it with -rc1, then no need to bisect
 the -rc2..-rc1 range. If you still trigger it with 3.7 then not good -
 in that case you'd need to go further back in time.
 
 The best would be if you don't trigger it with 3.7 but trigger it with
 3.7.1 :) Then it is easy.

Life isn't easy :-) with 3.7 I can trigger it too, but I can't trigger
it with 3.8-rc1, so the fix lies somewhere between 3.7.1..3.8-rc1.
I'll try bisecting it again.

 
 Also, git bisect skip can skip ranges of commits. You could try that too
 but you need to visialize how exactly the tree structure is and I admit,
 I haven't figured out the details of that yet but Linus has explained
 this approach a couple of times, you might want to take a look at this
 http://www.yarchive.net/comp/linux/git_bisect.html or search the net for
 even better ideas.
 
 Also, you said with 3.8.0-rc2 it looks like it's working correctly -
 I've tried the unplug/plug sequence more than 5 times and it seems to
 work fine.
 
 Please test that again and repeat that sequence say 15-20 times, to
 make sure that -rc2 is really ok and not something changed timing and
 this bug is being only brown-paper-baggy-covered now. I mean, I'm just
 guessing - you're in front of the machine, you know best what to do to
 trigger the bug reliably.
 
 HTH.
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-09 Thread Borislav Petkov
On Wed, Jan 09, 2013 at 07:01:20PM +0100, Adrian Byszuk wrote:
> I started bisecting and got situation where I don't see kernel panic,
> but the whole system hangs - not sure in what direction go next, but

Hmm, git bisect skip should help here, look at the git-bisect manpage.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-09 Thread Adrian Byszuk
On 09/01/13 18:01, Borislav Petkov wrote:
> On Wed, Jan 09, 2013 at 05:19:54PM +0100, Adrian Byszuk wrote:
>> With 3.7.1 without staging modules I still get kernel panics, but
>> with 3.8.0-rc2 it looks like it's working correctly - I've tried the
>> unplug/plug sequence more than 5 times and it seems to work fine.
> 
> Hmm, you could bisect the set between 3.7.1..3.8.0-rc2 to find out which
> one to backport. If you can still reproduce it reliably and have time
> for bisecting, that is :).
> 
> Thanks.
> 

I started bisecting and got situation where I don't see kernel panic,
but the whole system hangs - not sure in what direction go next, but
I'll go forward to 3.8 until I get working version.

Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-09 Thread Borislav Petkov
On Wed, Jan 09, 2013 at 05:19:54PM +0100, Adrian Byszuk wrote:
> With 3.7.1 without staging modules I still get kernel panics, but
> with 3.8.0-rc2 it looks like it's working correctly - I've tried the
> unplug/plug sequence more than 5 times and it seems to work fine.

Hmm, you could bisect the set between 3.7.1..3.8.0-rc2 to find out which
one to backport. If you can still reproduce it reliably and have time
for bisecting, that is :).

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-09 Thread Borislav Petkov
On Wed, Jan 09, 2013 at 05:19:54PM +0100, Adrian Byszuk wrote:
 With 3.7.1 without staging modules I still get kernel panics, but
 with 3.8.0-rc2 it looks like it's working correctly - I've tried the
 unplug/plug sequence more than 5 times and it seems to work fine.

Hmm, you could bisect the set between 3.7.1..3.8.0-rc2 to find out which
one to backport. If you can still reproduce it reliably and have time
for bisecting, that is :).

Thanks.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-09 Thread Adrian Byszuk
On 09/01/13 18:01, Borislav Petkov wrote:
 On Wed, Jan 09, 2013 at 05:19:54PM +0100, Adrian Byszuk wrote:
 With 3.7.1 without staging modules I still get kernel panics, but
 with 3.8.0-rc2 it looks like it's working correctly - I've tried the
 unplug/plug sequence more than 5 times and it seems to work fine.
 
 Hmm, you could bisect the set between 3.7.1..3.8.0-rc2 to find out which
 one to backport. If you can still reproduce it reliably and have time
 for bisecting, that is :).
 
 Thanks.
 

I started bisecting and got situation where I don't see kernel panic,
but the whole system hangs - not sure in what direction go next, but
I'll go forward to 3.8 until I get working version.

Thanks
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: BUG: kernel panic on Dell Vostro 3560 when plugging in AC adapter

2013-01-09 Thread Borislav Petkov
On Wed, Jan 09, 2013 at 07:01:20PM +0100, Adrian Byszuk wrote:
 I started bisecting and got situation where I don't see kernel panic,
 but the whole system hangs - not sure in what direction go next, but

Hmm, git bisect skip should help here, look at the git-bisect manpage.

-- 
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/