openwrt/target/linux/x86
Jonas Gorski 09d13cd8d8 x86: geode: fix hwrng register accesses
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>
2023-09-11 21:34:16 +02:00
..
64 x86: Add virtualization time sync support 2023-08-14 20:13:12 +02:00
base-files
generic x86: remove built-in vhost-net driver 2023-08-26 14:08:10 +02:00
geode
image
legacy x86: Activate CONFIG_PCIEASPM 2023-08-14 20:10:29 +02:00
patches-5.15 x86: geode: fix hwrng register accesses 2023-09-11 21:34:16 +02:00
Makefile
config-5.15
modules.mk