https://bugzilla.kernel.org/show_bug.cgi?id=24702 --- Comment #2 from software+linux-kernel@xxxxxxxxxxxxxxx 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. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html