From patchwork Tue Apr 27 12:23:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 51058 X-Patchwork-Delegate: apw@canonical.com 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 33BA7B7D6E for ; Tue, 27 Apr 2010 22:23:34 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O6jp0-0004dr-AG; Tue, 27 Apr 2010 13:23:26 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1O6jox-0004df-Sc for kernel-team@lists.ubuntu.com; Tue, 27 Apr 2010 13:23:23 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1O6jox-0000GC-RD for ; Tue, 27 Apr 2010 13:23:23 +0100 Received: from [91.189.88.12] (helo=[10.45.43.73]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1O6jox-0005K1-LF for kernel-team@lists.ubuntu.com; Tue, 27 Apr 2010 13:23:23 +0100 Subject: [PATCH 1/1] [Lucid] SRU: UBUNTU: [Config] Add ahci.ko to virtual sub-flavour From: Leann Ogasawara To: kernel-team Date: Tue, 27 Apr 2010 13:23:22 +0100 Message-ID: <1272371002.3457.9.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Hi All, https://bugs.edge.launchpad.net/ubuntu/lucid/+source/linux/+bug/570542 Lucid SRU Justification: Impact: In Karmic, the ahci driver was built in by default in the kernel. However, in Lucid, this driver is now enabled as a module. As a result, when running the virtual kernel, virtualbox guests using virtual sata drives within virtualbox fail to boot. We need to add the ahci module to the virtual sub-flavour. Please consider applying as a Lucid SRU. Thanks, Leann The following changes since commit 44dbdb13eab1b5813a6dbe25cd3e2b52bae46e10: Andy Whitcroft (1): UBUNTU: [Config] enforce -- ensure dm_mod is built-in for LVM are available in the git repository at: git://kernel.ubuntu.com/ogasawara/ubuntu-lucid.git lp570542 Leann Ogasawara (1): UBUNTU: [Config] Add ahci.ko to virtual sub-flavour debian.master/sub-flavours/virtual.list | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) >From 2c386a7beef70a9aaa23f812b184e585fc5bb532 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Tue, 27 Apr 2010 11:29:55 +0100 Subject: [PATCH] UBUNTU: [Config] Add ahci.ko to virtual sub-flavour BugLink: http://bugs.launchpad.net/bugs/570542 The ahci driver is now enabled as a module rather than being built in. Add the ahci.ko module to the virtual sub-flavour. Signed-off-by: Leann Ogasawara Acked-by: Stefan Bader --- debian.master/sub-flavours/virtual.list | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/debian.master/sub-flavours/virtual.list b/debian.master/sub-flavours/virtual.list index 26b1c24..5f6c0cf 100644 --- a/debian.master/sub-flavours/virtual.list +++ b/debian.master/sub-flavours/virtual.list @@ -1,6 +1,7 @@ arch/*/{crypto,kernel,oprofile} crypto/* drivers/acpi/* +drivers/ata/ahci.ko drivers/ata/ata_generic.ko drivers/ata/ata_piix.ko drivers/ata/libata.ko