* Failure with the 2.6.34-rc1 kernel
@ 2010-03-16 15:45 Rupjyoti Sarmah
2010-03-16 15:47 ` Jiri Kosina
2010-03-22 19:45 ` Maciej Rutecki
0 siblings, 2 replies; 5+ messages in thread
From: Rupjyoti Sarmah @ 2010-03-16 15:45 UTC (permalink / raw)
To: linux-kernel
Hi All,
We are seeing issues in booting some of our boards with this new kernel.
Kernel version upto 2.6.33 works fine on the boards like Canyonlands,
Katmai, Glacier etc.
These boards are not booting with kernel later than 2.6.33. Please let
me know how about fixing these issues ?
Regards
Rupjyoti Sarmah
Appliedmicro
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure with the 2.6.34-rc1 kernel
2010-03-16 15:45 Failure with the 2.6.34-rc1 kernel Rupjyoti Sarmah
@ 2010-03-16 15:47 ` Jiri Kosina
2010-03-16 16:19 ` Rupjyoti Sarmah
2010-03-22 19:45 ` Maciej Rutecki
1 sibling, 1 reply; 5+ messages in thread
From: Jiri Kosina @ 2010-03-16 15:47 UTC (permalink / raw)
To: Rupjyoti Sarmah; +Cc: linux-kernel
On Tue, 16 Mar 2010, Rupjyoti Sarmah wrote:
> We are seeing issues in booting some of our boards with this new kernel.
> Kernel version upto 2.6.33 works fine on the boards like Canyonlands,
> Katmai, Glacier etc.
> These boards are not booting with kernel later than 2.6.33. Please let
> me know how about fixing these issues ?
You'd need to provide at least dmesg from the working and non-working
cases.
Also git-bisect between 2.6.33 and 2.6.34-rc1 might help you identify the
commit that broke your hardware.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Failure with the 2.6.34-rc1 kernel
2010-03-16 15:47 ` Jiri Kosina
@ 2010-03-16 16:19 ` Rupjyoti Sarmah
2010-03-16 16:26 ` Jiri Kosina
0 siblings, 1 reply; 5+ messages in thread
From: Rupjyoti Sarmah @ 2010-03-16 16:19 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel
It has been failing from this commit.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commi
t;h=ef1a8de8ea004a689b2aa9f5cefcba2b1a0262f2 .
Also, the u-boot restarts the board very quickly. It does not go to the
kernel prompt at all.
Regards,
Rup
-----Original Message-----
From: Jiri Kosina [mailto:jkosina@suse.cz]
Sent: Tuesday, March 16, 2010 9:18 PM
To: Rupjyoti Sarmah
Cc: linux-kernel@vger.kernel.org
Subject: Re: Failure with the 2.6.34-rc1 kernel
On Tue, 16 Mar 2010, Rupjyoti Sarmah wrote:
> We are seeing issues in booting some of our boards with this new
kernel.
> Kernel version upto 2.6.33 works fine on the boards like Canyonlands,
> Katmai, Glacier etc.
> These boards are not booting with kernel later than 2.6.33. Please let
> me know how about fixing these issues ?
You'd need to provide at least dmesg from the working and non-working
cases.
Also git-bisect between 2.6.33 and 2.6.34-rc1 might help you identify
the
commit that broke your hardware.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Failure with the 2.6.34-rc1 kernel
2010-03-16 16:19 ` Rupjyoti Sarmah
@ 2010-03-16 16:26 ` Jiri Kosina
0 siblings, 0 replies; 5+ messages in thread
From: Jiri Kosina @ 2010-03-16 16:26 UTC (permalink / raw)
To: Rupjyoti Sarmah; +Cc: linux-kernel, linuxppc-dev
On Tue, 16 Mar 2010, Rupjyoti Sarmah wrote:
> -----Original Message-----
> From: Jiri Kosina [mailto:jkosina@suse.cz]
> Sent: Tuesday, March 16, 2010 9:18 PM
> To: Rupjyoti Sarmah
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: Failure with the 2.6.34-rc1 kernel
>
> On Tue, 16 Mar 2010, Rupjyoti Sarmah wrote:
>
> > We are seeing issues in booting some of our boards with this new
> kernel.
> > Kernel version upto 2.6.33 works fine on the boards like Canyonlands,
> > Katmai, Glacier etc.
> > These boards are not booting with kernel later than 2.6.33. Please let
> > me know how about fixing these issues ?
>
> You'd need to provide at least dmesg from the working and non-working
> cases.
>
> Also git-bisect between 2.6.33 and 2.6.34-rc1 might help you identify
> the
> commit that broke your hardware.
> It has been failing from this commit.
>
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commi
> t;h=ef1a8de8ea004a689b2aa9f5cefcba2b1a0262f2 .
>
> Also, the u-boot restarts the board very quickly. It does not go to the
> kernel prompt at all.
>
That is a merge commit. There must be actuall non-merge commit that
introduced the change.
If you are sure that this particular commit brought in the change that
broke your system, you can do git bisect between
00ebfe58b002f0ff387f60c7cd23bc2b274fce1a and
ef1a8de8ea004a689b2aa9f5cefcba2b1a0262f2 to see which of the 88 commits
merged as part of ef1a8de8ea004a689b2aa9f5cefcba2b1a0262f2 is the actual
culprit.
Also adding linuxpcc-dev@ to CC.
--
Jiri Kosina
SUSE Labs, Novell Inc.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Failure with the 2.6.34-rc1 kernel
2010-03-16 15:45 Failure with the 2.6.34-rc1 kernel Rupjyoti Sarmah
2010-03-16 15:47 ` Jiri Kosina
@ 2010-03-22 19:45 ` Maciej Rutecki
1 sibling, 0 replies; 5+ messages in thread
From: Maciej Rutecki @ 2010-03-22 19:45 UTC (permalink / raw)
To: Rupjyoti Sarmah; +Cc: linux-kernel
On wtorek, 16 marca 2010 o 16:45:38 Rupjyoti Sarmah wrote:
> Hi All,
>
> We are seeing issues in booting some of our boards with this new kernel.
> Kernel version upto 2.6.33 works fine on the boards like Canyonlands,
> Katmai, Glacier etc.
> These boards are not booting with kernel later than 2.6.33. Please let
> me know how about fixing these issues ?
I created a Bugzilla entry athttps://bugzilla.kernel.org/show_bug.cgi?id=15611
for your bug report, please add your address to the CC list in there, thanks!
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-22 19:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16 15:45 Failure with the 2.6.34-rc1 kernel Rupjyoti Sarmah
2010-03-16 15:47 ` Jiri Kosina
2010-03-16 16:19 ` Rupjyoti Sarmah
2010-03-16 16:26 ` Jiri Kosina
2010-03-22 19:45 ` Maciej Rutecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®