linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] random: make irq collector clearer
@ 2022-02-10 16:09 Jason A. Donenfeld
  2022-02-10 16:09 ` [PATCH 1/2] random: move fast_pool/fast_mix definitions to site of use Jason A. Donenfeld
  2022-02-10 16:09 ` [PATCH 2/2] random: deobfuscate irq u32/u64 contributions Jason A. Donenfeld
  0 siblings, 2 replies; 9+ messages in thread
From: Jason A. Donenfeld @ 2022-02-10 16:09 UTC (permalink / raw)
  To: linux, linux-kernel; +Cc: Jason A. Donenfeld

This trivial series moves functions around and introduces a union rather
than having manual bit arithmetic.

Jason A. Donenfeld (2):
  random: move fast_pool/fast_mix definitions to site of use
  random: deobfuscate irq u32/u64 contributions

 drivers/char/random.c | 141 ++++++++++++++++++++++--------------------
 1 file changed, 74 insertions(+), 67 deletions(-)

-- 
2.35.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-15 11:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-10 16:09 [PATCH 0/2] random: make irq collector clearer Jason A. Donenfeld
2022-02-10 16:09 ` [PATCH 1/2] random: move fast_pool/fast_mix definitions to site of use Jason A. Donenfeld
2022-02-10 16:46   ` Dominik Brodowski
2022-02-10 16:09 ` [PATCH 2/2] random: deobfuscate irq u32/u64 contributions Jason A. Donenfeld
2022-02-10 16:55   ` Dominik Brodowski
2022-02-10 17:10     ` Jason A. Donenfeld
2022-02-10 17:13       ` [PATCH v2] " Jason A. Donenfeld
2022-02-11  5:57         ` Dominik Brodowski
2022-02-15 11:48           ` [PATCH v3] " Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).