public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: art@usfltd.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.19-rc1 SMP x86_64 boot hungs up
Date: Thu, 5 Oct 2006 23:20:29 +0200	[thread overview]
Message-ID: <20061005212029.GL16812@stusta.de> (raw)
In-Reply-To: <20061005143237.xr08e3ew5b2ocgc8@69.222.0.225>

On Thu, Oct 05, 2006 at 02:32:37PM -0500, art@usfltd.com wrote:

> 2.6.19-rc1 SMP x86_64 boot hungs up
> 
> boot hungs up !!!
> last lines from screen at boot time:
> 
> ...
> Uniform CD-ROM driver Revision: 3.20
> ide-floppy driver 0.99.newide
> usbcore: registered new driver libusual
> usbcore: registered new driver hiddev
> usbcore: registered new driver usbhid
> drivers/usb/input/hid-core.c: v2.6:USB HID core driver
> PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
> PNP: PS/2 controller doesn't have AUX irq; using default 12
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ hungs up here
> next lines are from working 2.6.18-git6 looks like i8042 problem
> 
> PM: Adding info for platform:i8042
> serio: i8042 AUX port at 0x60,0x64 irq 12
> PM: Adding info for serio:serio0
> serio: i8042 KBD port at 0x60,0x64 irq 1
> PM: Adding info for serio:serio1
> mice: PS/2 mouse device common for all mice
> md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
> md: bitmap version 4.39
> TCP cubic registered
> ...
> 
> last good is 2.6.18-git6
> 2.6.18-git7 to 2.6.19-rc1 hungs up


Thanks for the confirmation.

Can you try to find the guilty commit through git bisecting?

IOW, please do:


# install git and cogito on your computer

# clone Linus' tree:
cg-clone \ 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

# start bisecting:
cd linux-2.6
git bisect start
git bisect bad b278240839e20fa9384ea430df463b367b90e04e
git bisect good dd77a4ee0f3981693d4229aa1d57cea9e526ff47

# start round
cp /path/to/.config .
make oldconfig
make
# install kernel, check whether it's good or bad, then:
git bisect [bad|good]
# start next round


After at about 8 reboots, you'll have found the guilty commit
("...  is first bad commit").


More information on git bisecting:
  man git-bisect


TIA
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  reply	other threads:[~2006-10-05 21:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-05 19:32 2.6.19-rc1 SMP x86_64 boot hungs up art
2006-10-05 21:20 ` Adrian Bunk [this message]
2006-10-06 21:24   ` art
2006-10-07 21:10     ` Adrian Bunk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061005212029.GL16812@stusta.de \
    --to=bunk@stusta.de \
    --cc=art@usfltd.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox