[kernel/f17] Enable TCM_VHOST module (rhbz 866984)

Josh Boyer jwboyer at fedoraproject.org
Wed Oct 17 14:58:28 UTC 2012


commit 77e4883e8553db07f70275648c0ec71fb488bf27
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Wed Oct 17 10:58:18 2012 -0400

    Enable TCM_VHOST module (rhbz 866984)

 config-generic |    2 +-
 kernel.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/config-generic b/config-generic
index 34cbf5e..0e5b3b9 100644
--- a/config-generic
+++ b/config-generic
@@ -299,7 +299,7 @@ CONFIG_VMXNET3=m
 CONFIG_HW_RANDOM_VIRTIO=m
 CONFIG_VIRTIO_CONSOLE=y
 CONFIG_VHOST_NET=m
-# CONFIG_TCM_VHOST is not set
+CONFIG_TCM_VHOST=m
 
 #
 # SCSI device support
diff --git a/kernel.spec b/kernel.spec
index 14e7a9e..d5508c9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 4
+%global baserelease 5
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -2309,6 +2309,9 @@ fi
 #    '-'      |  |
 #              '-'
 %changelog
+* Wed Oct 17 2012 Josh Boyer <jwboyer at redhat.com>
+- Enable TCM_VHOST module (rhbz 866984)
+
 * Mon Oct 15 2012 Mauro Carvalho Chehab <mchehab at redhat.com> - 3.6.2-4
 - Fix i82975x_edac driver by rewriting most of the logic there
 


More information about the scm-commits mailing list