summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2010-11-26 15:12:25 -0500
committerKyle McMartin <kyle@mcmartin.ca>2010-11-26 15:12:25 -0500
commit46d8659ae1fcada3dcb1a86691c29978dd907999 (patch)
tree6fe18f76c279883b6ffdfb679f3ddc1197d2e78e /kernel.spec
parentb8893529193d21c9193f3122fe04b99a2a5fca2c (diff)
downloaddom0-kernel-46d8659ae1fcada3dcb1a86691c29978dd907999.tar.gz
dom0-kernel-46d8659ae1fcada3dcb1a86691c29978dd907999.tar.xz
dom0-kernel-46d8659ae1fcada3dcb1a86691c29978dd907999.zip
plug various tty/serial stack leaks
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 099c390..ce8d1ae 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -842,6 +842,9 @@ Patch14302: inet_diag-make-sure-we-run-the-same-bytecode-we-audited.patch
Patch14303: posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch
+Patch14305: tty-make-tiocgicount-a-handler.patch
+Patch14306: tty-icount-changeover-for-other-main-devices.patch
+
# ==============================================================================
%endif
@@ -1556,6 +1559,10 @@ ApplyPatch inet_diag-make-sure-we-run-the-same-bytecode-we-audited.patch
# rhbz#656264
ApplyPatch posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch
+# CVE-2010-4077, CVE-2010-4075 (rhbz#648660, #648663)
+ApplyPatch tty-make-tiocgicount-a-handler.patch
+ApplyPatch tty-icount-changeover-for-other-main-devices.patch
+
# END OF PATCH APPLICATIONS ====================================================
%endif
@@ -2208,6 +2215,9 @@ fi
%kernel_variant_files -k vmlinux %{with_kdump} kdump
%changelog
+* Fri Nov 26 2010 Kyle McMartin <kyle@redhat.com>
+- Plug stack leaks in tty/serial drivers. (#648663, #648660)
+
* Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com>
- zero struct memory in ipc compat (CVE-2010-4073) (#648658)
- zero struct memory in ipc shm (CVE-2010-4072) (#648656)