diff mbox

[Quantal,Precise,SRU] : Move 9p modules into generic package

Message ID 1359384545-23567-1-git-send-email-stefan.bader@canonical.com
State New
Headers show

Commit Message

Stefan Bader Jan. 28, 2013, 2:49 p.m. UTC
Turned out that for Quantal the exactly same patch as for Raring does
apply cleanly. And for Precise, the config did not differ from the
generic config for the 9p modules. So again, this is just a move
between the extra and the main package (just the file to change differs).

Below is the patch for Precise.

-Stefan

--

From 8cedd8f661a2c2486181407d87286e9d03b24cc4 Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader@canonical.com>
Date: Mon, 28 Jan 2013 14:53:56 +0100
Subject: [PATCH] UBUNTU: (config) Move 9p modules into generic package

Those are built already and packaged in the extra modules package but
are required for a special pass-through setup under KVM.

BugLink: http://bugs.launchpad.net/bugs/1107658

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
---
 debian.master/control.d/virtual.inclusion-list |    2 ++
 1 file changed, 2 insertions(+)

Comments

Leann Ogasawara Jan. 28, 2013, 7:59 p.m. UTC | #1
On 01/28/2013 06:49 AM, Stefan Bader wrote:
> Turned out that for Quantal the exactly same patch as for Raring does
> apply cleanly. And for Precise, the config did not differ from the
> generic config for the 9p modules. So again, this is just a move
> between the extra and the main package (just the file to change differs).
>
> Below is the patch for Precise.
>
> -Stefan
>
> --
>
> From 8cedd8f661a2c2486181407d87286e9d03b24cc4 Mon Sep 17 00:00:00 2001
> From: Stefan Bader <stefan.bader@canonical.com>
> Date: Mon, 28 Jan 2013 14:53:56 +0100
> Subject: [PATCH] UBUNTU: (config) Move 9p modules into generic package
>
> Those are built already and packaged in the extra modules package but
> are required for a special pass-through setup under KVM.
>
> BugLink: http://bugs.launchpad.net/bugs/1107658
>
> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>

Ack for Quantal and Precise.

Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com>

> ---
>  debian.master/control.d/virtual.inclusion-list |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/debian.master/control.d/virtual.inclusion-list b/debian.master/control.d/virtual.inclusion-list
> index 162c13e..0a15f6c 100644
> --- a/debian.master/control.d/virtual.inclusion-list
> +++ b/debian.master/control.d/virtual.inclusion-list
> @@ -77,6 +77,7 @@ drivers/video/fb_sys_fops.ko
>  drivers/virtio/virtio_balloon.ko
>  drivers/watchdog/softdog.ko
>  drivers/xen/*
> +fs/9p/*
>  fs/binfmt_misc.ko
>  fs/btrfs/*
>  fs/cachefiles/cachefiles.ko
> @@ -102,6 +103,7 @@ fs/udf/*
>  lib/*
>  net/802/*
>  net/8021q/*
> +net/9p/*
>  net/appletalk/*
>  net/atm/*
>  net/ax25/*
Brad Figg Jan. 28, 2013, 8:48 p.m. UTC | #2
On 01/28/2013 06:49 AM, Stefan Bader wrote:
> Turned out that for Quantal the exactly same patch as for Raring does
> apply cleanly. And for Precise, the config did not differ from the
> generic config for the 9p modules. So again, this is just a move
> between the extra and the main package (just the file to change differs).
> 
> Below is the patch for Precise.
> 
> -Stefan
> 
> --
> 
> From 8cedd8f661a2c2486181407d87286e9d03b24cc4 Mon Sep 17 00:00:00 2001
> From: Stefan Bader <stefan.bader@canonical.com>
> Date: Mon, 28 Jan 2013 14:53:56 +0100
> Subject: [PATCH] UBUNTU: (config) Move 9p modules into generic package
> 
> Those are built already and packaged in the extra modules package but
> are required for a special pass-through setup under KVM.
> 
> BugLink: http://bugs.launchpad.net/bugs/1107658
> 
> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
> ---
>  debian.master/control.d/virtual.inclusion-list |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/debian.master/control.d/virtual.inclusion-list b/debian.master/control.d/virtual.inclusion-list
> index 162c13e..0a15f6c 100644
> --- a/debian.master/control.d/virtual.inclusion-list
> +++ b/debian.master/control.d/virtual.inclusion-list
> @@ -77,6 +77,7 @@ drivers/video/fb_sys_fops.ko
>  drivers/virtio/virtio_balloon.ko
>  drivers/watchdog/softdog.ko
>  drivers/xen/*
> +fs/9p/*
>  fs/binfmt_misc.ko
>  fs/btrfs/*
>  fs/cachefiles/cachefiles.ko
> @@ -102,6 +103,7 @@ fs/udf/*
>  lib/*
>  net/802/*
>  net/8021q/*
> +net/9p/*
>  net/appletalk/*
>  net/atm/*
>  net/ax25/*
>
Leann Ogasawara Jan. 28, 2013, 10:05 p.m. UTC | #3
Applied to Quantal and Precise master-next.

Thanks,
Leann

On 01/28/2013 06:49 AM, Stefan Bader wrote:
> Turned out that for Quantal the exactly same patch as for Raring does
> apply cleanly. And for Precise, the config did not differ from the
> generic config for the 9p modules. So again, this is just a move
> between the extra and the main package (just the file to change differs).
>
> Below is the patch for Precise.
>
> -Stefan
>
> --
>
> From 8cedd8f661a2c2486181407d87286e9d03b24cc4 Mon Sep 17 00:00:00 2001
> From: Stefan Bader <stefan.bader@canonical.com>
> Date: Mon, 28 Jan 2013 14:53:56 +0100
> Subject: [PATCH] UBUNTU: (config) Move 9p modules into generic package
>
> Those are built already and packaged in the extra modules package but
> are required for a special pass-through setup under KVM.
>
> BugLink: http://bugs.launchpad.net/bugs/1107658
>
> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
> ---
>  debian.master/control.d/virtual.inclusion-list |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/debian.master/control.d/virtual.inclusion-list b/debian.master/control.d/virtual.inclusion-list
> index 162c13e..0a15f6c 100644
> --- a/debian.master/control.d/virtual.inclusion-list
> +++ b/debian.master/control.d/virtual.inclusion-list
> @@ -77,6 +77,7 @@ drivers/video/fb_sys_fops.ko
>  drivers/virtio/virtio_balloon.ko
>  drivers/watchdog/softdog.ko
>  drivers/xen/*
> +fs/9p/*
>  fs/binfmt_misc.ko
>  fs/btrfs/*
>  fs/cachefiles/cachefiles.ko
> @@ -102,6 +103,7 @@ fs/udf/*
>  lib/*
>  net/802/*
>  net/8021q/*
> +net/9p/*
>  net/appletalk/*
>  net/atm/*
>  net/ax25/*
diff mbox

Patch

diff --git a/debian.master/control.d/virtual.inclusion-list b/debian.master/control.d/virtual.inclusion-list
index 162c13e..0a15f6c 100644
--- a/debian.master/control.d/virtual.inclusion-list
+++ b/debian.master/control.d/virtual.inclusion-list
@@ -77,6 +77,7 @@  drivers/video/fb_sys_fops.ko
 drivers/virtio/virtio_balloon.ko
 drivers/watchdog/softdog.ko
 drivers/xen/*
+fs/9p/*
 fs/binfmt_misc.ko
 fs/btrfs/*
 fs/cachefiles/cachefiles.ko
@@ -102,6 +103,7 @@  fs/udf/*
 lib/*
 net/802/*
 net/8021q/*
+net/9p/*
 net/appletalk/*
 net/atm/*
 net/ax25/*