> On Mar 19, 2022, at 11:08 PM, Yafang Shao <laoar.shao@xxxxxxxxx> wrote: > > Since we have alread switched to memcg-based memory accouting and control, > we don't need RLIMIT_MEMLOCK any more. > > Signed-off-by: Yafang Shao <laoar.shao@xxxxxxxxx> > Cc: Roman Gushchin <roman.gushchin@xxxxxxxxx> > > --- > RLIMIT_MEMLOCK is still used in bpftool and libbpf, but it may be useful > for backward compatibility, so I don't cleanup them. Hi Yafang! As I remember, we haven’t cleaned selftests up with the same logic: it’s nice to be able to run the same version of tests on older kernels. Thanks!