All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ucounts: Split rlimit and ucount values and max values
@ 2022-10-03 21:54 Eric W. Biederman
  2022-10-09 23:33 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Eric W. Biederman @ 2022-10-03 21:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Alexey Gladkov


Linus,

Please pull ucount-rlimits-cleanups-for-v5.19 from the git tree:
  git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git refs/tags/ucount-rlimits-cleanups-for-v5.19
  HEAD: de399236e240743ad2dd10d719c37b97ddf31996 ucounts: Split rlimit and ucount values and max values

After the ucount rlimit code was merged a bunch of small but
siginificant bugs were found and fixed.  At the time it was realized
that part of the problem was that while the ucount rlimits were very
similar to the oridinary ucounts (in being nested counts with limits)
the semantics were slightly different and the code would be less error
prone if there was less sharing.  This is the long awaited cleanup
that should hopefully keep things more comprehensible and less error
prone for whoever needs to touch that code next.

Alexey Gladkov (1):
      ucounts: Split rlimit and ucount values and max values

 fs/exec.c                      |  2 +-
 fs/proc/array.c                |  2 +-
 include/linux/user_namespace.h | 35 ++++++++++++++++++++++-------------
 kernel/fork.c                  | 12 ++++++------
 kernel/sys.c                   |  2 +-
 kernel/ucount.c                | 34 +++++++++++++++-------------------
 kernel/user_namespace.c        | 10 +++++-----
 7 files changed, 51 insertions(+), 46 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ucounts: Split rlimit and ucount values and max values
  2022-10-03 21:54 [GIT PULL] ucounts: Split rlimit and ucount values and max values Eric W. Biederman
@ 2022-10-09 23:33 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-10-09 23:33 UTC (permalink / raw)
  To: Eric W. Biederman; +Cc: Linus Torvalds, linux-kernel, Alexey Gladkov

The pull request you sent on Mon, 03 Oct 2022 16:54:30 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git refs/tags/ucount-rlimits-cleanups-for-v5.19

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/493ffd6605b2d3d4dc7008ab927dba319f36671f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-10  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03 21:54 [GIT PULL] ucounts: Split rlimit and ucount values and max values Eric W. Biederman
2022-10-09 23:33 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.