The patch titled Subject: tools/slabinfo-gnuplot: force to use bash shell has been added to the -mm tree. Its filename is tools-slabinfo-gnuplot-force-to-use-bash-shell.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/tools-slabinfo-gnuplot-force-to-use-bash-shell.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/tools-slabinfo-gnuplot-force-to-use-bash-shell.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "Liu, Changcheng" <changcheng.liu@xxxxxxxxx> Subject: tools/slabinfo-gnuplot: force to use bash shell On some linux distributions, the default link of sh is dash which deoesn't support split array like ${var//,/ } It's better to force to use bash shell directly. Link: http://lkml.kernel.org/r/20171208093751.GA175471@sofia Signed-off-by: Liu Changcheng <changcheng.liu@xxxxxxxxx> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/vm/slabinfo-gnuplot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN tools/vm/slabinfo-gnuplot.sh~tools-slabinfo-gnuplot-force-to-use-bash-shell tools/vm/slabinfo-gnuplot.sh --- a/tools/vm/slabinfo-gnuplot.sh~tools-slabinfo-gnuplot-force-to-use-bash-shell +++ a/tools/vm/slabinfo-gnuplot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Sergey Senozhatsky, 2015 # sergey.senozhatsky.work@xxxxxxxxx _ Patches currently in -mm which might be from changcheng.liu@xxxxxxxxx are scripts-faddr2line-fix-cross_compile-unset-error.patch tools-slabinfo-gnuplot-force-to-use-bash-shell.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html