openwrt/target/linux/x86
Jonas Gorski ac52e2013a 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>
(cherry picked from commit 09d13cd8d8)
2023-09-14 11:36:57 +02:00
..
64 kernel: Remove kmod-crypto-lib-blake2s 2022-07-04 01:35:37 +02:00
base-files x86/base-files: add support for Sophos SG/XG-105 2021-04-10 15:05:05 +02:00
generic x86: move Kconfig symbol to common config 2021-07-30 20:12:58 +02:00
geode x86: move Kconfig symbol to common config 2021-07-30 20:12:58 +02:00
image target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
legacy x86: legacy: enable pata_sis driver 2022-03-10 23:32:59 +01:00
patches-5.4 x86: geode: fix hwrng register accesses 2023-09-14 11:36:57 +02:00
Makefile target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
config-5.4 x86: move Kconfig symbol to common config 2021-07-30 20:12:58 +02:00
modules.mk target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00