openwrt/target/linux/x86
Jonas Gorski 3fe2875378 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 09:32:27 +02:00
..
64 generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
base-files x86: Add support for Sophos XG 85 and XG 86 devices 2022-03-27 16:14:00 +01:00
generic generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
geode x86: fix damaged config 5.10 refresh 2022-06-27 22:34:07 +02:00
image x86: 64: Add kmod-igc to default packages 2022-06-29 22:40:04 +02:00
legacy generic: enable CRYPTO_LIB_BLAKE2S[_X86|_ARM] 2022-06-27 22:34:07 +02:00
patches-5.10 x86: geode: fix hwrng register accesses 2023-09-14 09:32:27 +02:00
config-5.10 kernel: bump 5.10 to 5.10.189 2023-08-11 23:17:31 +02:00
Makefile x86: added support to generate VHDX images 2021-12-05 18:49:14 +01:00
modules.mk Revert "gpio-cdev: add nu801 userspace driver" 2021-10-10 23:15:05 +02:00