Re: [PATCH v3] mm: slub: only warn once when allocating slab obj extensions fails
From: Roman Gushchin
Date: Mon Jun 02 2025 - 17:57:51 EST
Usama Arif <usamaarif642@xxxxxxxxx> writes:
> In memory bound systems, a large number of warnings for failing this
> allocation repeatedly may mask any real issues in the system
> during memory pressure being reported in dmesg. Change this to
> warning only once.
>
> Signed-off-by: Usama Arif <usamaarif642@xxxxxxxxx>
> Reported-by: Vlad Poenaru <vlad.wing@xxxxxxxxx>
> Closes: https://lore.kernel.org/all/17fab2d6-5a74-4573-bcc3-b75951508f0a@xxxxxxxxx/
Acked-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>
Thanks!