Commit 9e63ce682af0
Changed files (1)
systems
okinawa
systems/okinawa/boot.nix
@@ -38,6 +38,11 @@
kernelParams = [
# Optional: Deep sleep if you do use suspend occasionally
# "mem_sleep_default=deep"
+
+ # Disable memory allocation profiling to work around kernel slab
+ # allocator crashes in __alloc_tagging_slab_alloc_hook (CVE-2025-37774)
+ # https://www.cve.org/CVERecord?id=CVE-2025-37774
+ "sysctl.vm.mem_profiling=0"
];
# Blacklist unnecessary wireless modules