Activity log for bug #292619

Date Who What changed Old value New value Message
2008-11-02 13:55:25 Urop bug added bug
2008-11-02 13:58:15 Urop description Binary package hint: linux-image-2.6.27-7-server Latest working kernel version: Doesn't work with any ubuntu versions of the kernel that I know of. Latest tried is 2.6.26-7-server. Does apparently work with the latest official stable 2.6.24.7 linux mainline kernel on a down-cored Phenom CPU according to http://bugzilla.kernel.org/show_bug.cgi?id=11714#c38. Earliest failing kernel version: The earliest failing version that I know about is 2.6.24-19-server. Have also tried a linux-image-generic kernel. Distribution: Ubuntu 8.10 Hardware Environment: ASUS M3A-H/HDMI, 4GB RAM, AMD PHENOM X3 8750, 4xSATA, 256MB Radeon 2400 PRO PCI Express. Software Environment: Ubuntu 64bit server edition. Using the latest available bios update (Version 1001) Problem Description: When not using acpi=off, the system goes straight into kernel panic. This occurs on or after installation. Steps to reproduce: Use the same hardware set-up as me. Boot into ubuntu. Note: I have also reported this as a mainline linux bug and the full history and a lot of information (dmesg output, acpidump output, kernel panic screen shots etc.) can be found here: http://bugzilla.kernel.org/show_bug.cgi?id=11714. Support there have helped identify this as a CPUID4 problem, but can only fix it if I reproduce it using a mainline linux kernel. I'd like to stick with ubuntu. In this case they say I'll have get ubuntu support to help me fix it. (See comment 50 here: http://bugzilla.kernel.org/show_bug.cgi?id=11714#c50) Binary package hint: linux-image-2.6.27-7-server Latest working kernel version: Doesn't work with any ubuntu versions of the kernel that I know of. Latest tried is 2.6.26-7-server. Does apparently work with the latest official stable 2.6.24.7 linux mainline kernel on a down-cored Phenom CPU according to http://bugzilla.kernel.org/show_bug.cgi?id=11714#c38. Earliest failing kernel version: The earliest failing version that I know about is 2.6.24-19-server. Have also tried a linux-image-generic kernel. Distribution: Ubuntu 8.10 Hardware Environment: ASUS M3A-H/HDMI, 4GB RAM, AMD PHENOM X3 8750, 4xSATA, 256MB Radeon 2400 PRO PCI Express. Software Environment: Ubuntu 64bit server edition. Using the latest available bios update (Version 1001) Problem Description: When not using acpi=off or acpi=ht, the system goes straight into kernel panic. This occurs on or after installation. Steps to reproduce: Use the same hardware set-up as me. Boot into ubuntu. Note: I have also reported this as a mainline linux bug and the full history and a lot of information (dmesg output, acpidump output, kernel panic screen shots etc.) can be found here: http://bugzilla.kernel.org/show_bug.cgi?id=11714. Support there have helped identify this as a CPUID4 problem, but can only fix it if I reproduce it using a mainline linux kernel. I'd like to stick with ubuntu. In this case they say I'll have get ubuntu support to help me fix it. (See comment 50 here: http://bugzilla.kernel.org/show_bug.cgi?id=11714#c50)
2008-11-07 21:41:30 Leann Ogasawara bug assigned to linux
2008-11-07 21:52:28 Bug Watch Updater linux: status Unknown Incomplete
2008-11-07 23:00:35 Urop bug added attachment 'make-kpkg_clean.error' (Error output of command "make-kpkg clean")
2008-11-07 23:03:29 Urop bug added attachment 'make-kpkg_clean.output' (Standard output of command "make-kpkg clean")
2008-11-13 00:13:11 Urop bug added attachment 'linux-image-install.error' (Error output from "dpkg -i linux-image-....deb" command)
2008-11-26 12:12:51 Bug Watch Updater linux: status Incomplete Confirmed
2008-11-26 23:13:08 Leann Ogasawara linux: status New Triaged
2008-11-26 23:13:08 Leann Ogasawara linux: assignee ubuntu-kernel-team
2008-11-26 23:13:08 Leann Ogasawara linux: importance Undecided Medium
2008-11-26 23:13:08 Leann Ogasawara linux: statusexplanation
2009-02-21 09:27:26 Bug Watch Updater linux: status Confirmed Invalid
2009-02-21 10:30:14 TJ linux: status Invalid Unknown
2009-02-21 10:30:14 TJ linux: statusexplanation Changed upstream bug-track reference to the MTRR bug.
2009-02-21 10:36:24 Bug Watch Updater linux: status Unknown In Progress
2009-02-28 04:45:59 Bug Watch Updater linux: status In Progress Confirmed
2009-03-13 17:28:52 Bug Watch Updater linux: status Confirmed Fix Released
2009-03-13 23:10:19 TJ linux: status Triaged In Progress
2009-03-13 23:10:19 TJ linux: assignee intuitivenipple
2009-03-13 23:10:19 TJ linux: statusexplanation The patch applies cleanly to the current Jaunty master so I'll propose it's inclusion. It could be added as a SAUCE patch which can be removed if mainline stable includes it later. The process to add the x86-tip repository and cherry-pick from it is: # ensure local repository is in-sync git fetch origin git rebase --onto origin/master origin/master@{1} # add the x86-tip as a remote repository and fetch it git remote add x86-tip git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git git fetch x86-tip # for testing: git checkout -b lp292619 git cherry-pick 3ff42da5048649 warning: too many files (created: 1361 deleted: 2001), skipping inexact rename detection Auto-merged arch/x86/kernel/cpu/mtrr/generic.c Finished one cherry-pick. Created commit e731a6c: x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs 1 files changed, 30 insertions(+), 21 deletions(-)
2009-03-13 23:10:19 TJ linux: milestone ubuntu-9.04-beta
2009-03-16 14:47:31 Tim Gardner linux (Ubuntu): status In Progress Fix Committed
2009-03-16 14:47:31 Tim Gardner linux (Ubuntu): statusexplanation The patch applies cleanly to the current Jaunty master so I'll propose it's inclusion. It could be added as a SAUCE patch which can be removed if mainline stable includes it later. The process to add the x86-tip repository and cherry-pick from it is: # ensure local repository is in-sync git fetch origin git rebase --onto origin/master origin/master@{1} # add the x86-tip as a remote repository and fetch it git remote add x86-tip git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git git fetch x86-tip # for testing: git checkout -b lp292619 git cherry-pick 3ff42da5048649 warning: too many files (created: 1361 deleted: 2001), skipping inexact rename detection Auto-merged arch/x86/kernel/cpu/mtrr/generic.c Finished one cherry-pick. Created commit e731a6c: x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs 1 files changed, 30 insertions(+), 21 deletions(-) http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-jaunty.git;a=commit;h=832bf5546808d154de6c0c9330bf203f13ec8013
2009-03-16 15:16:47 Tim Gardner linux (Ubuntu Hardy): status New In Progress
2009-03-16 15:16:47 Tim Gardner linux (Ubuntu Hardy): assignee stefan-bader-canonical
2009-03-16 15:16:47 Tim Gardner linux (Ubuntu Hardy): statusexplanation
2009-03-16 15:17:11 Tim Gardner linux (Ubuntu Intrepid): status New In Progress
2009-03-16 15:17:11 Tim Gardner linux (Ubuntu Intrepid): assignee stefan-bader-canonical
2009-03-16 15:17:11 Tim Gardner linux (Ubuntu Intrepid): statusexplanation
2009-03-16 23:25:11 Launchpad Janitor linux: status Fix Committed Fix Released
2009-03-17 17:32:23 TJ linux (Ubuntu): assignee intuitivenipple
2009-03-17 17:32:23 TJ linux (Ubuntu): statusexplanation http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-jaunty.git;a=commit;h=832bf5546808d154de6c0c9330bf203f13ec8013
2009-03-23 08:20:26 Andy Whitcroft linux: importance Undecided Medium
2009-03-23 08:20:42 Andy Whitcroft linux: importance Undecided Medium
2009-04-28 12:32:14 Stefan Bader linux (Ubuntu Hardy): status In Progress Fix Committed
2009-04-28 12:34:07 Stefan Bader description Binary package hint: linux-image-2.6.27-7-server Latest working kernel version: Doesn't work with any ubuntu versions of the kernel that I know of. Latest tried is 2.6.26-7-server. Does apparently work with the latest official stable 2.6.24.7 linux mainline kernel on a down-cored Phenom CPU according to http://bugzilla.kernel.org/show_bug.cgi?id=11714#c38. Earliest failing kernel version: The earliest failing version that I know about is 2.6.24-19-server. Have also tried a linux-image-generic kernel. Distribution: Ubuntu 8.10 Hardware Environment: ASUS M3A-H/HDMI, 4GB RAM, AMD PHENOM X3 8750, 4xSATA, 256MB Radeon 2400 PRO PCI Express. Software Environment: Ubuntu 64bit server edition. Using the latest available bios update (Version 1001) Problem Description: When not using acpi=off or acpi=ht, the system goes straight into kernel panic. This occurs on or after installation. Steps to reproduce: Use the same hardware set-up as me. Boot into ubuntu. Note: I have also reported this as a mainline linux bug and the full history and a lot of information (dmesg output, acpidump output, kernel panic screen shots etc.) can be found here: http://bugzilla.kernel.org/show_bug.cgi?id=11714. Support there have helped identify this as a CPUID4 problem, but can only fix it if I reproduce it using a mainline linux kernel. I'd like to stick with ubuntu. In this case they say I'll have get ubuntu support to help me fix it. (See comment 50 here: http://bugzilla.kernel.org/show_bug.cgi?id=11714#c50) SRU Justification: Impact: The BIOS is expected to clear the SYSCFG[MtrrFixDramModEn] on AMD CPUs after fixed MTRRs are configured. Some BIOSes do not clear SYSCFG[MtrrFixDramModEn] on BP (and on APs), which leads to panics and freezes. Fix: Attached patch from upstream which is included in Jaunty and has been verified to help on Intrepid too. Testcase: see bug report. --- Binary package hint: linux-image-2.6.27-7-server Latest working kernel version: Doesn't work with any ubuntu versions of the kernel that I know of. Latest tried is 2.6.26-7-server. Does apparently work with the latest official stable 2.6.24.7 linux mainline kernel on a down-cored Phenom CPU according to http://bugzilla.kernel.org/show_bug.cgi?id=11714#c38. Earliest failing kernel version: The earliest failing version that I know about is 2.6.24-19-server. Have also tried a linux-image-generic kernel. Distribution: Ubuntu 8.10 Hardware Environment: ASUS M3A-H/HDMI, 4GB RAM, AMD PHENOM X3 8750, 4xSATA, 256MB Radeon 2400 PRO PCI Express. Software Environment: Ubuntu 64bit server edition. Using the latest available bios update (Version 1001) Problem Description: When not using acpi=off or acpi=ht, the system goes straight into kernel panic. This occurs on or after installation. Steps to reproduce: Use the same hardware set-up as me. Boot into ubuntu. Note: I have also reported this as a mainline linux bug and the full history and a lot of information (dmesg output, acpidump output, kernel panic screen shots etc.) can be found here: http://bugzilla.kernel.org/show_bug.cgi?id=11714. Support there have helped identify this as a CPUID4 problem, but can only fix it if I reproduce it using a mainline linux kernel. I'd like to stick with ubuntu. In this case they say I'll have get ubuntu support to help me fix it. (See comment 50 here: http://bugzilla.kernel.org/show_bug.cgi?id=11714#c50)
2009-04-28 13:17:37 Stefan Bader linux (Ubuntu Intrepid): status In Progress Fix Committed
2009-04-28 13:18:07 Stefan Bader bug added subscriber Ubuntu Stable Release Updates Team
2009-06-05 09:54:48 Martin Pitt tags verification-needed
2009-06-16 17:34:57 Steve Beattie tags verification-needed hw-specific verification-needed
2009-07-03 09:20:20 Launchpad Janitor branch linked lp:ubuntu/karmic/linux-ports
2009-07-14 21:58:11 Launchpad Janitor linux (Ubuntu Hardy): status Fix Committed Fix Released
2009-09-14 13:52:08 Launchpad Janitor linux (Ubuntu Intrepid): status Fix Committed Fix Released
2011-02-04 10:25:16 Bug Watch Updater linux: importance Unknown High