mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH 00/12] hw_random: add 6 more RNG drivers
Date: Fri, 15 Mar 2024 08:07:53 +0100	[thread overview]
Message-ID: <171048647359.1937712.16877569689655905446.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20240313105631.686778-1-a.fatoum@pengutronix.de>


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 surprisingly easy to port to barebox though,
> so let's import 6 for commonly used platforms.
> 
> [...]

Applied, thanks!

[01/12] hw_random: support ctrlc()
        https://git.pengutronix.de/cgit/barebox/commit/?id=ee25397f700f (link may not be stable)
[02/12] ARM: io: read 32 bits at once for aligned I/O memcpy/memset
        https://git.pengutronix.de/cgit/barebox/commit/?id=8e006fa8a9cd (link may not be stable)
[03/12] driver: implement dev_platform_get_and_ioremap_resource
        https://git.pengutronix.de/cgit/barebox/commit/?id=c38ff416cbe1 (link may not be stable)
[04/12] hw_random: add struct hwrng::priv member
        https://git.pengutronix.de/cgit/barebox/commit/?id=d151afa2a6d5 (link may not be stable)
[05/12] hw_random: remove confusing left-overs from kernel help texts
        https://git.pengutronix.de/cgit/barebox/commit/?id=bceb7ba902ad (link may not be stable)
[06/12] hw_random: remove reference to undefined CONFIG_HW_RANDOM
        https://git.pengutronix.de/cgit/barebox/commit/?id=51bcfb1b5788 (link may not be stable)
[07/12] hw_random: add Atmel RNG driver
        https://git.pengutronix.de/cgit/barebox/commit/?id=3aafb07324f6 (link may not be stable)
[08/12] hw_random: add BCM2835 RNG driver
        https://git.pengutronix.de/cgit/barebox/commit/?id=3140bcb3f779 (link may not be stable)
[09/12] hw_random: add IPROC RNG200 driver for BCM2711
        https://git.pengutronix.de/cgit/barebox/commit/?id=233ae72300e5 (link may not be stable)
[10/12] hw_random: add Rockchip RNG support
        https://git.pengutronix.de/cgit/barebox/commit/?id=f9cd14f8ae30 (link may not be stable)
[11/12] hw_random: add timeriomem_rng driver
        https://git.pengutronix.de/cgit/barebox/commit/?id=45080577a633 (link may not be stable)
[12/12] hw_random: add OMAP RNG driver
        https://git.pengutronix.de/cgit/barebox/commit/?id=276048a59a22 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2024-03-15  7:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 10:56 Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 01/12] hw_random: support ctrlc() Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 02/12] ARM: io: read 32 bits at once for aligned I/O memcpy/memset Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 03/12] driver: implement dev_platform_get_and_ioremap_resource Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 04/12] hw_random: add struct hwrng::priv member Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 05/12] hw_random: remove confusing left-overs from kernel help texts Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 06/12] hw_random: remove reference to undefined CONFIG_HW_RANDOM Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 07/12] hw_random: add Atmel RNG driver Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 08/12] hw_random: add BCM2835 " Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 09/12] hw_random: add IPROC RNG200 driver for BCM2711 Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 10/12] hw_random: add Rockchip RNG support Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 11/12] hw_random: add timeriomem_rng driver Ahmad Fatoum
2024-03-13 10:56 ` [PATCH 12/12] hw_random: add OMAP RNG driver Ahmad Fatoum
2024-03-15  7:07 ` Sascha Hauer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=171048647359.1937712.16877569689655905446.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox