Re: [PATCH mm v5] memcg: enable memory accounting in __alloc_pages_bulk

From: Vasily Averin
Date: Sat Oct 16 2021 - 02:04:55 EST


On 16.10.2021 00:34, Andrew Morton wrote:
> On Thu, 14 Oct 2021 11:02:57 +0300 Vasily Averin <vvs@xxxxxxxxxxxxx> wrote:
>
>> Bulk page allocator is used in vmalloc where it can be called
>> with __GFP_ACCOUNT and must charge allocated pages into memory cgroup.
>
> Is this problem serious enough to justify -stable backporting? Some
> words which explaining reasoning for the backport would be helpful.
>
> This patch makes Shakeel's "memcg: page_alloc: skip bulk allocator for
> __GFP_ACCOUNT" unnecessary. Which should we use?

Please use Shakeel's patch.

My patch at least requires review, so at present it should be delayed.
I've submitted it because it may be useful later.
Moreover Currently it have minor issue, function in !MEMCG_KMEM branch
in of memcontrol.h should be declare as static inline.

Thank you,
Vasily Averin