Loading include/linux/module.h +8 −0 Original line number Diff line number Diff line Loading @@ -352,6 +352,14 @@ struct mod_kallsyms { }; #ifdef CONFIG_LIVEPATCH /** * struct klp_modinfo - Elf information preserved from the livepatch module * * @hdr: Elf header * @sechdrs: Section header table * @secstrings: String table for the section headers * @symndx: The symbol table section index */ struct klp_modinfo { Elf_Ehdr hdr; Elf_Shdr *sechdrs; Loading Loading
include/linux/module.h +8 −0 Original line number Diff line number Diff line Loading @@ -352,6 +352,14 @@ struct mod_kallsyms { }; #ifdef CONFIG_LIVEPATCH /** * struct klp_modinfo - Elf information preserved from the livepatch module * * @hdr: Elf header * @sechdrs: Section header table * @secstrings: String table for the section headers * @symndx: The symbol table section index */ struct klp_modinfo { Elf_Ehdr hdr; Elf_Shdr *sechdrs; Loading