The patch titled Subject: scripts-tagssh-collect-compiled-source-precisely-v2 has been removed from the -mm tree. Its filename was scripts-tagssh-collect-compiled-source-precisely-v2.patch This patch was dropped because it was folded into scripts-tagssh-collect-compiled-source-precisely.patch ------------------------------------------------------ From: Jialu Xu <xujialu@xxxxxxxxx> Subject: scripts-tagssh-collect-compiled-source-precisely-v2 don't expand symlinks by add option -s for realpath Link: http://lkml.kernel.org/r/5efc5bfb.1c69fb81.41bf5.7131SMTPIN_ADDED_MISSING@xxxxxxxxxxxxx Signed-off-by: Jialu Xu <xujialu@xxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Joe Perches <joe@xxxxxxxxxxx> Cc: Jonathan Corbet <corbet@xxxxxxx> Cc: Masahiro Yamada <masahiroy@xxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/scripts/tags.sh~scripts-tagssh-collect-compiled-source-precisely-v2 +++ a/scripts/tags.sh @@ -91,7 +91,7 @@ all_sources() all_compiled_sources() { - realpath -e $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) \ + realpath -es $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) \ include/generated/autoconf.h $(find -name "*.cmd" -exec \ grep -Poh '(?(?=^source_.* \K).*|(?=^ \K\S).*(?= \\))' {} \+ | awk '!a[$0]++') | sort -u _ Patches currently in -mm which might be from xujialu@xxxxxxxxx are scripts-tagssh-collect-compiled-source-precisely.patch