Messages in this thread |  | | Date | Sat, 23 Apr 2022 14:03:12 +0000 | Subject | Re: [PATCH v4 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory | From | Shakeel Butt <> |
| |
On Thu, Apr 21, 2022 at 11:44:25PM +0000, Yosry Ahmed wrote: > Currently, alloc_anon_noexit() calls alloc_anon() which instantly frees > the allocated memory. alloc_anon_noexit() is usually used with > cg_run_nowait() to run a process in the background that allocates > memory. It makes sense for the background process to keep the memory > allocated and not instantly free it (otherwise there is no point of > running it in the background). > > Signed-off-by: Yosry Ahmed <yosryahmed@google.com> > Acked-by: Roman Gushchin <roman.gushchin@linux.dev>
Acked-by: Shakeel Butt <shakeelb@google.com>
|  |