The patch titled Subject: scripts/gdb: add empty package initialization script has been added to the -mm tree. Its filename is scripts-gdb-add-empty-package-initialization-script.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-gdb-add-empty-package-initialization-script.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-gdb-add-empty-package-initialization-script.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/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Subject: scripts/gdb: add empty package initialization script This got lost during the initial merge process: Python requires an __init__.py script, even if empty, in order to accept a directory as package. Add it, this time as a non-empty file. Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/gdb/linux/__init__.py | 1 + 1 file changed, 1 insertion(+) diff -puN /dev/null scripts/gdb/linux/__init__.py --- /dev/null +++ a/scripts/gdb/linux/__init__.py @@ -0,0 +1 @@ +# nothing to do for the initialization of this package _ Patches currently in -mm which might be from jan.kiszka@xxxxxxxxxxx are origin.patch scripts-gdb-add-empty-package-initialization-script.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