Revision 130056275ade730e7a79c110212c8815202773ee authored by Peter Zijlstra on 24 February 2016, 17:45:41 UTC, committed by Ingo Molnar on 25 February 2016, 07:42:32 UTC
In case of: err_file: fput(event_file), we'll end up calling
perf_release() which in turn will free the event.

Do not then free the event _again_.

Tested-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: dvyukov@google.com
Cc: eranian@google.com
Cc: oleg@redhat.com
Cc: panand@redhat.com
Cc: sasha.levin@oracle.com
Cc: vince@deater.net
Link: http://lkml.kernel.org/r/20160224174947.697350349@infradead.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 84c4e62
History
File Mode Size
auth_gss
xprtrdma
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 585 bytes
addr.c -rw-r--r-- 8.7 KB
auth.c -rw-r--r-- 20.9 KB
auth_generic.c -rw-r--r-- 7.6 KB
auth_null.c -rw-r--r-- 2.6 KB
auth_unix.c -rw-r--r-- 5.8 KB
backchannel_rqst.c -rw-r--r-- 10.9 KB
cache.c -rw-r--r-- 44.3 KB
clnt.c -rw-r--r-- 60.0 KB
debugfs.c -rw-r--r-- 8.0 KB
netns.h -rw-r--r-- 928 bytes
rpc_pipe.c -rw-r--r-- 36.2 KB
rpcb_clnt.c -rw-r--r-- 29.9 KB
sched.c -rw-r--r-- 28.8 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 7.5 KB
sunrpc.h -rw-r--r-- 2.0 KB
sunrpc_syms.c -rw-r--r-- 2.6 KB
svc.c -rw-r--r-- 33.4 KB
svc_xprt.c -rw-r--r-- 37.2 KB
svcauth.c -rw-r--r-- 3.8 KB
svcauth_unix.c -rw-r--r-- 20.9 KB
svcsock.c -rw-r--r-- 43.3 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.9 KB
xdr.c -rw-r--r-- 37.8 KB
xprt.c -rw-r--r-- 37.3 KB
xprtsock.c -rw-r--r-- 82.9 KB

back to top