]> git.ipfire.org Git - thirdparty/systemd.git/commit
random-util: eat up bad RDRAND values seen on AMD CPUs 12536/head
authorLennart Poettering <lennart@poettering.net>
Fri, 10 May 2019 19:16:16 +0000 (15:16 -0400)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 May 2019 19:31:46 +0000 (15:31 -0400)
commit1c53d4a070edbec8ad2d384ba0014d0eb6bae077
treeef0a99767652ec23c315a9426ef4deda3686bf89
parentcb367b17853d215ebcf2816118c1f53d003e5088
random-util: eat up bad RDRAND values seen on AMD CPUs

An ugly, ugly work-around for #11810. And no, we shouldn't have to do
this. This is something for AMD, the firmware or the kernel to
fix/work-around, not us. But nonetheless, this should do it for now.

Fixes: #11810
src/basic/random-util.c