The patch titled Subject: mm/page_poison.c: fix a typo in a comment has been removed from the -mm tree. Its filename was mm-page_poison-fix-a-typo-in-a-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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