]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 May 2017 15:28:59 +0000 (08:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 24 May 2017 15:28:59 +0000 (08:28 -0700)
commit8b6bef6d78b4a98b50c6e3b8c57cfed924330c7e
tree06cd24824963d8a34bb57dbad7f896f33ff891ba
parentfa7d98286d87679f1bd4f8011e4d6945c7ca7f9d
parentdcb44a9778079ce3dab9926794cea374828c0824
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull ptrace fix from Eric Biederman:
 "This fixes a brown paper bag bug. When I fixed the ptrace interaction
  with user namespaces I added a new field ptracer_cred in struct_task
  and I failed to properly initialize it on fork.

  This dangling pointer wound up breaking runing setuid applications run
  from the enlightenment window manager.

  As this is the worst sort of bug. A regression breaking user space for
  no good reason let's get this fixed"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  ptrace: Properly initialize ptracer_cred on fork