summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2013-04-12 09:12:04 -0500
committerJustin M. Forbes <jforbes@redhat.com>2013-04-12 09:12:04 -0500
commite98edb5c673c95676ff26dd50d9d2b2fcb96de88 (patch)
treeb2fb7541b76ded0d424cde0c09a364e8026d887c /kernel.spec
parent77c62fd3edec580e5d5cf064c98a49d1282d7fd8 (diff)
downloadkernel-e98edb5c673c95676ff26dd50d9d2b2fcb96de88.tar.gz
kernel-e98edb5c673c95676ff26dd50d9d2b2fcb96de88.tar.xz
kernel-e98edb5c673c95676ff26dd50d9d2b2fcb96de88.zip
Fix forcedeth DMA check error (rhbz 928024)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index b0aa13f3f..5c8a8e54a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -749,6 +749,9 @@ Patch23006: fix-child-thread-introspection.patch
#rhbz 949875
Patch23007: libsas-use-right-function-to-alloc-smp-response.patch
+#rhbz 928024
+Patch23008: forcedeth-dma-error-check.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1448,6 +1451,9 @@ ApplyPatch fix-child-thread-introspection.patch
#rhbz 949875
ApplyPatch libsas-use-right-function-to-alloc-smp-response.patch
+#rhbz 928024
+ApplyPatch forcedeth-dma-error-check.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2281,6 +2287,9 @@ fi
# ||----w |
# || ||
%changelog
+* Fri Apr 12 2013 Justin M. Forbes <jforbes@redhat.com>
+- Fix forcedeth DMA check error (rhbz 928024)
+
* Thu Apr 11 2013 Dave Jones <davej@redhat.com>
- Print out some extra debug information when we hit bad page tables.