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.law...@lip6.fr> > > > > 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.le...@oracle.com> 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 linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/