diff options
author | Baruch Siach <baruch@tkos.co.il> | 2024-01-08 15:21:45 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-01-11 09:35:18 -0700 |
commit | 54a2ffe9524f5aef34397bbd53366c6a95661491 (patch) | |
tree | f948ce93ff595d0c198d73f07743b680b630d6d0 | |
parent | 22160b08d88898898b2bb99282663cdf3caa5c1c (diff) | |
download | lwn-54a2ffe9524f5aef34397bbd53366c6a95661491.tar.gz lwn-54a2ffe9524f5aef34397bbd53366c6a95661491.zip |
docs: admin-guide: hw_random: update rng-tools website
rng-tools upstream moved to github. New upstream does not appear to
consider itself official website for hw_random. Drop that part.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/ef52ace5008fa934084442149f64f5f9ddbba465.1704720105.git.baruch@tkos.co.il
-rw-r--r-- | Documentation/admin-guide/hw_random.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/admin-guide/hw_random.rst b/Documentation/admin-guide/hw_random.rst index d494601717f1..bfc39f1cf470 100644 --- a/Documentation/admin-guide/hw_random.rst +++ b/Documentation/admin-guide/hw_random.rst @@ -14,10 +14,9 @@ into that core. To make the most effective use of these mechanisms, you should download the support software as well. Download the -latest version of the "rng-tools" package from the -hw_random driver's official Web site: +latest version of the "rng-tools" package from: - http://sourceforge.net/projects/gkernel/ + https://github.com/nhorman/rng-tools Those tools use /dev/hwrng to fill the kernel entropy pool, which is used internally and exported by the /dev/urandom and |