linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ?
@ 2003-02-06  6:07 Jurriaan
  2003-02-06  6:23 ` Andrew Morton
  2003-02-06 12:33 ` Dave Jones
  0 siblings, 2 replies; 6+ messages in thread
From: Jurriaan @ 2003-02-06  6:07 UTC (permalink / raw)
  To: linux-kernel

Until now, all 2.5.59-based kernels (2.5.59 vanilla, 2.5.59 + vmlinux
patch, 2.5.59-mm[1-8]) hang very early in the boot-process on my system,
right after 'Uncompressing Linux...'

I am willing to try which patch between 2.5.58 and 2.5.59 caused this,
but I can't find out how to extract these patches. If I browse the
linux-2.5 repository on the web-interface @ bitkeeper, I don't see a
message 'And with this patch-set, we've reached 2.5.58 - any patches
after this apply to 2.5.58 and will create 2.5.59 in due time'.

/usr/src/linux/Documentation/BK-usage/ seems to focus more on uploading
patches. There is something on getting the diff between two kernel
versions, but I need finer patches/revisions/changesets. I can see how
to download the initial tree, but what do I do next?

Thanks,
Jurriaan
-- 
In case of fire, do not attempt to use lifts.
(To which was added:)
Try a fire extinguisher.
GNU/Linux 2.4.21-pre3-ac5 SMP/ReiserFS 2x2339 bogomips load av: 0.00 0.16 0.16

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

* Re: 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ?
  2003-02-06  6:07 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ? Jurriaan
@ 2003-02-06  6:23 ` Andrew Morton
  2003-02-06 12:33 ` Dave Jones
  1 sibling, 0 replies; 6+ messages in thread
From: Andrew Morton @ 2003-02-06  6:23 UTC (permalink / raw)
  To: thunder7; +Cc: linux-kernel

Jurriaan <thunder7@xs4all.nl> wrote:
>
> Until now, all 2.5.59-based kernels (2.5.59 vanilla, 2.5.59 + vmlinux
> patch, 2.5.59-mm[1-8]) hang very early in the boot-process on my system,
> right after 'Uncompressing Linux...'
> 
> I am willing to try which patch between 2.5.58 and 2.5.59 caused this,
> but I can't find out how to extract these patches. If I browse the
> linux-2.5 repository on the web-interface @ bitkeeper, I don't see a
> message 'And with this patch-set, we've reached 2.5.58 - any patches
> after this apply to 2.5.58 and will create 2.5.59 in due time'.
> 
> /usr/src/linux/Documentation/BK-usage/ seems to focus more on uploading
> patches. There is something on getting the diff between two kernel
> versions, but I need finer patches/revisions/changesets. I can see how
> to download the initial tree, but what do I do next?
> 

I've been regularly snarfing the rollups from 
http://www.kernel.org/pub/linux/kernel/v2.5/testing/cset/
for this very purpose.

Over at http://www.zip.com.au/~akpm/linux/patches/2.5/x/

You will find 15 patches, spread across the lifetime of the 2.5.58->2.5.59
cycle.

If you can identify which of those patches introduced the failure...



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

* Re: 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ?
  2003-02-06  6:07 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ? Jurriaan
  2003-02-06  6:23 ` Andrew Morton
@ 2003-02-06 12:33 ` Dave Jones
  2003-02-06 12:51   ` Duncan Sands
  2003-02-07 20:19   ` Jurriaan
  1 sibling, 2 replies; 6+ messages in thread
From: Dave Jones @ 2003-02-06 12:33 UTC (permalink / raw)
  To: Jurriaan; +Cc: linux-kernel

On Thu, Feb 06, 2003 at 07:07:42AM +0100, Jurriaan wrote:
 > Until now, all 2.5.59-based kernels (2.5.59 vanilla, 2.5.59 + vmlinux
 > patch, 2.5.59-mm[1-8]) hang very early in the boot-process on my system,
 > right after 'Uncompressing Linux...'

Two suspects (from freezing boxes Ive had here) are ACPI and PNP. Try
disabling those first.

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

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

* Re: 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ?
  2003-02-06 12:51   ` Duncan Sands
@ 2003-02-06 12:50     ` Dave Jones
  0 siblings, 0 replies; 6+ messages in thread
From: Dave Jones @ 2003-02-06 12:50 UTC (permalink / raw)
  To: Duncan Sands; +Cc: Jurriaan, linux-kernel

On Thu, Feb 06, 2003 at 01:51:00PM +0100, Duncan Sands wrote:

 > > Two suspects (from freezing boxes Ive had here) are ACPI and PNP. Try
 > > disabling those first.
 > 
 > Do you have a K6-2?  I know of two K6-2 400MHz boxes that freeze at the
 > same point with recent (2.5.58-2.5.59, maybe 2.5.57) kernels.

Nope. mobile P3 and mobile Athlon respectively.

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk

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

* Re: 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ?
  2003-02-06 12:33 ` Dave Jones
@ 2003-02-06 12:51   ` Duncan Sands
  2003-02-06 12:50     ` Dave Jones
  2003-02-07 20:19   ` Jurriaan
  1 sibling, 1 reply; 6+ messages in thread
From: Duncan Sands @ 2003-02-06 12:51 UTC (permalink / raw)
  To: Dave Jones, Jurriaan; +Cc: linux-kernel

On Thursday 06 February 2003 13:33, Dave Jones wrote:
> On Thu, Feb 06, 2003 at 07:07:42AM +0100, Jurriaan wrote:
>  > Until now, all 2.5.59-based kernels (2.5.59 vanilla, 2.5.59 + vmlinux
>  > patch, 2.5.59-mm[1-8]) hang very early in the boot-process on my system,
>  > right after 'Uncompressing Linux...'
>
> Two suspects (from freezing boxes Ive had here) are ACPI and PNP. Try
> disabling those first.

Do you have a K6-2?  I know of two K6-2 400MHz boxes that freeze at the
same point with recent (2.5.58-2.5.59, maybe 2.5.57) kernels.

Ciao,

Duncan.

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

* Re: 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ?
  2003-02-06 12:33 ` Dave Jones
  2003-02-06 12:51   ` Duncan Sands
@ 2003-02-07 20:19   ` Jurriaan
  1 sibling, 0 replies; 6+ messages in thread
From: Jurriaan @ 2003-02-07 20:19 UTC (permalink / raw)
  To: Dave Jones, linux-kernel

From: Dave Jones <davej@codemonkey.org.uk>
Date: Thu, Feb 06, 2003 at 12:33:40PM +0000
> On Thu, Feb 06, 2003 at 07:07:42AM +0100, Jurriaan wrote:
>  > Until now, all 2.5.59-based kernels (2.5.59 vanilla, 2.5.59 + vmlinux
>  > patch, 2.5.59-mm[1-8]) hang very early in the boot-process on my system,
>  > right after 'Uncompressing Linux...'
> 
> Two suspects (from freezing boxes Ive had here) are ACPI and PNP. Try
> disabling those first.
> 
I didn't use them. I was busy checking out where between cset-943 and
cset-944 it stopped booting, when I accidentally removed my .config
file. I recreated it from the one I posted earlier to lkml, and suddenly
all 2.5.59 kernels boot. I don't know if I'm glad it's solved or
irritated that I don't know how it was solved.

Anyway, 2.5.59-mm8 boots here just fine.

Thanks everyone!

Jurriaan
-- 
Gore of Borg: I invented the collective!
GNU/Linux 2.5.59 SMP/ReiserFS 2x2318 bogomips load av: 0.05 0.06 0.02

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

end of thread, other threads:[~2003-02-07 20:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-06  6:07 2.5.59 won't boot, 2.5.58 will, how to I use bitkeeper to get 'in between' ? Jurriaan
2003-02-06  6:23 ` Andrew Morton
2003-02-06 12:33 ` Dave Jones
2003-02-06 12:51   ` Duncan Sands
2003-02-06 12:50     ` Dave Jones
2003-02-07 20:19   ` Jurriaan

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).