Re: [PATCHv2 1/8] khugepaged: Add self test

From: Ralph Campbell
Date: Mon Apr 06 2020 - 14:54:03 EST



On 4/3/20 4:29 AM, Kirill A. Shutemov wrote:
The test checks if khugepaged is able to recover huge page where we
expetect to do so. It only covers anon-THP for now.

Currenlty the test shows few failures. They are going to be addressed by
the following patches.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx>

One minor nit below but otherwise looks OK.
Reviewed-by: Ralph Campbell <rcampbell@xxxxxxxxxx>


+
+static void collapse_signle_pte_entry(void)
+{

Shouldn't this be collapse_single_pte_entry()?
(and change the places where it is called)