The patch titled Subject: scripts/gdb: remove useless global instruction has been added to the -mm tree. Its filename is scripts-gdb-remove-useless-global-instruction.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-gdb-remove-useless-global-instruction.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-gdb-remove-useless-global-instruction.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: Thiébaud Weksteen <thiebaud@xxxxxxxxxxx> Subject: scripts/gdb: remove useless global instruction Signed-off-by: Thiébaud Weksteen <thiebaud@xxxxxxxxxxx> Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/gdb/linux/tasks.py | 2 -- 1 file changed, 2 deletions(-) diff -puN scripts/gdb/linux/tasks.py~scripts-gdb-remove-useless-global-instruction scripts/gdb/linux/tasks.py --- a/scripts/gdb/linux/tasks.py~scripts-gdb-remove-useless-global-instruction +++ a/scripts/gdb/linux/tasks.py @@ -20,7 +20,6 @@ task_type = utils.CachedType("struct tas def task_lists(): - global task_type task_ptr_type = task_type.get_type().pointer() init_task = gdb.parse_and_eval("init_task").address t = g = init_task @@ -89,7 +88,6 @@ ia64_task_size = None def get_thread_info(task): - global thread_info_type thread_info_ptr_type = thread_info_type.get_type().pointer() if utils.is_target_arch("ia64"): global ia64_task_size _ Patches currently in -mm which might be from thiebaud@xxxxxxxxxxx are scripts-gdb-add-command-to-check-list-consistency.patch scripts-gdb-also-allow-list_head-pointer-as-lx-list-check-paramter.patch scripts-gdb-enable-completion-for-lx-list-check-parameter.patch scripts-gdb-fix-typo-in-exception-name.patch scripts-gdb-fix-pep8-compliance.patch scripts-gdb-add-ps-command.patch scripts-gdb-remove-useless-global-instruction.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