The patch titled Subject: mm/memcontrol.c: fix bad line in comment has been added to the -mm tree. Its filename is memcg-fix-a-bad-line.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/memcg-fix-a-bad-line.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/memcg-fix-a-bad-line.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: Qian Cai <cai@xxxxxx> Subject: mm/memcontrol.c: fix bad line in comment 230671533d64 ("mm: memory.low hierarchical behavior") missed an asterisk in one of the comments. mm/memcontrol.c:5774: warning: bad line: | 0, otherwise. Link: http://lkml.kernel.org/r/20190301143734.94393-1-cai@xxxxxx Acked-by: Souptick Joarder <jrdr.linux@xxxxxxxxx> Signed-off-by: Qian Cai <cai@xxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/memcontrol.c~memcg-fix-a-bad-line +++ a/mm/memcontrol.c @@ -5767,7 +5767,7 @@ struct cgroup_subsys memory_cgrp_subsys * * | memory.current, if memory.current < memory.low * low_usage = | - | 0, otherwise. + * | 0, otherwise. * * * Such definition of the effective memory.low provides the expected _ Patches currently in -mm which might be from cai@xxxxxx are page_poison-play-nicely-with-kasan.patch slab-kmemleak-no-scan-alien-caches.patch slub-remove-an-unused-addr-argument.patch mm-compaction-be-selective-about-what-pageblocks-to-clear-skip-hints-fix.patch mm-hotplug-fix-an-imbalance-with-debug_pagealloc.patch mm-page_ext-fix-an-imbalance-with-kmemleak.patch memcg-fix-a-bad-line.patch mm-sparse-fix-a-bad-comparison.patch signal-allow-the-null-signal-in-rt_sigqueueinfo.patch