openwrt/target/linux/x86
Jonas Gorski 6c60bbbc94 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:12:57 +02:00
..
64 x86: Add virtualization time sync support 2023-08-15 17:19:05 +02:00
base-files base-files: x86 fix 01_leds Syntax error 2023-05-29 14:17:52 +02:00
generic x86: Add virtualization time sync support 2023-08-15 17:19:05 +02:00
geode treewide: remove files for building 5.10 kernel 2023-05-12 13:02:43 +02:00
image x86: 64: Add kmod-igc to default packages 2022-06-29 00:57:57 +02:00
legacy x86: Activate CONFIG_PCIEASPM 2023-08-15 17:19:05 +02:00
patches-5.15 x86: geode: fix hwrng register accesses 2023-09-14 09:12:57 +02:00
config-5.15 kernel: bump 5.15 to 5.15.125 2023-08-10 21:07:50 +02:00
Makefile x86: switch to 5.15 as default kernel 2022-10-19 21:40:23 +02:00
modules.mk kernel: kmod-amazon-ena: move to top level netdevices 2023-06-13 14:14:28 +02:00