summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-02-20 16:20:25 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-02-20 16:20:43 -0500
commitc10e53789bf2d500b01ff7f9cb94ac4d9c22ef5f (patch)
treeae6e17c3424724604a2fa9520036b5448370f41e /kernel.spec
parente9f72477ec5bc201b8c3f4ec81689a8f67cfcc19 (diff)
downloadkernel-c10e53789bf2d500b01ff7f9cb94ac4d9c22ef5f.tar.gz
kernel-c10e53789bf2d500b01ff7f9cb94ac4d9c22ef5f.tar.xz
kernel-c10e53789bf2d500b01ff7f9cb94ac4d9c22ef5f.zip
Avoid using stack variables in ums_realtek (again) (rhbz 795544)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/kernel.spec b/kernel.spec
index dbe3b2d8..80fc7b95 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -772,6 +772,9 @@ Patch21238: x86-Avoid-invoking-RCU-when-CPU-is-idle.patch
#rhbz 790367
Patch21239: s390x-enable-keys-compat.patch
+#rhbz 795544
+Patch21240: ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
+
# compat-wireless patches
Patch50000: compat-wireless-config-fixups.patch
Patch50001: compat-wireless-pr_fmt-warning-avoidance.patch
@@ -1492,6 +1495,9 @@ ApplyPatch x86-Avoid-invoking-RCU-when-CPU-is-idle.patch
#rhbz 790367
ApplyPatch s390x-enable-keys-compat.patch
+#rhbz 795544
+ApplyPatch ums_realtek-do-not-use-stack-memory-for-DMA-in-__do_.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2370,13 +2376,16 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Feb 20 2012 Josh Boyer <jwboyer@redhat.com>
+- Avoid using stack variables in ums_realtek (again) (rhbz 795544)
+
* Mon Feb 20 2012 Dave Jones <davej@redhat.com>
- NFSv4: Fix an Oops in the NFSv4 getacl code
-* Mon Feb 20 2012 Josh Boyer <jwboyer@gmail.com> - 3.3.0-0.rc4.git0.2
+* Mon Feb 20 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc4.git0.2
- Reenable debugging options.
-* Sun Feb 19 2012 Josh Boyer <jwboyer@gmail.com> - 3.3.0-0.rc4.git0.1
+* Sun Feb 19 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc4.git0.1
- Linux 3.3-rc4
- Disable debugging options.