Live Patching
Jun 15, 2025
As a key component of the Linux OS,
updating the kernel traditionally
required a system restart.
Live patching is a way to apply patches
to a running kernel, without the need to
reboot or interrupt runtime.
Here are some useful materials:
What is live patching
How to enable live patching
Official live patching documentation