summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-11-14 14:26:26 -0500
committerJosh Boyer <jwboyer@redhat.com>2011-11-14 14:26:26 -0500
commite7cafd409a156c06f76f391c4090b675db718c87 (patch)
treeef284f150ee09574da173063e1492c65088bc0d2 /kernel.spec
parent8e7e63750257d504533f1fa4d19176997514e6fe (diff)
downloadkernel-e7cafd409a156c06f76f391c4090b675db718c87.tar.gz
kernel-e7cafd409a156c06f76f391c4090b675db718c87.tar.xz
kernel-e7cafd409a156c06f76f391c4090b675db718c87.zip
Quite a warning in apm_cpu_idle (rhbz 753776)
WARN_ONCE is now the top thing on my "BIGGEST WASTE OF TIME" list. It changes daily though.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 829552e65..4755b8988 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -645,6 +645,7 @@ Patch470: die-floppy-die.patch
Patch471: floppy-Remove-_hlt-related-functions.patch
Patch510: linux-2.6-silence-noise.patch
+Patch520: quite-apm.patch
Patch530: linux-2.6-silence-fbcon-logo.patch
Patch700: linux-2.6-e1000-ich9-montevina.patch
@@ -1319,6 +1320,7 @@ ApplyPatch linux-2.6-intel-iommu-igfx.patch
# silence the ACPI blacklist code
ApplyPatch linux-2.6-silence-acpi-blacklist.patch
+ApplyPatch quite-apm.patch
# V4L/DVB updates/fixes/experimental drivers
# apply if non-empty
@@ -2068,6 +2070,7 @@ fi
* Mon Nov 14 2011 Josh Boyer <jwboyer@redhat.com>
- Patch from Joshua Roys to add rtl8192* to modules.networking (rhbz 753645)
- Add patch to fix ip6_tunnel naming (rhbz 751165)
+- Quite warning in apm_cpu_idle (rhbz 753776)
* Mon Nov 14 2011 Josh Boyer <jwboyer@redhat.com>
- CVE-2011-4131: nfs4_getfacl decoding kernel oops (rhbz 753236)