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
Kconfig -rw-r--r-- 682 bytes
Makefile -rw-r--r-- 197 bytes
cfg.c -rw-r--r-- 11.8 KB
cfg.h -rw-r--r-- 163 bytes
driver-ops.h -rw-r--r-- 5.7 KB
ieee802154_i.h -rw-r--r-- 5.4 KB
iface.c -rw-r--r-- 19.3 KB
llsec.c -rw-r--r-- 24.7 KB
llsec.h -rw-r--r-- 3.2 KB
mac_cmd.c -rw-r--r-- 4.2 KB
main.c -rw-r--r-- 6.0 KB
mib.c -rw-r--r-- 5.5 KB
rx.c -rw-r--r-- 7.4 KB
trace.c -rw-r--r-- 153 bytes
trace.h -rw-r--r-- 6.4 KB
tx.c -rw-r--r-- 3.1 KB
util.c -rw-r--r-- 2.7 KB

back to top