The patch titled Subject: scripts/gdb: fix typo in exception name has been added to the -mm tree. Its filename is scripts-gdb-fix-typo-in-exception-name.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-gdb-fix-typo-in-exception-name.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-gdb-fix-typo-in-exception-name.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: fix typo in exception name 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/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN scripts/gdb/linux/utils.py~scripts-gdb-fix-typo-in-exception-name scripts/gdb/linux/utils.py --- a/scripts/gdb/linux/utils.py~scripts-gdb-fix-typo-in-exception-name +++ a/scripts/gdb/linux/utils.py @@ -83,7 +83,7 @@ def get_target_endianness(): elif "big endian" in endian: target_endianness = BIG_ENDIAN else: - raise gdb.GdgError("unknown endianness '{0}'".format(str(endian))) + raise gdb.GdbError("unknown endianness '{0}'".format(str(endian))) return target_endianness _ 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