Searched hist:d64696905554e919321e31afc210606653b8f6a4 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | signal_types.h | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
H A D | user_namespace.h | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
/openbmc/linux/include/linux/sched/ |
H A D | user.h | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
/openbmc/linux/kernel/ |
H A D | ucount.c | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
H A D | user.c | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
H A D | user_namespace.c | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
H A D | signal.c | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
H A D | fork.c | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|
/openbmc/linux/fs/proc/ |
H A D | array.c | diff d64696905554e919321e31afc210606653b8f6a4 Thu Apr 22 07:27:13 CDT 2021 Alexey Gladkov <legion@kernel.org> Reimplement RLIMIT_SIGPENDING on top of ucounts
The rlimit counter is tied to uid in the user_namespace. This allows rlimit values to be specified in userns even if they are already globally exceeded by the user. However, the value of the previous user_namespaces cannot be exceeded.
Changelog
v11: * Revert most of changes to fix performance issues.
v10: * Fix memory leak on get_ucounts failure.
Signed-off-by: Alexey Gladkov <legion@kernel.org> Link: https://lkml.kernel.org/r/df9d7764dddd50f28616b7840de74ec0f81711a8.1619094428.git.legion@kernel.org Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
|