Mar 3 2023
Feb 17 2022
I'll do the commit. Thanks to Greg for writing this and to everyone who helped to review it!
Feb 16 2022
Who is going to do the actual commit? I'm happy to do it if no-one else wants to? Whoever does it has csprng@ green-light.
Last nit can be done pre-commit or I can whack it post-commit; ok from lua perspective.
Is this ready to be committed? I'm happy to do it myself but markm said he was going to commit (prior to the latest round of changes) -- don't want to commit prematurely if you're still waiting for something.
Jan 29 2022
Jan 28 2022
Yep, I've had basically the exact same opinion as @delphij about the copyright. Let's go with Intel.
Jan 27 2022
Jan 26 2022
So seems like it's easier to just do it all in core.lua, which is where lots of config accesses are anyway.
Jan 17 2022
Jan 16 2022
err, I have not addressed the "isUEFIBoot" thing and the "This file needs a copyright / license at the top" thing…
Jan 15 2022
Thanks! Can you also MFC it to stable/13 after a week?
Jan 14 2022
Is this waiting for anything else before it gets committed?
Sep 19 2021
Sep 6 2021
Oops, didn't meant to block after the amendment.
Jul 27 2021
Testing this on an RPi4 would be nice, but it's not a dealbreaker.
Jun 11 2021
Oct 12 2020
Jun 9 2020
Hi everyone,
Jun 3 2020
i remember there was some concern in the past where there were very bad rss key choices out there. is there a reason for actually pushing for a random rss key?
Jun 2 2020
Jun 1 2020
Should I sequence the key into "symmetrical RSS" where the first 32 bits == the next 32 bits, and all subsequent 16 bits chunks are equal?. Or is it something else?
I believe Linux just uses random keys:
I have a vague memory, maybe wrong, that commonly used fixed RSS keys were selected because they had some property (-ies).
So, maybe just being random is not good enough?
I think that hypothetical rss_isbadkey was mentioned for a reason?
May 30 2020
@cem thanks for the comments.
@kevans thanks for the suggestion, I added csprng to this thread.