]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Aug 2021 16:56:10 +0000 (09:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 Aug 2021 16:56:10 +0000 (09:56 -0700)
commitf97b75817787b68fd069fb6e7236c6b1d6aa8819
tree00bdf48fdc886a13e541b9da317badf8eef4783a
parent174bb5b1ab8e67f1344ad74677f9108a7f635836
parent64e17076fe5fbaad0aedb64d99b997a4599340d4
Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull ucount fixes from Eric Biederman:
 "This branch fixes a regression that made it impossible to increase
  rlimits that had been converted to the ucount infrastructure, and also
  fixes a reference counting bug where the reference was not incremented
  soon enough.

  The fixes are trivial and the bugs have been encountered in the wild,
  and the fixes have been tested"

* 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  ucounts: Increase ucounts reference counter before the security hook
  ucounts: Fix regression preventing increasing of rlimits in init_user_ns