diff options
-rw-r--r-- | config-armv7-generic | 2 | ||||
-rw-r--r-- | config-generic | 9 | ||||
-rw-r--r-- | kernel.spec | 5 | ||||
-rw-r--r-- | sources | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/config-armv7-generic b/config-armv7-generic index 5ebf72bf0..bc60358c4 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -262,6 +262,8 @@ CONFIG_MMC_DW_SOCFPGA=m # CONFIG_MMC_DW_EXYNOS is not set # CONFIG_MMC_DW_IDMAC is not set CONFIG_USB_DWC2=m +# CONFIG_USB_DWC2_DEBUG is not set +# CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set CONFIG_USB_DWC3=m CONFIG_USB_DWC3_OMAP=m CONFIG_USB_DWC3_EXYNOS=m diff --git a/config-generic b/config-generic index 923cded0c..a184635a3 100644 --- a/config-generic +++ b/config-generic @@ -4034,6 +4034,9 @@ CONFIG_HEADERS_CHECK=y # This generates a huge amount of dmesg spew # CONFIG_DEBUG_KOBJECT is not set # +# This breaks booting until the module patches are in-tree +# CONFIG_DEBUG_KOBJECT_RELEASE is not set +# # # These debug options are deliberatly left on (even in 'make release' kernels). # They aren't that much of a performance impact, and the value @@ -4638,6 +4641,7 @@ CONFIG_RTL8192E=m # CONFIG_INPUT_GPIO is not set # CONFIG_VIDEO_CX25821 is not set # CONFIG_R8187SE is not set +# CONFIG_R8188EU is not set # CONFIG_RTL8192U is not set # CONFIG_FB_SM7XX is not set # CONFIG_SPECTRA is not set @@ -4645,6 +4649,7 @@ CONFIG_RTL8192E=m # CONFIG_EASYCAP is not set # CONFIG_SOLO6X10 is not set # CONFIG_ACPI_QUICKSTART is not set +# CONFIG_LTE_GDM724X is not set CONFIG_R8712U=m # Larry Finger maintains this (rhbz 699618) # CONFIG_R8712_AP is not set # CONFIG_ATH6K_LEGACY is not set @@ -4678,6 +4683,10 @@ CONFIG_ALTERA_STAPL=m # CONFIG_CED1401 is not set # CONFIG_DGRP is not set # CONFIG_SB105X is not set +# CONFIG_LUSTRE_FS is not set +# CONFIG_XILLYBUS is not set +# CONFIG_DGAP is not set +# CONFIG_DGNC is not set # END OF STAGING # diff --git a/kernel.spec b/kernel.spec index aacb538cd..83c837467 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 3 +%define gitrev 4 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -2313,6 +2313,9 @@ fi # ||----w | # || || %changelog +* Wed Sep 04 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc0.git4.1 +- Linux v3.11-1851-g7511442 + * Wed Sep 04 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc0.git3.1 - Linux v3.11-782-g1d1fdd9 @@ -1,2 +1,2 @@ fea363551ff45fbe4cb88497b863b261 linux-3.11.tar.xz -3f5dafd93e7a1baba7af814c8442b717 patch-3.11-git3.xz +e0fd73466c6a1f1a352e6a4fd1db001e patch-3.11-git4.xz |