Re: [PATCH v6 0/7] Count rlimits in each user namespace

2021-02-22 Thread Eric W. Biederman
Linus Torvalds writes: > On Mon, Feb 15, 2021 at 4:42 AM Alexey Gladkov > wrote: >> >> These patches are for binding the rlimit counters to a user in user >> namespace. > > So this is now version 6, but I think the kernel test robot keeps > complaining about them causing KASAN issues. > > The

Re: [PATCH v6 0/7] Count rlimits in each user namespace

2021-02-22 Thread Alexey Gladkov
On Sun, Feb 21, 2021 at 02:20:00PM -0800, Linus Torvalds wrote: > On Mon, Feb 15, 2021 at 4:42 AM Alexey Gladkov > wrote: > > > > These patches are for binding the rlimit counters to a user in user > > namespace. > > So this is now version 6, but I think the kernel test robot keeps > complainin

Re: [PATCH v6 0/7] Count rlimits in each user namespace

2021-02-21 Thread Linus Torvalds
On Mon, Feb 15, 2021 at 4:42 AM Alexey Gladkov wrote: > > These patches are for binding the rlimit counters to a user in user namespace. So this is now version 6, but I think the kernel test robot keeps complaining about them causing KASAN issues. The complaints seem to change, so I'm hoping the

[PATCH v6 0/7] Count rlimits in each user namespace

2021-02-15 Thread Alexey Gladkov
Preface --- These patches are for binding the rlimit counters to a user in user namespace. This patch set can be applied on top of: git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git v5.11 Problem --- The RLIMIT_NPROC, RLIMIT_MEMLOCK, RLIMIT_SIGPENDING, RLIMIT_MSGQUEUE rlimits imp