From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Vorel Date: Thu, 17 Dec 2020 16:42:30 +0100 Subject: [LTP] [PATCH 5/5] syscalls/move_pages12: Add one more kernel git hash In-Reply-To: <20201216101012.14644-6-chrubis@suse.cz> References: <20201216101012.14644-1-chrubis@suse.cz> <20201216101012.14644-6-chrubis@suse.cz> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it > + Reformat the comment to asciidoc Thanks! Reviewed-by: Petr Vorel ... > -/* > - * Description: > +/*\ > + * [DESCRIPTION] > + * > + * *Test 1* > * > - * Test #1: > - * This is a regression test for the race condition between move_pages() > - * and freeing hugepages, where move_pages() calls follow_page(FOLL_GET) > - * for hugepages internally and tries to get its refcount without > - * preventing concurrent freeing. > + * This is a regression test for the race condition between move_pages() > + * and freeing hugepages, where move_pages() calls follow_page(FOLL_GET) > + * for hugepages internally and tries to get its refcount without > + * preventing concurrent freeing. > * > - * This test can crash the buggy kernel, and the bug was fixed in: > + * This test can crash the buggy kernel, and the bug was fixed in: > * > * commit e66f17ff71772b209eed39de35aaa99ba819c93d > * Author: Naoya Horiguchi I wonder if we should format "commit XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" as link to Linus' tree (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX). Kind regards, Petr