Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux...
[sfrench/cifs-2.6.git] / kernel / trace / trace_uprobe.c
index 576b3bcb8ebd332ac1e1edf9ab21b972c616e99c..99c051de412afa4d6a433d1250a7abbd0d2deb3f 100644 (file)
@@ -688,6 +688,7 @@ static int __trace_uprobe_create(int argc, const char **argv)
 
                trace_probe_log_set_index(i + 2);
                ret = traceprobe_parse_probe_arg(&tu->tp, i, argv[i], &ctx);
+               traceprobe_finish_parse(&ctx);
                if (ret)
                        goto error;
        }