You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: ARM64 runtime guards for SMT, UFFD WP, and seccomp
- client.go: disable SMT on ARM64 (no hyperthreading, Firecracker
rejects SMT=true on ARM)
- script_builder.go: disable seccomp on ARM64 (upstream FC aarch64
filter missing userfaultfd syscall)
- userfaultfd.go: skip UFFD write-protection flag on ARM64 (kernel
doesn't support it; KVM dirty log used instead for diff tracking)
- machineinfo: ARM64 fallback for CPU Family/Model when gopsutil
doesn't populate them
- smoketest: use runtime.GOARCH instead of hardcoded amd64
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments