diff options
author | Peter Zijlstra <peterz@infradead.org> | 2016-01-25 16:08:45 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-01-28 22:06:35 +0300 |
commit | 78cd2c748f459739ff864dd9308c0f6caf7f6e41 (patch) | |
tree | b25470373d9ed5c038833854b466e3725a56cf68 /arch | |
parent | 45c815f06b80031659c63d7b93e580015d6024dd (diff) | |
download | linux-78cd2c748f459739ff864dd9308c0f6caf7f6e41.tar.xz |
perf: Fix orphan hole
We should set event->owner before we install the event,
otherwise there is a hole where the target task can fork() and
we'll not inherit the event because it thinks the event is
orphaned.
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions