selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
authorDev Jain <dev.jain@arm.com>
Tue, 21 May 2024 07:43:57 +0000 (13:13 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 24 May 2024 18:55:06 +0000 (11:55 -0700)
commit9ad665ef55eaad1ead1406a58a34f615a7c18b5e
treeac8a2ffa2b24a1380a6cf8ad6a11be85d38f4da1
parentd4202e66a4b1fe6968f17f9f09bbc30d08f028a1
selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages

Currently, the test tries to set nr_hugepages to zero, but that is not
actually done because the file offset is not reset after read().  Fix that
using lseek().

Link: https://lkml.kernel.org/r/20240521074358.675031-3-dev.jain@arm.com
Fixes: bd67d5c15cc1 ("Test compaction of mlocked memory")
Signed-off-by: Dev Jain <dev.jain@arm.com>
Cc: <stable@vger.kernel.org>
Cc: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Sri Jayaramappa <sjayaram@akamai.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/compaction_test.c