Re: [PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol

From: Shuah Khan
Date: Tue Mar 28 2023 - 12:56:09 EST


On 2/27/23 11:15, Roman Gushchin wrote:
On Sun, Feb 26, 2023 at 04:16:33PM +0300, Ivan Orlov wrote:
There are several 'malloc' calls in test_memcontrol, which can be
unsuccessful. This patch will add 'malloc' failures checking to
give more details about test's fail reasons and avoid possible
undefined behavior during the future null dereference (like the
one in alloc_anon_50M_check_swap function).

Signed-off-by: Ivan Orlov <ivan.orlov0322@xxxxxxxxx>

Acked-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>

Thanks!

Thank you all. Applied to linux-kselftest next for Linux 6.4-rc1

thanks,
-- Shuah