Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   tls
Date:           Mon Jun 22 01:48:05 UTC 2026

Modified Files:
        src/doc: CHANGES
        src/sys/dev/acpi: acpi.c

Log Message:
Hyper-V passes bootstrap entropy to guests via the ACPI OEM0 table.  Use it.

We verify that the OEM0 table has the correct Microsoft IDs, skip the header,
feed the remaining contents to the kernel entropy pool, and wipe them in-place
to prevent later extraction via /dev/acpi (e.g. with acpidump).  This interface
doesn't seem to be documented but we handle it the same way Microsoft's own
Linux driver does.


To generate a diff of this commit:
cvs rdiff -u -r1.3274 -r1.3275 src/doc/CHANGES
cvs rdiff -u -r1.304 -r1.305 src/sys/dev/acpi/acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index