You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hwrng: core - Don't use a stack buffer in add_early_randomness()
hw_random carefully avoids using a stack buffer except in
add_early_randomness(). This causes a crash in virtio_rng if
CONFIG_VMAP_STACK=y.
Reported-by: Matt Mullins <[email protected]>
Tested-by: Matt Mullins <[email protected]>
Fixes: d3cc799 ("hwrng: fetch randomness only after device init")
Signed-off-by: Andy Lutomirski <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
0 commit comments