User Details
- User Since
- Aug 2 2014, 8:08 AM (617 w, 2 h)
Yesterday
This "fixes" the issue, but the tests should also be intelligent enough to understand when the OPENSSL_KTLS feature isn't present and skip the tests if the feature isn't present in the kernel (see ATF_REQUIRE_FEATURE, etc).
Thu, May 28
What implements /dev/full these days?
$ uname -a FreeBSD universe16a.freebsd.org 16.0-CURRENT FreeBSD 16.0-CURRENT #0 main-n285776-10e342c1ec78: Sat May 9 09:21:00 UTC 2026 root@build-16.freebsd.org:/usr/obj/usr/src/sys/CLUSTER16 amd64 $ ls /dev/full ls: /dev/full: No such file or directory
Wed, May 27
Tue, May 19
Also: what kinds of tests did you run? Attach/detach? Read/write tests (with dd/fio)? Etc.
Sat, May 16
@imp : ping?
Install the 64-bit library pkg-config file as well
Fri, May 15
Wed, May 13
Fri, May 8
@guest-seuros : could you please reply to my comments?
Thu, May 7
@sunpoet updated the component in the interim. Abandoning...
Wed, May 6
Use __diagused instead of diagnostic popping, etc.
Tue, May 5
hkey_sound_mute calls ACPI_SERIAL_ASSERT(..), which I assume is where things panic. This is a pretty straightforward change.
Thu, Apr 30
Add an MMIO guard at the top of asmc_key_dump(): delegate to asmc_key_dump_by_index() + asmc_key_read() for MMIO devices, consistent with the rest of the T2 code paths.
Having a more explicit statement for T2 Macs vs non-T2 Macs would be a good idea.
This hints at needing the patches/driver available in https://github.com/t2linux/linux-t2-patches/tree/main (please note that the driver isn't technically GPLv2; I can add more details later if needed).
Apr 28 2026
Apr 27 2026
Please note that the new version requires _rust_. That's a pretty large dependency to require for CI, which doesn't exist already today.
This is part of the reason why I was more keen on doing python+pytest integration: python is more common in CI and pytest is on the docket for kyua integration (it's on my TODO list because I want the atf_python stuff to go away...).
Apr 25 2026
@khorben : yes! Sorry for not accepting this sooner!