Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: Don't report discarded init pages as kernel text.
Current code could cause a bug in symbol_put_addr() if an arch used kmalloc module text: we might think the symbol belongs to the core kernel. The downside is that this might make backtraces through (discarded) init functions harder to read on some archs, but we already have that issue for modules and noone has complained. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information