diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2025-02-14 12:32:04 +0300 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2025-02-14 12:32:04 +0300 |
| commit | 92d2da37fdef65f9aeeb54c991df0cec524934ad (patch) | |
| tree | 38d3036f7f89f88d34eceda9cb2344c207ec7b97 /include/linux/moduleloader.h | |
| parent | a64dcfb451e254085a7daee5fe51bf22959d52d3 (diff) | |
| parent | 675204778c69c2b3e0f6a4e2dbfeb4f3e89194ba (diff) | |
| download | linux-92d2da37fdef65f9aeeb54c991df0cec524934ad.tar.xz | |
Merge branch 'x86/mm'
Depends on the simplifications from commit 1d7e707af446 ("Revert "x86/module: prepare module loading for ROX allocations of text"")
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'include/linux/moduleloader.h')
| -rw-r--r-- | include/linux/moduleloader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/moduleloader.h b/include/linux/moduleloader.h index 1f5507ba5a12..e395461d59e5 100644 --- a/include/linux/moduleloader.h +++ b/include/linux/moduleloader.h @@ -108,10 +108,6 @@ int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod); -int module_post_finalize(const Elf_Ehdr *hdr, - const Elf_Shdr *sechdrs, - struct module *mod); - #ifdef CONFIG_MODULES void flush_module_init_free_work(void); #else |
