Activity log for bug #1082059

Date Who What changed Old value New value Message
2012-11-22 15:21:52 William bug added bug
2012-11-22 15:30:08 Brad Figg linux (Ubuntu): status New Incomplete
2012-11-22 15:30:11 Brad Figg tags quantal
2012-11-22 16:13:21 William linux (Ubuntu): status Incomplete Confirmed
2012-11-26 16:46:32 Joseph Salisbury tags quantal kernel-fixed-upstream quantal
2012-11-26 16:46:40 Joseph Salisbury linux (Ubuntu): importance Undecided Medium
2012-11-26 16:46:44 Joseph Salisbury linux (Ubuntu): status Confirmed Triaged
2012-11-26 17:33:50 komputes bug added subscriber David Bensimon
2012-11-26 22:40:36 Chris J Arges linux (Ubuntu): assignee Chris J Arges (christopherarges)
2012-11-26 22:40:42 Chris J Arges linux (Ubuntu): status Triaged In Progress
2012-11-26 22:40:51 Chris J Arges tags kernel-fixed-upstream quantal bot-stop-nagging kernel-fixed-upstream quantal
2012-11-26 22:42:15 Chris J Arges bug added subscriber Sustaining Engineering
2012-11-26 22:42:41 Chris J Arges nominated for series Ubuntu Quantal
2012-11-26 22:42:41 Chris J Arges bug task added linux (Ubuntu Quantal)
2012-11-26 22:42:46 Chris J Arges linux (Ubuntu Quantal): assignee Chris J Arges (christopherarges)
2012-11-26 22:42:48 Chris J Arges linux (Ubuntu Quantal): importance Undecided Medium
2012-11-26 22:42:50 Chris J Arges linux (Ubuntu): assignee Chris J Arges (christopherarges)
2012-11-26 22:42:54 Chris J Arges linux (Ubuntu): importance Medium Undecided
2012-11-26 22:44:36 Chris J Arges linux (Ubuntu Quantal): status New In Progress
2012-11-27 14:22:00 Chris J Arges nominated for series Ubuntu Raring
2012-11-27 14:22:00 Chris J Arges bug task added linux (Ubuntu Raring)
2012-11-27 14:22:07 Chris J Arges linux (Ubuntu Raring): status In Progress Fix Released
2012-11-27 15:05:36 Chris J Arges description I have been trying to create a small i386 bootimage for mac using grub efi boot on my new macbook air. With precise it was not possible to use an i386 kernel on a 64bit efi firmware but this has been resolved with eficross. But after installing quantal with debootstrap on a usb stick with a small vfat image for holding grub-efi i cannot boot the system with kernel 3.5.18. So I started installing the latest mainline kernel from ppa which worked without problems. After installing about 10 kernels :) i found that it had to do with the changes between kernel 3.6.4 and 3.6.5, so i investigated the changelog file and there is some significant change for efi cross arch. commit 31fd7858aab67b6c4104cd7323a69f257a170572 Author: Olof Johansson <olof@lixom.net> Date: Wed Oct 24 10:00:44 2012 -0700 x86: efi: Turn off efi_enabled after setup on mixed fw/kernel commit 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c upstream. When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off efi_enabled once setup is done. Beyond setup, it is normally used to determine if runtime services are available and we will have none. This will resolve issues stemming from efivars modprobe panicking on a 32/64-bit setup, as well as some reboot issues on similar setups. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=45991 Reported-by: Marko Kohtala <marko.kohtala@gmail.com> Reported-by: Maxim Kammerer <mk@dee.su> Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Cc: Matthew Garrett <mjg@redhat.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> I wanted to take that patch and apply it to the quantal kernel but i get an error while patching so there are more changes for efi (duh). If someone could help me with this patch maybe this can be added to the quantal kernel? Regards, William van de Velde SRU Justification: Impact: Booting i386 kernels on 64-bit efi firmware does not work on quantal. Fix: Upstream commit 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c can be cherry-picked into quantal. This commit is already present in raring. Testcase: Properly boot an i386 quantal kernel on a device that has 64-bit EFI firmware. -- I have been trying to create a small i386 bootimage for mac using grub efi boot on my new macbook air. With precise it was not possible to use an i386 kernel on a 64bit efi firmware but this has been resolved with eficross. But after installing quantal with debootstrap on a usb stick with a small vfat image for holding grub-efi i cannot boot the system with kernel 3.5.18. So I started installing the latest mainline kernel from ppa which worked without problems. After installing about 10 kernels :) i found that it had to do with the changes between kernel 3.6.4 and 3.6.5, so i investigated the changelog file and there is some significant change for efi cross arch. commit 31fd7858aab67b6c4104cd7323a69f257a170572 Author: Olof Johansson <olof@lixom.net> Date: Wed Oct 24 10:00:44 2012 -0700     x86: efi: Turn off efi_enabled after setup on mixed fw/kernel     commit 5189c2a7c7769ee9d037d76c1a7b8550ccf3481c upstream.     When 32-bit EFI is used with 64-bit kernel (or vice versa), turn off     efi_enabled once setup is done. Beyond setup, it is normally used to     determine if runtime services are available and we will have none.     This will resolve issues stemming from efivars modprobe panicking on a     32/64-bit setup, as well as some reboot issues on similar setups.     Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=45991     Reported-by: Marko Kohtala <marko.kohtala@gmail.com>     Reported-by: Maxim Kammerer <mk@dee.su>     Signed-off-by: Olof Johansson <olof@lixom.net>     Acked-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>     Cc: Matthew Garrett <mjg@redhat.com>     Signed-off-by: Matt Fleming <matt.fleming@intel.com>     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> I wanted to take that patch and apply it to the quantal kernel but i get an error while patching so there are more changes for efi (duh). If someone could help me with this patch maybe this can be added to the quantal kernel? Regards, William van de Velde
2012-11-27 15:13:52 Chris J Arges bug added subscriber Canonical Kernel SRU Team
2012-11-27 16:21:35 Joseph Salisbury linux (Ubuntu Raring): importance Undecided Medium
2012-11-29 15:09:52 Herton R. Krzesinski linux (Ubuntu Quantal): status In Progress Fix Committed
2012-12-06 21:06:24 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/linux-lts-quantal
2012-12-07 10:26:37 Luis Henriques tags bot-stop-nagging kernel-fixed-upstream quantal bot-stop-nagging kernel-fixed-upstream quantal verification-needed-quantal
2012-12-10 10:56:57 Luis Henriques tags bot-stop-nagging kernel-fixed-upstream quantal verification-needed-quantal bot-stop-nagging kernel-fixed-upstream quantal verification-done-quantal
2012-12-13 10:33:28 Frederic Masi bug added subscriber Frederic Masi
2012-12-18 15:28:10 Launchpad Janitor linux (Ubuntu Quantal): status Fix Committed Fix Released
2012-12-18 15:28:10 Launchpad Janitor cve linked 2012-5517
2013-05-08 02:30:43 Launchpad Janitor branch linked lp:ubuntu/linux-ti-omap4
2014-02-07 15:48:25 Curtis Hovey removed subscriber Registry Administrators