commit | 1bb49db9919a4d4186cba288930e7026d8f7ec96 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Sun Mar 19 14:35:40 2023 -0700 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Fri Mar 24 11:33:08 2023 -0700 |
tree | af47683040f8ff66ee26133733cffac5e4ecc479 | |
parent | c7ee8aebf6c0588c0aab76538aff395c3abf811c [diff] |
module: move more elf validity checks to elf_validity_check() The symbol and strings section validation currently happen in setup_load_info() but since they are also doing validity checks move this to elf_validity_check(). Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>