The patch titled Subject: mm/page_poison.c: fix a typo in a comment has been added to the -mm tree. Its filename is mm-page_poison-fix-a-typo-in-a-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-page_poison-fix-a-typo-in-a-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-page_poison-fix-a-typo-in-a-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Subject: mm/page_poison.c: fix a typo in a comment s/posioned/poisoned/ Link: http://lkml.kernel.org/r/20190721180908.6534-1-christophe.jaillet@xxxxxxxxxx Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_poison.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/page_poison.c~mm-page_poison-fix-a-typo-in-a-comment +++ a/mm/page_poison.c @@ -101,7 +101,7 @@ static void unpoison_page(struct page *p /* * Page poisoning when enabled poisons each and every page * that is freed to buddy. Thus no extra check is done to - * see if a page was posioned. + * see if a page was poisoned. */ check_poison_mem(addr, PAGE_SIZE); kunmap_atomic(addr); _ Patches currently in -mm which might be from christophe.jaillet@xxxxxxxxxx are mm-page_poison-fix-a-typo-in-a-comment.patch