mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + scripts-tagssh-collect-compiled-source-precisely-v2.patch added to -mm tree
@ 2020-07-03  5:01 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-07-03  5:01 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 added to the -mm tree.  Its filename is
     scripts-tagssh-collect-compiled-source-precisely-v2.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/scripts-tagssh-collect-compiled-source-precisely-v2.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/scripts-tagssh-collect-compiled-source-precisely-v2.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: 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
scripts-tagssh-collect-compiled-source-precisely-v2.patch

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03  5:01 + scripts-tagssh-collect-compiled-source-precisely-v2.patch added to -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).