| Submitter | Leann Ogasawara |
|---|---|
| Date | April 27, 2010, 12:23 p.m. |
| Message ID | <1272371002.3457.9.camel@emiko> |
| Download | mbox | patch |
| Permalink | /patch/51058/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
On 04/27/2010 01:23 PM, Leann Ogasawara wrote: > 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<leann.ogasawara@canonical.com> > 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<leann.ogasawara@canonical.com> > --- > 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 Acked-by Tim Gardner <tim.gardner@canonical.com>
Leann Ogasawara wrote: > 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 <leann.ogasawara@canonical.com> > 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 <leann.ogasawara@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> > --- > 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
Patch
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
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 <leann.ogasawara@canonical.com> 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 <leann.ogasawara@canonical.com> --- debian.master/sub-flavours/virtual.list | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)