From patchwork Tue Oct 9 10:22:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 190262 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id BDBE82C00DB for ; Tue, 9 Oct 2012 21:22:25 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TLWx1-00055o-9m; Tue, 09 Oct 2012 10:22:11 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TLWwz-00055j-5S for kernel-team@lists.ubuntu.com; Tue, 09 Oct 2012 10:22:09 +0000 Received: from p5b2e2c53.dip.t-dialin.net ([91.46.44.83] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TLWwy-0004mR-Vn for kernel-team@lists.ubuntu.com; Tue, 09 Oct 2012 10:22:09 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: [Quantal linux-meta] Prevent linux-crashdump from replacing grub-efi Date: Tue, 9 Oct 2012 12:22:07 +0200 Message-Id: <1349778127-29034-1-git-send-email-stefan.bader@canonical.com> X-Mailer: git-send-email 1.7.9.5 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1064259 When playing with linux-crashdump on an EFI installed system I realized that grub-efi was thrown away and replaced by grub-pc which did not seem to good. Apparently we do not consider grub-efi as an alternative in the depends. With this added (I took the version of grub-efi in Lucid) at least grub-efi remains installed and a normal boot still works. Only the actual crash-dump seems to explode on this system with backtraces showing a log of xhci... /me bangs head. Still it sounds like we probably want to add this to meta packages for P and L at least.. and Q of course... -Stefan From 1b53289d1e4be597b2d865d0ed89465853ee2950 Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Tue, 9 Oct 2012 11:31:30 +0200 Subject: [PATCH] UBUNTU: Ubuntu-3.5.0.17.19 Signed-off-by: Stefan Bader Acked-by: Andy Whitcroft --- meta-source/debian/changelog | 7 +++++++ meta-source/debian/control.common | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog index bb83f7a..47edf88 100644 --- a/meta-source/debian/changelog +++ b/meta-source/debian/changelog @@ -1,3 +1,10 @@ +linux-meta (3.5.0.17.19) quantal-proposed; urgency=low + + * Make linux-crashdump alternatively depend on grub-efi. + LP: #1064259 + + -- Stefan Bader Tue, 09 Oct 2012 11:28:08 +0200 + linux-meta (3.5.0.17.18) quantal-proposed; urgency=low * Add new meta-packages for linux-signed-* images. diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common index 725b34d..5273800 100644 --- a/meta-source/debian/control.common +++ b/meta-source/debian/control.common @@ -36,7 +36,7 @@ Description: Generic Linux kernel image. Package: linux-crashdump Architecture: i386 amd64 Section: devel -Depends: ${misc:Depends}, kexec-tools, makedumpfile, grub-pc (>= 1.96+20090611-1ubuntu2) | grub (>= 0.97-29ubuntu24) +Depends: ${misc:Depends}, kexec-tools, makedumpfile, grub-pc (>= 1.96+20090611-1ubuntu2) | grub-efi (>= 1.98-1ubuntu5) | grub (>= 0.97-29ubuntu24) Recommends: apport Suggests: crash Description: Linux kernel crashdump setup for the latest generic kernel