[ 03/17] tracing: Fix double free when function profile init failed

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Namhyung Kim commit 83e03b3fe4daffdebbb42151d5410d730ae50bd1 upstream. On the failure path, stat->start and stat->pages will refer same page. So it'll attempt to free the same page again and

[ 03/17] tracing: Fix double free when function profile init failed

2013-04-14 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Namhyung Kim namhyung@lge.com commit 83e03b3fe4daffdebbb42151d5410d730ae50bd1 upstream. On the failure path, stat-start and stat-pages will refer same page. So it'll attempt to free the