]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Apr 2020 19:25:32 +0000 (12:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Apr 2020 19:25:32 +0000 (12:25 -0700)
commitb2768df24ec400dd4f7fa79542f797e904812053
tree9ba5b9e11fb7c3a5b36172c6a4481afd528d6267
parentacd629446804617a8fe4700fc4ca16eb44aa4efd
parent6ade99ec6175ab2b54c227521e181e1c3c2bfc8a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull pid leak fix from Eric Biederman:
 "Oleg noticed that put_pid(thread_pid) was not getting called when proc
  was not compiled in.

  Let's get that fixed before 5.7 is released and causes problems for
  anyone"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  proc: Put thread_pid in release_task not proc_flush_pid
fs/proc/base.c