diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2013-03-26 15:11:30 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2013-03-26 15:11:30 -0500 |
commit | f62d8124855ba86be3b05887a0980f26c7cb8da8 (patch) | |
tree | 409e82deead98c1adf325bdd7c3ae5175bbdaabd /kernel.spec | |
parent | a9ccf7f1203937a969c033b8d0da0a72c2a8be1f (diff) | |
download | kernel-f62d8124855ba86be3b05887a0980f26c7cb8da8.tar.gz kernel-f62d8124855ba86be3b05887a0980f26c7cb8da8.tar.xz kernel-f62d8124855ba86be3b05887a0980f26c7cb8da8.zip |
Fix child thread introspection of of /proc/self/exe (rhbz 927469)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index dc9555574..1b5b80730 100644 --- a/kernel.spec +++ b/kernel.spec @@ -758,6 +758,9 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch Patch23000: cpufreq-intel-pstate-validate-msrs.patch Patch23001: cpufreq-intel-pstate-max-is-in-the-max-variable-who-knew.patch +#rhbz 927469 +Patch23006: fix-child-thread-introspection.patch + # END OF PATCH DEFINITIONS %endif @@ -1460,6 +1463,9 @@ ApplyPatch HID-usbhid-quirk-for-MSI-GX680R-led-panel.patch #rhbz 806587 ApplyPatch HID-usbhid-quirk-for-Realtek-Multi-card-reader.patch +#rhbz 927469 +ApplyPatch fix-child-thread-introspection.patch + # END OF PATCH APPLICATIONS %endif @@ -2301,6 +2307,9 @@ fi # ||----w | # || || %changelog +* Tue Mar 26 2013 Justin M. Forbes <jforbes@redhat.com> +- Fix child thread introspection of of /proc/self/exe (rhbz 927469) + * Tue Mar 26 2013 Dave Jones <davej@redhat.com> - Enable CONFIG_DM_CACHE (rhbz 924325) |