User Details
User Details
- User Since
- Mar 19 2019, 8:05 PM (294 w, 3 d)
Mar 23 2021
Mar 23 2021
lprylli_netflix.com added a comment to D29385: Make random() behaves as documented: "result is uniform in [0, 2^31 - 1]".
document scheduled removal as 14.0 as suggested.
lprylli_netflix.com updated the diff for D29385: Make random() behaves as documented: "result is uniform in [0, 2^31 - 1]".
Document plan for removal as 14.0
lprylli_netflix.com added a comment to D29385: Make random() behaves as documented: "result is uniform in [0, 2^31 - 1]".
lprylli_netflix.com updated the diff for D29385: Make random() behaves as documented: "result is uniform in [0, 2^31 - 1]".
Updates random.9 man page
Jan 16 2020
Jan 16 2020
lprylli_netflix.com added a comment to D15646: Provide option to panic when the IPMI creates an NMI.
I did a couple of experimentation, and bit 0x20 of io-reg 0x61 seems entirely controlled by the chipset "timer-8254" counter2 functionality. You can reset it to zero with "outb(0x43, 0xb0)" and check the effect on inb(0x61) . I don't think it is possible for ipmi/bmc to have any control over it, so it might not be a suitable bit to use to discriminate the possible origin of a NMI.
Sep 26 2019
Sep 26 2019
Jun 6 2019
Jun 6 2019
lprylli_netflix.com added a comment to D20527: improve performance of ipmi kcs interface..
Thanks for review.
lprylli_netflix.com updated the diff for D20527: improve performance of ipmi kcs interface..
Minor mostly cosmetic improvements.
Jun 5 2019
Jun 5 2019
lprylli_netflix.com updated the diff for D20527: improve performance of ipmi kcs interface..
Remove spurious comment.
Mar 26 2019
Mar 26 2019
lprylli_netflix.com added a comment to D19648: Add/enable option to allow tsc as timecounter for VM.
Just pushed style fixes.
lprylli_netflix.com updated the diff for D19648: Add/enable option to allow tsc as timecounter for VM.
- Style fixes.
Mar 23 2019
Mar 23 2019
lprylli_netflix.com added a comment to D19648: Add/enable option to allow tsc as timecounter for VM.
lprylli_netflix.com updated the diff for D19648: Add/enable option to allow tsc as timecounter for VM.
Updating D19648: Add/enable option to allow tsc as timecounter for VM
Mar 19 2019
Mar 19 2019
lprylli_netflix.com added reviewers for D19648: Add/enable option to allow tsc as timecounter for VM: gallatin, imp, jhb.