On 07/15/2014 02:08 PM, Peter Zijlstra wrote: > On Tue, Jul 15, 2014 at 01:24:04PM +0300, Adrian Hunter wrote: >> Commit 78d683e838a60ec4ba4591cca4364cba84a9e626 >> added vm_ops->name as an alternative to arch_vma_name >> but did not update perf events use of arch_vma_name(). >> >> Commit a62c34bd2a8a3f159945becd57401e478818d51c >> removed "[vdso]" as a name returned by the x86 version of >> arch_vma_name(), so the perf event for the vdso mapping >> no longer had the correct name. >> >> Fix by making perf events also use vm_ops->name. >> >> Signed-off-by: Adrian Hunter <[email protected]> > > I've already got: > http://lkml.kernel.org/r/[email protected] >
Sorry, didn't see that. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

