mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] scripts-tagssh-collect-compiled-source-precisely-v2.patch removed from -mm tree
@ 2020-08-07  5:43 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-08-07  5:43 UTC (permalink / raw)
  To: corbet, gregkh, joe, masahiroy, mchehab+huawei, mm-commits, xujialu


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@vimux.org>
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@mx.google.com
Signed-off-by: Jialu Xu <xujialu@vimux.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Joe Perches <joe@perches.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@vimux.org are

scripts-tagssh-collect-compiled-source-precisely.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-07  5:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07  5:43 [folded-merged] scripts-tagssh-collect-compiled-source-precisely-v2.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).