All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ide@vger.kernel.org
Subject: [Bug 24702] Possible bug - crash during IDE interface probing.
Date: Sun, 12 Dec 2010 21:55:28 GMT	[thread overview]
Message-ID: <201012122155.oBCLtS4S031112@demeter1.kernel.org> (raw)
In-Reply-To: <bug-24702-11633@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=24702





--- Comment #2 from software+linux-kernel@kd6lvw.ampr.org  2010-12-12 21:55:27 ---
How do I upgrade?  I download the entire source and unpack it into its own
directory separate from any prior source.  I do NOT patch.  Therefore, there
are no stale object files.  The only component carried from one subversion to
another is the configuration file.  As for include files installed into
/usr/include, I update but I don't permit deletions.  Installation script:

----------------------------------------------------
#!/bin/sh
gunzip -c /proc/config.gz >.config
make menuconfig bzImage modules modules_install
make headers_install INSTALL_HDR_PATH=/tmp ; rm `find /tmp/include -size 0`
(cd /boot ; for x in .config bzImage System.map ; do mv -v $x $x.old ; done)
cp -v .config System.map arch/x86/boot/bzImage /boot
cp -R /tmp/include /usr ; rm -r /tmp/include
exec lilo
----------------------------------------------------
As noted, there is no OOPS message.  It simply dies:

...
Uniform Multi-Platform E-IDE driver
sis5513 0000:00:00.1: SiS730 ATA 100 (1st gen) controller
sis5513 0000:00:00.1: IDE controller (0x1039:0x5513 rev 0xd0)
sis5513 0000:00:00.1: IDE port disabled
sis5513 0000:00:00.1: not 100%% native mode: will probe irqs later
    ide0: BM-DMA at 0xff00-0xff07

=>  2.6.36.2 dies here.  2.6.36.1 continues:

Probing IDE interface ide0...
hda: MAXTOR STM3500630A, ATA DISK drive
hdb: TOSHIBA CD-ROM XM-6702B, ATAPI CD/DVD-ROM drive
...
(The above was copied from the 2.6.31.1 syslog.)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

  parent reply	other threads:[~2010-12-12 21:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-12  7:41 [Bug 24702] New: Possible bug - crash during IDE interface probing bugzilla-daemon
2010-12-12 12:24 ` [Bug 24702] " bugzilla-daemon
2010-12-12 21:55 ` bugzilla-daemon [this message]
2010-12-13 14:13 ` bugzilla-daemon
2010-12-17  8:47 ` bugzilla-daemon
2010-12-17  9:19 ` bugzilla-daemon
2010-12-20 21:11 ` bugzilla-daemon
2010-12-23  2:39 ` bugzilla-daemon

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=201012122155.oBCLtS4S031112@demeter1.kernel.org \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-ide@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.