From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH 1/4] lib: random: implement Xorshift* RNG
Date: Tue, 22 Apr 2025 10:54:57 +0200 [thread overview]
Message-ID: <174531209789.3008207.15352608262545875829.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20250417065846.3562848-1-a.fatoum@pengutronix.de>
On Thu, 17 Apr 2025 08:58:43 +0200, Ahmad Fatoum wrote:
> Xorshift is simpler, faster and better than the LCG we are currently
> using. Add it in preparation alongside the LCG until consumers are
> migrated.
>
>
Applied, thanks!
[1/4] lib: random: implement Xorshift* RNG
https://git.pengutronix.de/cgit/barebox/commit/?id=9b6a09d03eff (link may not be stable)
[2/4] clock: always seed Xorshift* from clocksource on startup
https://git.pengutronix.de/cgit/barebox/commit/?id=3a96e4132ffa (link may not be stable)
[3/4] random: replace all rand/srand API with Xorshift
https://git.pengutronix.de/cgit/barebox/commit/?id=d1411ecfb8f5 (link may not be stable)
[4/4] random: replace get_random_bytes with get_noncrypto_bytes
https://git.pengutronix.de/cgit/barebox/commit/?id=80859bef3d5e (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
prev parent reply other threads:[~2025-04-22 10:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-17 6:58 Ahmad Fatoum
2025-04-17 6:58 ` [PATCH 2/4] clock: always seed Xorshift* from clocksource on startup Ahmad Fatoum
2025-04-17 6:58 ` [PATCH 3/4] random: replace all rand/srand API with Xorshift Ahmad Fatoum
2025-04-17 6:58 ` [PATCH 4/4] random: replace get_random_bytes with get_noncrypto_bytes Ahmad Fatoum
2025-04-22 8:54 ` 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=174531209789.3008207.15352608262545875829.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