+link:https://wiki.freebsd.org/Hackathon/202506[Hackathon/202506 Wiki Page] URL: link:https://wiki.freebsd.org/Hackathon/202506[]
+link:https://wiki.freebsd.org/Hackathon[FreeBSD Hackathon Wiki Page] URL: link:https://wiki.freebsd.org/Hackathon[]
+
+In the week following link:https://www.bsdcan.org/2025/[BSDCan 2025], a hackathon took place in the Kitchener-Waterloo area.
+
+Thanks to Ed Maste for hosting this event at the Communitech Hub in Kitchener.
+
+==== Pictures of the hackathon
+
+Pictures of the hackathon are collected link:https://people.freebsd.org/~emaste/hackathon202506/[here].
+
+National FreeBSD day landed sometime during the hackathon, so Charlie Li treated us to a great DJ set to celebrate, mixing entirely on FreeBSD at an arcade bar in Waterloo :)
+
+==== The work done during the hackathon
+
+===== WiFi Testbed (Li-Wen Hsu)
+
+- The hardware of a proof-of-concept wireless has been set up in Foundation's Kitchener office.
+- The current setup is simple:
+ - One baremetal machine has multiple wireless interface and,
+ - One access point is also connected to the machine via a serial console and a private testing network
+- Currently we have following hardware to be passthru to bhyve VM provisioned with the image from link:https//artifact.ci.freebsd.org[Artifact server of FreeBSD CI]
+ - Intel AX210
+ - Realtek RTL8812AU
+- The work continues on connecting it to link:https//ci.freebsd.org[FreeBSD CI cluster] as a downstream job after standard tests finishes.
+
+===== Installer (Joseph Mingrone, Ed Maste, Aymeric Wibo)
+
+- Go through installer step-by-step and create the link:https://wiki.freebsd.org/ImproveInstaller[Improving the Installer] wiki page with the notes we collected.
+- lualoader: Add distinct brand for installer (Make it obvious to users that the system is booting into the installer.)
+- Discuss how s2idle should work w.r.t. the scheduler with Olivier & Mark, and temporarily implement "idle" state for the scheduler (where it just always chooses the idle thread).
+- Extend amdgpio driver to service all GPIO interrupts (requirement for S0i3 on AMD).
+ We were also looking into how we can consume GPIO interrupts in device drivers on x86 for stuff like reducing the latency of the Framework trackpad with Sheng-Yi.
+- Implement some more S0i3 debugging features for AMD to help us debug why we would not be entering S0i3.
+
+===== Ports (Joseph Mingrone)
+
+- [.filename]#Mk/Scripts/qa.sh#: Fix false positives in LIB_DEPENDS warnings
+ Patch: https://reviews.freebsd.org/D50860[]
+- package:editors/emacs-devel[]: Update to 2025-06-17 snapshot