The patch titled Subject: scripts/gdb: enable completion for lx-list-check parameter has been removed from the -mm tree. Its filename was scripts-gdb-enable-completion-for-lx-list-check-parameter.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Subject: scripts/gdb: enable completion for lx-list-check parameter Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Cc: Thiébaud Weksteen <thiebaud@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/gdb/linux/lists.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN scripts/gdb/linux/lists.py~scripts-gdb-enable-completion-for-lx-list-check-parameter scripts/gdb/linux/lists.py --- a/scripts/gdb/linux/lists.py~scripts-gdb-enable-completion-for-lx-list-check-parameter +++ a/scripts/gdb/linux/lists.py @@ -80,7 +80,8 @@ class LxListChk(gdb.Command): """Verify a list consistency""" def __init__(self): - super(LxListChk, self).__init__("lx-list-check", gdb.COMMAND_DATA) + super(LxListChk, self).__init__("lx-list-check", gdb.COMMAND_DATA, + gdb.COMPLETE_EXPRESSION) def invoke(self, arg, from_tty): argv = gdb.string_to_argv(arg) _ Patches currently in -mm which might be from jan.kiszka@xxxxxxxxxxx are -- 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