All of lore.kernel.org
 help / color / mirror / Atom feed
* [withdrawn] scripts-tagssh-parse-dtstmp-for-compiled-sources.patch removed from -mm tree
@ 2022-02-22 20:12 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-02-22 20:12 UTC (permalink / raw)
  To: mm-commits, rkovhaev, masahiroy, gregkh, corbet, xujialu, akpm


The patch titled
     Subject: scripts/tags.sh: parse *.dts.tmp for compiled sources
has been removed from the -mm tree.  Its filename was
     scripts-tagssh-parse-dtstmp-for-compiled-sources.patch

This patch was dropped because it was withdrawn

------------------------------------------------------
From: Jialu Xu <xujialu@vimux.org>
Subject: scripts/tags.sh: parse *.dts.tmp for compiled sources

There are files listed in *.dts.tmp, parse them as *.cmd for compiled
sources.

Link: https://lkml.kernel.org/r/20220221084614.1682022-1-xujialu@vimux.org
Signed-off-by: Jialu Xu <xujialu@vimux.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Rustam Kovhaev <rkovhaev@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/tags.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/scripts/tags.sh~scripts-tagssh-parse-dtstmp-for-compiled-sources
+++ a/scripts/tags.sh
@@ -97,8 +97,8 @@ all_compiled_sources()
 {
 	realpath -es $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) \
 		include/generated/autoconf.h $(find $ignore -name "*.cmd" -exec \
-		grep -Poh '(?(?=^source_.* \K).*|(?=^  \K\S).*(?= \\))' {} \+ |
-		awk '!a[$0]++') | sort -u
+		grep -Poh '(?(?=^source_.* \K).*|(?=^  \K\S).*(?= \\))' {} \+ | awk '!a[$0]++') \
+		$(find -name "*.dts.tmp" -exec grep -Poh '(?(?=^# \d+ "\K).*(?="))' {} \+) | sort -u
 }
 
 all_target_sources()
_

Patches currently in -mm which might be from xujialu@vimux.org are



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

only message in thread, other threads:[~2022-02-22 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 20:12 [withdrawn] scripts-tagssh-parse-dtstmp-for-compiled-sources.patch removed from -mm tree Andrew Morton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.