On Thu, Feb 10, 2022 at 10:49:16PM -0800, Shakeel Butt wrote: > Test the enforcement of memory.high limit for large amount of memory > allocation within a single kernel entry. There are valid use-cases > where the application can trigger large amount of memory allocation > within a single syscall e.g. mlock() or mmap(MAP_POPULATE). Make sure > memory.high limit enforcement works for such use-cases. > > Signed-off-by: Shakeel Butt <shakeelb@xxxxxxxxxx> > --- > Changes since v1: > - None Reviewed-by: Roman Gushchin <guro@xxxxxx> Thanks!