]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 May 2020 19:23:37 +0000 (12:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 May 2020 19:23:37 +0000 (12:23 -0700)
commit9803bfa20e80722b8e0fb977119ecb0fad524686
treee1f12c750831bfae7b90b2e250930fee8234f392
parentbb60dd889187913817d337e051bca5fae51ccf53
parent12db1a431ccf6accfca73240a48e4a2ee27680ed
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull execve fix from Eric Biederman:
 "While working on my exec cleanups I found a bug in exec that I
  introduced by accident a couple of years ago. I apparently missed the
  fact that bprm->file can change.

  Now I have a very personal motive to clean up exec and make it more
  approachable.

  The change is just moving woud_dump to where it acts on the final
  bprm->file not the initial bprm->file. I have been careful and tested
  and verify this fix works"

* 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  exec: Move would_dump into flush_old_exec