> > diff --git a/tools/perf/bench/mem-memcpy.c b/tools/perf/bench/mem-memcpy.c > > index 93c83e3..0887b46 100644 > > --- a/tools/perf/bench/mem-memcpy.c > > +++ b/tools/perf/bench/mem-memcpy.c > > @@ -115,8 +115,10 @@ static void alloc_mem(void **dst, void **src, size_t > > length) > > die("memory allocation failed - maybe length is too large?\n"); > > > > *src = zalloc(length); > > - if (!src) > > + if (!*src) > > In the latest mem-memcpy.c, this if (!src) is already fixed as if > (!*src). This modification makes applying fail.
I can undo it, and repost, but the patch would still conflict. Just whoever applies it has to resolve the trivial conflcit. -Andi -- a...@linux.intel.com -- Speaking for myself only. -- 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/