Re: [PATCH 00/12] hw_random: add 6 more RNG drivers

2024-03-15 Thread Sascha Hauer
On Wed, 13 Mar 2024 11:56:19 +0100, Ahmad Fatoum wrote: > While stack protector support can be used without HWRNG, it will > print a warning about the fixed canary to alert to the fact that it > requires a random canary to be able to withstand an attacker. > > Linux HWRNG drivers are

[PATCH 00/12] hw_random: add 6 more RNG drivers

2024-03-13 Thread Ahmad Fatoum
While stack protector support can be used without HWRNG, it will print a warning about the fixed canary to alert to the fact that it requires a random canary to be able to withstand an attacker. Linux HWRNG drivers are surprisingly easy to port to barebox though, so let's import 6 for commonly