From patchwork Mon Jan 28 10:43:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Bader X-Patchwork-Id: 216158 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 C3DB42C0089 for ; Mon, 28 Jan 2013 21:43:19 +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 1TzmBA-00052V-Cq; Mon, 28 Jan 2013 10:43:08 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TzmB8-00052L-5X for kernel-team@lists.ubuntu.com; Mon, 28 Jan 2013 10:43:06 +0000 Received: from p5b2e3229.dip.t-dialin.net ([91.46.50.41] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TzmB7-0001rH-V9 for kernel-team@lists.ubuntu.com; Mon, 28 Jan 2013 10:43:06 +0000 From: Stefan Bader To: kernel-team@lists.ubuntu.com Subject: Move 9p modules into generic package Date: Mon, 28 Jan 2013 11:43:04 +0100 Message-Id: <1359369784-21549-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 The server team asked for those modules to be in the main package for some juju under KVM usage. For Quantal this is likely the same change (though I will post it seperately). For Precise this will require to look into the options (or package list) of the virtual package. But it should have no real regression potential as it adds new/optional modules. -Stefan --- From b594f313b13f1e3099ad1a12705e2aab91c0e6ff Mon Sep 17 00:00:00 2001 From: Stefan Bader Date: Mon, 28 Jan 2013 10:13:53 +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 --- debian.master/control.d/generic.inclusion-list | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list index 75098ae..29d9f75 100644 --- a/debian.master/control.d/generic.inclusion-list +++ b/debian.master/control.d/generic.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/*