Merge tag 'v3.10.74' into update

This is the 3.10.74 stable release
This commit is contained in:
Stricted
2018-03-21 22:41:07 +01:00
26 changed files with 118 additions and 50 deletions
+10
View File
@@ -4014,6 +4014,13 @@ static void perf_pending_event(struct irq_work *entry)
{
struct perf_event *event = container_of(entry,
struct perf_event, pending);
int rctx;
rctx = perf_swevent_get_recursion_context();
/*
* If we 'fail' here, that's OK, it means recursion is already disabled
* and we won't recurse 'further'.
*/
if (event->pending_disable) {
event->pending_disable = 0;
@@ -4024,6 +4031,9 @@ static void perf_pending_event(struct irq_work *entry)
event->pending_wakeup = 0;
perf_event_wakeup(event);
}
if (rctx >= 0)
perf_swevent_put_recursion_context(rctx);
}
/*