summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-01-10 14:00:14 -0500
committerKyle McMartin <kyle@redhat.com>2011-01-10 14:00:14 -0500
commitd9fdd68cbee5f54cfdc6350747621bbc9c93d275 (patch)
treec92f07b8d1e6e5f4e7fb49dd63b3c8ea2eb7262c /kernel.spec
parent173354353e0a7bfa2c8d3dcd77e5fee6d9237a32 (diff)
downloadkernel-d9fdd68cbee5f54cfdc6350747621bbc9c93d275.tar.gz
kernel-d9fdd68cbee5f54cfdc6350747621bbc9c93d275.tar.xz
kernel-d9fdd68cbee5f54cfdc6350747621bbc9c93d275.zip
disable CONFIG_DEBUG_SET_MODULE_RONX for now
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index dfb97101b..cb2cf6fe6 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -1952,6 +1952,10 @@ fi
# || ||
%changelog
+* Mon Jan 10 2011 Kyle McMartin <kmcmartin@redhat.com> 2.6.38-0.rc0.git4.2
+- Disable DEBUG_SET_MODULE_RONX for now, it causes boot-up to fail since
+ dynamic ftrace is trying to rewrite instructions on module load.
+
* Mon Jan 10 2011 Kyle McMartin <kmcmartin@redhat.com>
- Drop obsolete linux-2.6-debug-nmi-timeout.patch