diff options
| author | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-23 11:42:09 -0500 |
|---|---|---|
| committer | Kyle McMartin <kyle@mcmartin.ca> | 2010-11-23 11:42:09 -0500 |
| commit | 18241e1172b8ac3a7f6c0225da7e3f7939eeb402 (patch) | |
| tree | df388a8e9e1b33258bd1917a81848c46cffbdde4 /kernel.spec | |
| parent | ab76abd31e8abb08af4a749f543a16ce44a861b7 (diff) | |
posix-cpu-timers: workaround to suppress the problems with mt exec (rhbz#656264)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index b9326982..735d918b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -735,6 +735,8 @@ Patch12401: ipc-shm-fix-information-leak-to-user.patch Patch12405: inet_diag-make-sure-we-run-the-same-bytecode-we-audited.patch +Patch12406: posix-cpu-timers-workaround-to-suppress-problems-with-mt-exec.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1368,6 +1370,9 @@ ApplyPatch ipc-shm-fix-information-leak-to-user.patch # rhbz#651264 (CVE-2010-3880) 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 + # END OF PATCH APPLICATIONS %endif @@ -1985,6 +1990,8 @@ fi - zero struct memory in ipc compat (CVE-2010-4073) (#648658) - zero struct memory in ipc shm (CVE-2010-4072) (#648656) - fix logic error in INET_DIAG bytecode auditing (CVE-2010-3880) (#651264) +- posix-cpu-timers: workaround to suppress the problems with mt exec + (rhbz#656264) * Tue Nov 23 2010 Kyle McMartin <kyle@redhat.com> - fix-i8k-inline-asm.patch: backport gcc miscompilation fix from git |
