[GIT PULL] Power management fix for v5.5-rc7
From: Rafael J. Wysocki
Date: Thu Jan 16 2020 - 18:18:28 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.5-rc7
with top-most commit 57388a2ccb6c2f554fee39772886c69b796dde53
cpuidle: teo: Fix intervals[] array indexing bug
on top of commit b3a987b0264d3ddbb24293ebff10eddfc472f653
Linux 5.5-rc6
to receive a power management fix for 5.5-rc7.
This fixes a coding mistake in the teo cpuidle governor causing data
to be written beyond the last array element (Ikjoon Jang).
Thanks!
---------------
Ikjoon Jang (1):
cpuidle: teo: Fix intervals[] array indexing bug
---------------
drivers/cpuidle/governors/teo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)