mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
09d13cd8d8
When the membase and pci_dev pointer were moved to a new struct in priv, the actual membase users were left untouched, and they started reading out arbitrary memory behind the struct instead of registers. This unfortunately turned the RNG into a constant number generator, depending on the content of what was at that offset. To fix this, update geode_rng_data_{read,present}() to also get the membase via amd_geode_priv, and properly read from the right addresses again. Closes #13417. Reported-by: Timur I. Davletshin <timur.davletshin@gmail.com> Tested-by: Timur I. Davletshin <timur.davletshin@gmail.com> Suggested-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> |
||
---|---|---|
.. | ||
100-fix_cs5535_clockevt.patch | ||
103-pcengines_apu6_platform.patch | ||
113-v5.21-platform-x86-pmc_atom-Add-Lex-3I380NX-industrial-PC-.patch | ||
120-hwrng-geode-fix-accessing-registers.patch |