https://github.com/torvalds/linux
Revision 47e624c03043f544ab797ee073d958cfa57dbf51 authored by Linus Torvalds on 14 November 2018, 19:44:52 UTC, committed by Linus Torvalds on 14 November 2018, 19:44:52 UTC
Pull namespace fix from Eric Biederman:
 "Benjamin Coddington noticed an unkillable busy loop in the kernel that
  anyone who is sufficiently motivated can trigger. This bug did not
  exist in earlier kernels making this bug a regression.

  I have tested the change personally and confirmed that the bug exists
  and that the fix works. This fix has been picked up by linux-next and
  hopefully the automated testing bots and no problems have been
  reported from those sources.

  Ordinarily I would let something like this sit a little longer but I
  am going to be away at Linux Plumbers the rest of this week and I am
  afraid if I don't send the pull request now this fix will get lost"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  mnt: fix __detach_mounts infinite loop
2 parent s 857c34c + 1e9c75f
History
Tip revision: 47e624c03043f544ab797ee073d958cfa57dbf51 authored by Linus Torvalds on 14 November 2018, 19:44:52 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Tip revision: 47e624c

back to top