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 09d13cd8d87cc50fde67bbe81c6cca4b799b2724)
2023-09-14 11:36:57 +02:00
..
2023-03-29 16:31:21 +02:00
2022-09-04 15:32:22 +02:00
2023-03-27 18:42:03 +02:00
2023-03-29 16:31:21 +02:00
2023-03-27 09:36:04 +02:00
2021-10-02 16:05:34 +02:00
2023-02-18 19:18:13 +01:00
2023-02-18 19:18:13 +01:00
2023-03-29 16:31:21 +02:00
2023-03-29 16:31:21 +02:00
2023-03-29 16:31:21 +02:00
2023-01-28 19:26:47 +01:00
2022-09-04 15:32:22 +02:00
2023-03-29 16:31:21 +02:00
2022-11-13 01:06:12 +01:00
2023-01-28 19:26:47 +01:00
2023-03-29 16:31:21 +02:00
2023-01-28 19:26:47 +01:00