]> 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)
commit15411e8bc934a9faf8a7dc5cfcfc27bd97fd3d0e
tree06cd24824963d8a34bb57dbad7f896f33ff891ba
parentcc2ca99bc640ac671a99a03c6af3d55889adb625
parentc9207b7540877ceddb18ef01f4affdac7e9ad640
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