Hi! > Modified form a reproducer for > https://patchwork.kernel.org/patch/1358441/
I would add this link as well as kernel commit hash to the comment with testcase description too. Just in case. > +char *TCID = "thp03"; It's missing: int TST_TOTAL = 1; So that test framework knows the number of executed tests. (I'm not sure if it's currently used, but all the other tests defined this) > +static void thp_test(void); > + > +static long hugepage_size; > +static long unaligned_size; > +static long page_size; The rests seems okay. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ The Windows 8 Center - In partnership with Sourceforge Your idea - your app - 30 days. Get started! http://windows8center.sourceforge.net/ what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
