The patch titled Subject: include/linux/mempolicy.h: fix typo has been added to the -mm tree. Its filename is mempolicyh-fix-typo.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mempolicyh-fix-typo.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mempolicyh-fix-typo.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: Yanfei Xu <yanfei.xu@xxxxxxxxxxxxx> Subject: include/linux/mempolicy.h: fix typo Change "interlave" to "interleave". Link: http://lkml.kernel.org/r/20200810063454.9357-1-yanfei.xu@xxxxxxxxxxxxx Signed-off-by: Yanfei Xu <yanfei.xu@xxxxxxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mempolicy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/linux/mempolicy.h~mempolicyh-fix-typo +++ a/include/linux/mempolicy.h @@ -28,7 +28,7 @@ struct mm_struct; * the process policy is used. Interrupts ignore the memory policy * of the current process. * - * Locking policy for interlave: + * Locking policy for interleave: * In process context there is no locking because only the process accesses * its own state. All vma manipulation is somewhat protected by a down_read on * mmap_lock. _ Patches currently in -mm which might be from yanfei.xu@xxxxxxxxxxxxx are mempolicyh-fix-typo.patch