public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel boot panic 3.12-34 > 3.12.35
@ 2014-12-14 15:41 Richard Farthing
  2014-12-14 18:25 ` Borislav Petkov
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Farthing @ 2014-12-14 15:41 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

I patched 3.12.34 to 3.12.35 and the attached now happens at boot.
Sorry I don't have better than a photo, cannot get past this.

The root FS is EXT2.  It's admittedly an old test machine that I'm using 
to build up a new configuration, so the  BIOS is a bit old, but it's at 
least dual core, not totally ancient.

Let me know if you need more diagnostic

Thanks


[-- Attachment #2: IMG_2683 (Medium).JPG --]
[-- Type: image/jpeg, Size: 241630 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel boot panic 3.12-34 > 3.12.35
  2014-12-14 15:41 Kernel boot panic 3.12-34 > 3.12.35 Richard Farthing
@ 2014-12-14 18:25 ` Borislav Petkov
  2014-12-15  9:28   ` Jiri Slaby
  0 siblings, 1 reply; 6+ messages in thread
From: Borislav Petkov @ 2014-12-14 18:25 UTC (permalink / raw)
  To: Richard Farthing; +Cc: linux-kernel, Jiri Slaby

On Sun, Dec 14, 2014 at 03:41:20PM +0000, Richard Farthing wrote:
> I patched 3.12.34 to 3.12.35 and the attached now happens at boot.
> Sorry I don't have better than a photo, cannot get past this.
> 
> The root FS is EXT2.  It's admittedly an old test machine that I'm using to
> build up a new configuration, so the  BIOS is a bit old, but it's at least
> dual core, not totally ancient.
> 
> Let me know if you need more diagnostic

That happens very early and the first oops which is the most
relevant one is cut off and one cannot see what the bug actually is,
unfortunately.

Can you catch dmesg of that boot over serial or netconsole or so? Ask if
you don't know how.

You could send your .config, maybe it is reproducible in kvm. Also, can
you send a full dmesg of the successful boot with 3.12.34?

Thanks.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel boot panic 3.12-34 > 3.12.35
  2014-12-14 18:25 ` Borislav Petkov
@ 2014-12-15  9:28   ` Jiri Slaby
  2014-12-15 10:06     ` Richard Farthing
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2014-12-15  9:28 UTC (permalink / raw)
  To: Borislav Petkov, Richard Farthing; +Cc: linux-kernel

On 12/14/2014, 07:25 PM, Borislav Petkov wrote:
> On Sun, Dec 14, 2014 at 03:41:20PM +0000, Richard Farthing wrote:
>> I patched 3.12.34 to 3.12.35 and the attached now happens at boot.
>> Sorry I don't have better than a photo, cannot get past this.
>>
>> The root FS is EXT2.  It's admittedly an old test machine that I'm using to
>> build up a new configuration, so the  BIOS is a bit old, but it's at least
>> dual core, not totally ancient.
>>
>> Let me know if you need more diagnostic
> 
> That happens very early and the first oops which is the most
> relevant one is cut off and one cannot see what the bug actually is,
> unfortunately.
> 
> Can you catch dmesg of that boot over serial or netconsole or so? Ask if
> you don't know how.
> 
> You could send your .config, maybe it is reproducible in kvm. Also, can
> you send a full dmesg of the successful boot with 3.12.34?

Hmm...

panic from mount_block_root?

That would be:
"VFS: Unable to mount root fs on %s"

Did you use proper root= kernel parameter? Do you have initrd properly
created and installed?

thanks,
-- 
js
suse labs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel boot panic 3.12-34 > 3.12.35
  2014-12-15  9:28   ` Jiri Slaby
@ 2014-12-15 10:06     ` Richard Farthing
  2014-12-15 11:30       ` Jiri Slaby
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Farthing @ 2014-12-15 10:06 UTC (permalink / raw)
  To: Jiri Slaby, Borislav Petkov; +Cc: linux-kernel

I installed the kernel via YAST2 which makes and installs the initrd 
too, and have done this many times before on this test machine, so it 
seems unlikely to be my mistake, but it's always possible!  I will have 
a look at it again

Richard


On 15/12/2014 09:28, Jiri Slaby wrote:
> On 12/14/2014, 07:25 PM, Borislav Petkov wrote:
>> On Sun, Dec 14, 2014 at 03:41:20PM +0000, Richard Farthing wrote:
>>> I patched 3.12.34 to 3.12.35 and the attached now happens at boot.
>>> Sorry I don't have better than a photo, cannot get past this.
>>>
>>> The root FS is EXT2.  It's admittedly an old test machine that I'm using to
>>> build up a new configuration, so the  BIOS is a bit old, but it's at least
>>> dual core, not totally ancient.
>>>
>>> Let me know if you need more diagnostic
>> That happens very early and the first oops which is the most
>> relevant one is cut off and one cannot see what the bug actually is,
>> unfortunately.
>>
>> Can you catch dmesg of that boot over serial or netconsole or so? Ask if
>> you don't know how.
>>
>> You could send your .config, maybe it is reproducible in kvm. Also, can
>> you send a full dmesg of the successful boot with 3.12.34?
> Hmm...
>
> panic from mount_block_root?
>
> That would be:
> "VFS: Unable to mount root fs on %s"
>
> Did you use proper root= kernel parameter? Do you have initrd properly
> created and installed?
>
> thanks,


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel boot panic 3.12-34 > 3.12.35
  2014-12-15 10:06     ` Richard Farthing
@ 2014-12-15 11:30       ` Jiri Slaby
  2015-01-02 10:46         ` Richard Farthing
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Slaby @ 2014-12-15 11:30 UTC (permalink / raw)
  To: Richard Farthing, Borislav Petkov; +Cc: linux-kernel

On 12/15/2014, 11:06 AM, Richard Farthing wrote:
> I installed the kernel via YAST2 which makes and installs the initrd
> too, and have done this many times before on this test machine, so it
> seems unlikely to be my mistake, but it's always possible!  I will have
> a look at it again

Oh, yast... What about trying RPMs from
http://download.opensuse.org/repositories/Kernel:/SLE12/standard/
?

Either kernel-vanilla which is pure 3.12.35 (or later) or kernel-default
which is SLE12 kernel based on 3.12.35 (or later).

thanks,
-- 
js
suse labs

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel boot panic 3.12-34 > 3.12.35
  2014-12-15 11:30       ` Jiri Slaby
@ 2015-01-02 10:46         ` Richard Farthing
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Farthing @ 2015-01-02 10:46 UTC (permalink / raw)
  To: Jiri Slaby, Borislav Petkov; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 916 bytes --]

Hi,

So I built 3.12.35 from the SLE12 repo and another crash on boot !  See 
attached screenshot.
Something weird going on with btrfs here (it's built with the same 
options as 3.12.34).  All the other longterm kernels I've tested have 
been OK (stock kernel, 3.2.65, 3.4.105, 3.10.63 and 3.12.34 of course.

regards
Richard

On 15/12/2014 11:30, Jiri Slaby wrote:
> On 12/15/2014, 11:06 AM, Richard Farthing wrote:
>> I installed the kernel via YAST2 which makes and installs the initrd
>> too, and have done this many times before on this test machine, so it
>> seems unlikely to be my mistake, but it's always possible!  I will have
>> a look at it again
> Oh, yast... What about trying RPMs from
> http://download.opensuse.org/repositories/Kernel:/SLE12/standard/
> ?
>
> Either kernel-vanilla which is pure 3.12.35 (or later) or kernel-default
> which is SLE12 kernel based on 3.12.35 (or later).
>
> thanks,


[-- Attachment #2: IMG_2685 (Medium).JPG --]
[-- Type: image/jpeg, Size: 268602 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-02 10:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14 15:41 Kernel boot panic 3.12-34 > 3.12.35 Richard Farthing
2014-12-14 18:25 ` Borislav Petkov
2014-12-15  9:28   ` Jiri Slaby
2014-12-15 10:06     ` Richard Farthing
2014-12-15 11:30       ` Jiri Slaby
2015-01-02 10:46         ` Richard Farthing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox