Hi Steven, FYI, there are new coccinelle warnings show up in tree: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git rfc/multi-buffers-v4 head: e712fa131ebb7d79ffb4965b6ac5493408662b26 commit: c09e363f27e235a60b0b8b11228779e74e0deee8 [20/26] tracing: Separate out trace events from global variables All coccinelle warnings: + kernel/trace/trace_events.c:957:22-25: ERROR: reference preceded by free on line 955 vim +957 kernel/trace/trace_events.c 954 if (ret < 0) 955 kfree(dir); 956 > 957 filp->private_data = dir; 958 959 return ret; 960 } --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu <wfg@xxxxxxxxxxxxxxx> Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html