From: Justin M. Forbes on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1809

The random system upstream is in a period of major rewrite.  In the 5.18
merge window, it took a considerable amount of time to message this into
the random.c rewrites. In the 5.19 merge window, rng->extrng_read(buf,
count); does not even compile, with buf and count undefined.   As I do
not see the subsequent patch that allows the override with a FIPS rng, I
am just reverting the whole thing, and it can be added back when Herbert
has time or motivation to do so.

Signed-off-by: Justin M. Forbes <[email protected]>

---
 crypto/rng.c           |   73 +-------------------------------
 drivers/char/random.c  |  113 -------------------------------------------------
 include/linux/random.h |    8 ---
 3 files changed, 1 insertions(+), 193 deletions(-)
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to