summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-03-03 09:23:35 -0500
committerJosh Boyer <jwboyer@redhat.com>2013-03-03 09:23:35 -0500
commit9608524f39dac77fef69d2cf2a64a465b039df2b (patch)
tree9b7d59d3b8f57bc72f708d9126156f2ab78574ab
parentf5e36b421c636b05a9ef63763b1eff7f02587c7e (diff)
downloadkernel-9608524f39dac77fef69d2cf2a64a465b039df2b.tar.gz
kernel-9608524f39dac77fef69d2cf2a64a465b039df2b.tar.xz
kernel-9608524f39dac77fef69d2cf2a64a465b039df2b.zip
Linux v3.8-10734-ga7c1120
-rw-r--r--config-debug1
-rw-r--r--config-generic3
-rw-r--r--config-nodebug1
-rw-r--r--kernel.spec5
-rw-r--r--sources2
5 files changed, 10 insertions, 2 deletions
diff --git a/config-debug b/config-debug
index e1b3f9db2..43655a1a1 100644
--- a/config-debug
+++ b/config-debug
@@ -96,6 +96,7 @@ CONFIG_PCI_DEFAULT_USE_CRS=y
CONFIG_KGDB_KDB=y
CONFIG_KDB_KEYBOARD=y
+CONFIG_KDB_CONTINUE_CATASTROPHIC=0
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_TEST_LIST_SORT=y
diff --git a/config-generic b/config-generic
index 941d7ebb5..0e7b2b641 100644
--- a/config-generic
+++ b/config-generic
@@ -202,6 +202,7 @@ CONFIG_MTD=m
# CONFIG_MTD_TESTS is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_AR7_PARTS is not set
+# CONFIG_MTD_CMDLINE_PARTS is not set
#
# User Modules And Translation Layers
@@ -432,6 +433,7 @@ CONFIG_SCSI_MPT3SAS_MAX_SGE=128
CONFIG_SCSI_MPT3SAS_LOGGING=y
CONFIG_SCSI_UFSHCD=m
+CONFIG_SCSI_UFSHCD_PCI=m
CONFIG_SCSI_MVUMI=m
@@ -593,6 +595,7 @@ CONFIG_DM_MIRROR=y
CONFIG_DM_MULTIPATH=m
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_THIN_PROVISIONING=m
+# CONFIG_DM_CACHE is not set
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
# CONFIG_DM_DEBUG_SPACE_MAPS is not set
CONFIG_DM_UEVENT=y
diff --git a/config-nodebug b/config-nodebug
index 7abd7b550..cfabd29c7 100644
--- a/config-nodebug
+++ b/config-nodebug
@@ -96,6 +96,7 @@ CONFIG_PCI_DEFAULT_USE_CRS=y
CONFIG_KGDB_KDB=y
CONFIG_KDB_KEYBOARD=y
+CONFIG_KDB_CONTINUE_CATASTROPHIC=0
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_TEST_LIST_SORT=y
diff --git a/kernel.spec b/kernel.spec
index 10294e250..398af409e 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 14
+%define gitrev 15
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -2267,6 +2267,9 @@ fi
# ||----w |
# || ||
%changelog
+* Sun Mar 03 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.0-0.rc0.git15.1
+- Linux v3.8-10734-ga7c1120
+
* Fri Mar 01 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.0-0.rc0.git14.1
- Linux v3.8-10206-gb0af9cd
diff --git a/sources b/sources
index 3600ae584..52d4efcb8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
1c738edfc54e7c65faeb90c436104e2f linux-3.8.tar.xz
-1c77689fd34bfa08740cc47f394f26ee patch-3.8-git14.xz
+281850f7f23f99fda6f9fa124d191ca3 patch-3.8-git15.xz