release v6.18.44-seanfarm32 #18

Merged
pipeline-bot merged 1 commit from _promote/v6.18.44-seanfarm32 into main 2026-08-14 12:15:53 +00:00
Collaborator
No description provided.
config(x86): enable CONFIG_INPUT_EVDEV so ACPI power events reach logind
All checks were successful
pipeline/ci CI green @ b07454de8d15
b07454de8d
The kernel has CONFIG_ACPI=y and CONFIG_ACPI_BUTTON=y, so a hypervisor
ACPI power/reset button press does become an input event -- but with no
evdev there is no /dev/input/event* node, systemd-logind never sees the
press, and CONFIG_MODULES=n means nothing can load it later. The minimal
bootc image runs no acpid either, so the event has no consumer at all.

The effect: `hcloud server reboot` and `shutdown` have been inert on
every seanfarm node. Nothing noticed because the deploy pipeline reboots
in-band and `make destroy` deletes servers outright. It mattered on
2026-08-14, when a worker whose containerd had wedged ignored two soft
reboots and needed a hard reset -- the out-of-band lever that should
have worked did not exist.
pipeline-bot deleted branch _promote/v6.18.44-seanfarm32 2026-08-14 12:15:53 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/linux!18
No description provided.