The patch titled Add entry.S labels to tag file has been removed from the -mm tree. Its filename is add-entrys-labels-to-tag-file.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add entry.S labels to tag file From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxx> Add functions defined using ENTRY macro to the tags file. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN Makefile~add-entrys-labels-to-tag-file Makefile --- a/Makefile~add-entrys-labels-to-tag-file +++ a/Makefile @@ -1319,7 +1319,8 @@ define xtags $(all-sources) | xargs $1 -a \ -I __initdata,__exitdata,__acquires,__releases \ -I EXPORT_SYMBOL,EXPORT_SYMBOL_GPL \ - --extra=+f --c-kinds=+px; \ + --extra=+f --c-kinds=+px \ + --regex-asm='/ENTRY\(([^)]*)\).*/\1/'; \ $(all-kconfigs) | xargs $1 -a \ --langdef=kconfig \ --language-force=kconfig \ _ Patches currently in -mm which might be from aneesh.kumar@xxxxxxxxx are origin.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