Message ID | 20110308024150.GA1681@outflux.net |
---|---|
State | New |
Headers | show |
On 03/08/2011 02:41 AM, Kees Cook wrote: > git://kernel.ubuntu.com/kees/ubuntu-natty.git master Applied to Natty. For Maverick: Acked-by: Tim Gardner <tim.gardner@canonical.com>
On 03/08/2011 03:41 AM, Kees Cook wrote: > git://kernel.ubuntu.com/kees/ubuntu-natty.git master > Just for completeness, was this the previous patch that the description is referring to? commit 86266876b885a6f08668f39688e68a05f6bfac3c Author: Kees Cook <kees.cook@canonical.com> Date: Tue Jul 13 09:04:08 2010 -0700 UBUNTU: SAUCE: Yama: search for PTRACE exceptions via thread group leader When looking for PTRACE exceptions, the thread group leader must be used otherwise the exceptions can be missed for threaded processes. Otherwise looks ok. Acked-by: Stefan Bader <stefan.bader@canonical.com>
Applied and pushed to Maverick master-next
Hi Stefan, On Thu, Mar 10, 2011 at 09:41:13AM +0100, Stefan Bader wrote: > On 03/08/2011 03:41 AM, Kees Cook wrote: > > git://kernel.ubuntu.com/kees/ubuntu-natty.git master > > > > Just for completeness, was this the previous patch that the description is > referring to? > > commit 86266876b885a6f08668f39688e68a05f6bfac3c > Author: Kees Cook <kees.cook@canonical.com> > Date: Tue Jul 13 09:04:08 2010 -0700 > > UBUNTU: SAUCE: Yama: search for PTRACE exceptions via thread group leader > > When looking for PTRACE exceptions, the thread group leader must be used > otherwise the exceptions can be missed for threaded processes. > > Otherwise looks ok. Yeah, that's the one. > Acked-by: Stefan Bader <stefan.bader@canonical.com> Thanks! -Kees