aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/backport-5.15/202-v6.1-kallsyms-support-big-kernel-symbols.patch
Commit message (Collapse)AuthorAge
* generic: 5.15: backport patch supporting "big" kernel symbolsChristian Marangi2023-06-10
Backport patch supporting "big" kernel symbols. This is needed for powerpc arch that seems to suffer from this problem when CONFIG_ALL_KMODS is selected and fail to compile with the error: Inconsistent kallsyms data Try make KALLSYMS_EXTRA_PASS=1 as a workaround Backport this patch to handle these corner case. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>