diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2022-02-10 01:09:41 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2022-02-17 16:11:57 +0100 |
commit | 0cbae9e24fa7d6c6e9f828562f084da82217a0c5 (patch) | |
tree | d00fdbcb46cfce60dfe064db7b6a8dc2568da262 /kernel/user_namespace.c | |
parent | ucounts: Move RLIMIT_NPROC handling after set_user (diff) | |
download | linux-0cbae9e24fa7d6c6e9f828562f084da82217a0c5.tar.xz linux-0cbae9e24fa7d6c6e9f828562f084da82217a0c5.zip |
ucounts: Handle wrapping in is_ucounts_overlimit
While examining is_ucounts_overlimit and reading the various messages
I realized that is_ucounts_overlimit fails to deal with counts that
may have wrapped.
Being wrapped should be a transitory state for counts and they should
never be wrapped for long, but it can happen so handle it.
Cc: stable@vger.kernel.org
Fixes: 21d1c5e386bc ("Reimplement RLIMIT_NPROC on top of ucounts")
Link: https://lkml.kernel.org/r/20220216155832.680775-5-ebiederm@xmission.com
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'kernel/user_namespace.c')
0 files changed, 0 insertions, 0 deletions