summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2010-09-30 15:57:12 -0400
committerDave Jones <davej@redhat.com>2010-09-30 15:57:12 -0400
commite67d8276aa83126a235ce4a23d2b302e3d7267ea (patch)
treee5814801fe06bec5e3a33841f434420e2029da92 /kernel.spec
parenta1ae90088001391a0a1d4892f5850a02564102cc (diff)
downloadkernel-e67d8276aa83126a235ce4a23d2b302e3d7267ea.tar.gz
kernel-e67d8276aa83126a235ce4a23d2b302e3d7267ea.tar.xz
kernel-e67d8276aa83126a235ce4a23d2b302e3d7267ea.zip
silence another rcu_reference warning
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 3613ec780..08c29b842 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -681,6 +681,8 @@ Patch2912: linux-2.6-v4l-dvb-ir-core-update.patch
#Patch2916: lirc-staging-2.6.36-fixes.patch
Patch2917: hdpvr-ir-enable.patch
+Patch3000: linux-2.6-rcu-sched-warning.patch
+
# fs fixes
# NFSv4
@@ -1293,6 +1295,9 @@ ApplyOptionalPatch linux-2.6-v4l-dvb-experimental.patch
# enable IR receiver on Hauppauge HD PVR (v4l-dvb merge pending)
ApplyPatch hdpvr-ir-enable.patch
+# silence another rcu_reference warning
+ApplyPatch linux-2.6-rcu-sched-warning.patch
+
# Patches headed upstream
ApplyPatch disable-i8042-check-on-apple-mac.patch
@@ -1939,6 +1944,9 @@ fi
# || ||
%changelog
+* Thu Sep 30 2010 Dave Jones <davej@redhat.com>
+- silence another rcu_reference warning
+
* Thu Sep 30 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.30.rc6
- Collection of patches to make intel_ips work properly.