> /proc/sys/vm/oom_dump_tasks is enabled by default, so it's necessary to > limit as much information as possible that it should emit. > > The tasklist dump should be filtered to only those tasks that are > eligible for oom kill. This is already done for memcg ooms, but this > patch extends it to both cpuset and mempolicy ooms as well as init. > > In addition to suppressing irrelevant information, this also reduces > confusion since users currently don't know which tasks in the tasklist > aren't eligible for kill (such as those attached to cpusets or bound to > mempolicies with a disjoint set of mems or nodes, respectively) since > that information is not shown. > > Signed-off-by: David Rientjes <rientjes@xxxxxxxxxx> Looks good. Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>