On Mon, Oct 10, 2022 at 02:50:54PM +0200, Jason A. Donenfeld wrote:
On Mon, Oct 10, 2022 at 12:59:41PM +0100, Mark Brown wrote:
quoted
<4>[ 23.186125] Hardware name: BCM2835
<4>[ 23.189837] PC is at bcm2835_rng_read+0x30/0x6c
<4>[ 23.194709] LR is at hwrng_fillfn+0x71/0xf4
In drivers/char/hw_random/bcm2835-rng.c, if you replace the cpu_relax()
with hwrng_msleep(rng, 1000), does it fix the problem?
I can't schedule tests myself, hopefully someone with access to the
hardware can do so.