You are not logged in.
Does Arch support any kind of live kernel patching? I'm using Arch with kernel-hardened for KVM virtualization host and It's quite troublesome to shutdown / hibernate all VMs before every kernel update. Especially that kernel updates in Arch are quite frequent. At the moment I'm just rarely updating host but it sounds like exact opposite of good solution...
Last edited by lapsio (2018-03-08 23:24:33)
Offline
Offline
V1del, kexec still terminates all other processes, doesn't it. It's basically a reboot without having to go through the hardware POST.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
https://linux-audit.com/livepatch-linux … rebooting/
https://wiki.archlinux.org/index.php/Ke … e_patching
You don't need the linux-kpatch kernel, "zgrep -i patch /proc/config.gz"
Offline
Ah you are right, my bad. However I'd expect the answer to be no in that case, I'm not aware of any official implementations of that, similarly to pacman's delta package support, where the bits and pieces are theoretically availabe but not in a ready to use fashion.
Offline