Merge tag 'v3.10.65' into update

This is the 3.10.65 stable release
This commit is contained in:
Stricted
2018-03-21 22:36:23 +01:00
51 changed files with 356 additions and 146 deletions
+2 -2
View File
@@ -6884,11 +6884,11 @@ SYSCALL_DEFINE5(perf_event_open,
if (move_group) {
synchronize_rcu();
perf_install_in_context(ctx, group_leader, event->cpu);
perf_install_in_context(ctx, group_leader, group_leader->cpu);
get_ctx(ctx);
list_for_each_entry(sibling, &group_leader->sibling_list,
group_entry) {
perf_install_in_context(ctx, sibling, event->cpu);
perf_install_in_context(ctx, sibling, sibling->cpu);
get_ctx(ctx);
}
}