1 What: /sys/kernel/livepatch
4 Contact: live-patching@vger.kernel.org
6 Interface for kernel live patching
8 The /sys/kernel/livepatch directory contains subdirectories for
9 each loaded live patch module.
11 What: /sys/kernel/livepatch/<patch>
14 Contact: live-patching@vger.kernel.org
16 The patch directory contains subdirectories for each kernel
17 object (vmlinux or a module) in which it patched functions.
19 What: /sys/kernel/livepatch/<patch>/enabled
22 Contact: live-patching@vger.kernel.org
24 A writable attribute that indicates whether the patched
25 code is currently applied. Writing 0 will disable the patch
26 while writing 1 will re-enable the patch.
28 What: /sys/kernel/livepatch/<patch>/<object>
31 Contact: live-patching@vger.kernel.org
33 The object directory contains subdirectories for each function
34 that is patched within the object.
36 What: /sys/kernel/livepatch/<patch>/<object>/<function>
39 Contact: live-patching@vger.kernel.org
41 The function directory contains attributes regarding the
42 properties and state of the patched function.
44 There are currently no such attributes.