Merge "sched: Fix out of bounds array access in sched_reset_all_window_stats()"

This commit is contained in:
Linux Build Service Account 2016-12-21 15:48:15 -08:00 committed by Gerrit - the friendly Code Review server
commit 6294b5b2d7

View file

@ -3070,6 +3070,7 @@ const char *sched_window_reset_reasons[] = {
"WINDOW_CHANGE", "WINDOW_CHANGE",
"POLICY_CHANGE", "POLICY_CHANGE",
"HIST_SIZE_CHANGE", "HIST_SIZE_CHANGE",
"FREQ_AGGREGATE_CHANGE",
}; };
/* Called with IRQs enabled */ /* Called with IRQs enabled */