tools/testing/selftests/livepatch/test_modules/test_klp_shadow_vars.c

Source file repositories/reference/linux-study-clean/tools/testing/selftests/livepatch/test_modules/test_klp_shadow_vars.c

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/livepatch/test_modules/test_klp_shadow_vars.c
Extension
.c
Size
7794 bytes
Lines
302
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(test_klp_shadow_vars_init);
module_exit(test_klp_shadow_vars_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Joe Lawrence <joe.lawrence@redhat.com>");
MODULE_DESCRIPTION("Livepatch test: shadow variables");

Annotation

Implementation Notes