[GIT PULL]

From: Eric W. Biederman
Date: Thu Dec 23 2021 - 14:57:28 EST



Linus,

Please pull the ucount-rlimit-fixes-for-v5.16 branch from the git tree:

git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git ucount-rlimit-fixes-for-v5.16

HEAD: 59ec71575ab440cd5ca0aa53b2a2985b3639fad4 ucounts: Fix rlimit max values check

This fixes a silly logic bug in the ucount rlimits code, where it was
comparing against the wrong limit. As the fix is quite small it is
included in it's entirety below.

Eric