summaryrefslogtreecommitdiff
path: root/staging/cli_eth.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+269
nified
authorMarcin Nowakowski <marcin.nowakowski@imgtec.com>2016-08-17 12:22:33 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2016-08-26 15:55:59 +0200
commit4d0e701659aa869a445823149e172e23faa6edac (patch)
treeec38f8e9d9626f143f4578b645df0e71f9f97d5a
parent699e36e5b8e9f77b2be4c23f0b309e53be4b2880 (diff)
drivers/clocksource/pistachio: Fix memory corruption in init
Driver init code incorrectly uses the block base address and as a result clears clocksource structure's fields instead of the hardware registers. Commit 09a998201649 ("timekeeping: Lift clocksource cacheline restriction") has changed the offsets within pistachio_clocksource structure and what has previously gone unnoticed now leads to a kernel panic during boot. Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat