diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-09-14 14:29:35 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-09-14 14:30:04 -0400 |
commit | 1b241cbc2143643a29a18d20b9f982a46246f760 (patch) | |
tree | c2066e2a3d5b92ece44936dbe5a8f84b4ba39d9a /kernel.spec | |
parent | 2f723968f7da53d4185d3446e849bc96e21cf7ab (diff) | |
download | kernel-1b241cbc2143643a29a18d20b9f982a46246f760.tar.gz kernel-1b241cbc2143643a29a18d20b9f982a46246f760.tar.xz kernel-1b241cbc2143643a29a18d20b9f982a46246f760.zip |
Add patches to fix various ibmveth driver issues (rhbz 733766)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 48815f40a..dfdd339af 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 @@ -730,6 +730,10 @@ Patch13008: add-macbookair41-btusb.patch Patch13009: hvcs_pi_buf_alloc.patch +Patch13010: ibmveth-Fix-DMA-unmap-error.patch +Patch13011: ibmveth-Fix-issue-with-DMA-mapping-failure.patch +Patch13012: ibmveth-Checksum-offload-is-always-disabled.patch + Patch20000: utrace.patch # Flattened devicetree support @@ -1344,6 +1348,10 @@ ApplyPatch add-macbookair41-btusb.patch ApplyPatch hvcs_pi_buf_alloc.patch +ApplyPatch ibmveth-Fix-DMA-unmap-error.patch +ApplyPatch ibmveth-Fix-issue-with-DMA-mapping-failure.patch +ApplyPatch ibmveth-Checksum-offload-is-always-disabled.patch + # utrace. ApplyPatch utrace.patch @@ -2061,6 +2069,7 @@ fi * Wed Sep 14 2011 Josh Boyer <jwboyer@redhat.com> - Add support for Macbook Air 4,1 keyboard, trackpad, and bluetooth - Add patch to fix HVCS on ppc64 (rhbz 738096) +- Add various ibmveth driver fixes (rhbz 733766) * Mon Sep 12 2011 Josh Boyer <jwboyer@redhat.com> - Linux 3.1-rc6 |