Em Wed, Jan 23, 2013 at 09:42:17AM -0500, Steven Rostedt escreveu: > On Mon, 2013-01-21 at 14:02 +0100, Julia Lawall wrote: > > From: Julia Lawall <Julia.Lawall@xxxxxxx> > > > > Delete successive tests to the same location. Field was already tested. > > Alloc_arg can fail, so test that value instead. > > > > A simplified version of the semantic match that finds this problem is as > > follows: (http://coccinelle.lip6.fr/) This one was fixed already by the patch below, that is in my perf/core branch: commit 9b9af6013045d58e95ecce62a1cfb34b150b7a8d Author: Sasha Levin <sasha.levin@xxxxxxxxxx> Date: Fri Dec 21 15:00:58 2012 -0500 tools lib traceevent: test correct variable after allocation we've tested the wrong variable for allocation failure, fix it to test the right one. -- 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