linux-imx/kernel/module
Sid Nayyar bb064dd1e0 ANDROID: Improve module loader checks for GKI symbol protection
* Deny loading of unsigned modules which use protected vmlinux
  symbols.
* Optimize symbols resolution for unsigned modules by avoiding
  searching for symbols exported by other unsigned modules in the list
  of unprotected symbols.

Bug: 343540599
Change-Id: I64bc03ad9e37ec7e85be2099d0132966ffe1b35b
Signed-off-by: Sid Nayyar <sidnayyar@google.com>
(cherry picked from commit 8faec9ddf12c8be90b2325623b25fa1cfd24824f)
2024-06-13 03:42:16 +00:00
..
debug_kmemleak.c
decompress.c module/decompress: use kvmalloc() consistently 2023-11-20 11:59:37 +01:00
dups.c module: include internal.h in module/dups.c 2023-05-02 20:33:36 -07:00
gki_module.c ANDROID: GKI: Move GKI module headers to generated includes 2023-07-24 07:36:54 +00:00
internal.h Merge ad2885979e ("Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild") into android-mainline 2023-08-23 09:40:46 +00:00
kallsyms.c modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbols 2023-07-24 12:09:47 -07:00
Kconfig FROMGIT: module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree. 2024-04-16 20:20:32 +00:00
kdb.c module: replace module_layout with module_memory 2023-03-09 12:55:15 -08:00
kmod.c module: add debugging auto-load duplicate module support 2023-04-19 17:26:01 -07:00
livepatch.c livepatch: fix ELF typos 2023-03-09 11:08:24 +01:00
main.c ANDROID: Improve module loader checks for GKI symbol protection 2024-06-13 03:42:16 +00:00
Makefile ANDROID: GKI: Create symbol files in include/config 2023-08-01 21:21:38 +00:00
procfs.c module: replace module_layout with module_memory 2023-03-09 12:55:15 -08:00
signing.c ANDROID: GKI: Add module load time symbol protection 2022-10-21 02:21:06 +00:00
stats.c module: Fix use-after-free bug in read_file_mod_stats() 2023-05-22 14:13:13 -07:00
strict_rwx.c module: replace module_layout with module_memory 2023-03-09 12:55:15 -08:00
sysfs.c module: remove redundant module_sysfs_initialized variable 2022-11-11 10:19:52 -08:00
tracking.c module: add debug stats to help identify memory pressure 2023-04-18 11:15:24 -07:00
tree_lookup.c module: replace module_layout with module_memory 2023-03-09 12:55:15 -08:00
version.c