Enable TCM_VHOST module (rhbz 866984)

This commit is contained in:
Josh Boyer 2012-10-17 10:58:18 -04:00
parent a3db4ce6af
commit 77e4883e85
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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@redhat.com>
- Enable TCM_VHOST module (rhbz 866984)
* Mon Oct 15 2012 Mauro Carvalho Chehab <mchehab@redhat.com> - 3.6.2-4
- Fix i82975x_edac driver by rewriting most of the logic there