1 .. SPDX-License-Identifier: GPL-2.0 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 ================= 3 ================= 4 Livepatching APIs 4 Livepatching APIs 5 ================= 5 ================= 6 6 7 Livepatch Enablement 7 Livepatch Enablement 8 ==================== 8 ==================== 9 9 10 .. kernel-doc:: kernel/livepatch/core.c 10 .. kernel-doc:: kernel/livepatch/core.c 11 :export: 11 :export: 12 12 13 13 14 Shadow Variables 14 Shadow Variables 15 ================ 15 ================ 16 16 17 .. kernel-doc:: kernel/livepatch/shadow.c 17 .. kernel-doc:: kernel/livepatch/shadow.c 18 :export: 18 :export: 19 19 20 System State Changes 20 System State Changes 21 ==================== 21 ==================== 22 22 23 .. kernel-doc:: kernel/livepatch/state.c 23 .. kernel-doc:: kernel/livepatch/state.c 24 :export: 24 :export: 25 25 26 Object Types 26 Object Types 27 ============ 27 ============ 28 28 29 .. kernel-doc:: include/linux/livepatch.h 29 .. kernel-doc:: include/linux/livepatch.h 30 :identifiers: klp_patch klp_object klp_func 30 :identifiers: klp_patch klp_object klp_func klp_callbacks klp_state
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.