From 0ace7eb5e6a881986b154edf08d0b29fcd72d4fd Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Feb 27 2013 14:17:19 +0000 Subject: Linux v3.8-9405-gd895cb1 Make sure to disable CONFIG_VMXNET3 in config-generic so prep doesn't fail on non-x86 arches. Sigh. If only people actually put thought into Kconfig deps. --- diff --git a/config-generic b/config-generic index 1dd630e..d033e77 100644 --- a/config-generic +++ b/config-generic @@ -4678,6 +4678,7 @@ CONFIG_PSTORE_RAM=m # CONFIG_AVERAGE is not set +# CONFIG_VMXNET3 is not set # CONFIG_SIGMA is not set diff --git a/config-x86-generic b/config-x86-generic index 4c17a8d..75e604d 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -453,3 +453,4 @@ CONFIG_SYSTEM_BLACKLIST_KEYRING=y CONFIG_MODULE_SIG_UEFI=y CONFIG_VMXNET3=m +CONFIG_VFIO_PCI_VGA=y diff --git a/kernel.spec b/kernel.spec index e3c0943..efc5bd9 100644 --- a/kernel.spec +++ b/kernel.spec @@ -95,7 +95,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 9 +%define gitrev 10 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -2296,6 +2296,9 @@ fi # ||----w | # || || %changelog +* Wed Feb 27 2013 Josh Boyer - 3.9.0-0.rc0.git10.1 +- Linux v3.8-9405-gd895cb1 + * Tue Feb 26 2013 Josh Boyer - 3.9.0-0.rc0.git9.1 - Linux v3.8-9165-g1cef935 diff --git a/sources b/sources index 4cb3388..49428ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 1c738edfc54e7c65faeb90c436104e2f linux-3.8.tar.xz -2f603ac0a31c8a6a0d71bb4ff22fe3e7 patch-3.8-git9.xz +bbe8c6f353b542e8220587f01b72009d patch-3.8-git10.xz