17:35:01 [illumos-gate] 17425 Update Intel microcode to 20250512 -- Dan McDonald 17:35:01 [illumos-gate] 17391 limit man links to proto area -- Patrick Mooney 18:27:28 [illumos-gate] 17423 loader: loader can pick too large font -- Toomas Soome 21:16:41 [illumos-gate] 17428 idmapd ephemeral id allocators can stutter -- Bill Sommerfeld 22:38:39 sommerfeld: thanks for that, it's not my problem, but no doubt it was going to be 22:55:10 richlowe: that probably doesn't fix the test problem you're seeing. 22:55:21 or, if it did, I'd be very surprised. 22:57:43 No, it doesn't, when you proposed it I checked we weren't in any way re-entering 22:57:46 but it also was clearly broken 22:57:49 so I'm glad you fixed it :) 22:59:21 oh, there were ways for it to fail while remaining single-threaded - but only after 8K ephemeral allocations. 23:01:50 next in my queue is https://code.illumos.org/c/illumos-gate/+/4242 followed by an illumos-gcc pull request (the libstdc++ locale thingy) 23:01:51 → CODE REVIEW 4242: 17416 Want more xlocale.h functions for C++ locale support 17421 Increase visibility of C99 additions to struct lconv (NEW) | https://www.illumos.org/issues/17416 23:44:49 in smartos when we boot a recent platform it updates the firmawre for chelsio to 1.27.5.0, but I noticed that it alone didn't update the card enough to make pxe booting working . Not until I flashed following the process here https://gist.github.com/Smithx10/7f99fa8f32664540dc4f1713a8e3a644 via going into the bios was the card able to pxe boot. I noticed that the Boot Version and Config Version was different. 2.0.0.48 vs 2.0.0.8. 23:45:23 is there anyway for update the config version and boot version to the latest version on boot of SmartOS / Illumos? 23:47:39 Im not sure if those version updates are fixing pxe or if its perhaps the BOOTX64 efi from tianocore. 23:50:50 Smithx10: I don't know off hand but it seems extremely plausible that the EFI option ROM (for PXE) and the actual NIC firmware could be totally different separately versioned and flashable things 23:51:35 Given that the EFI thing is presumably to be read/executed on the x86 host CPU, and the NIC firmware is the thing running on whatever CPU(s) are on the NIC itself 23:52:59 are we able to update those on boot? I tried looking for cubt4.bin and boot.cfg in smartos-live and illumos-gate a 23:54:57 Im not really sure if they get updated or not. Hoping we can push this into just when it boots so i dont have to do this via the bios with tmux magic and redfish iso mounting