generic: 6.6: fix uncompressed kallsyms
authorRobert Marko <robimarko@gmail.com>
Fri, 1 Mar 2024 13:15:15 +0000 (14:15 +0100)
committerRobert Marko <robimarko@gmail.com>
Mon, 11 Mar 2024 19:17:26 +0000 (20:17 +0100)
commit7acb8203c2e61d045c5129bb2c3df0b3a99d0f0b
tree87fb3489aa9b057a18c557a8e7c4d2b22a51d9f4
parentd356fb33c311a8f37d676aac5bb554715d1d19d2
generic: 6.6: fix uncompressed kallsyms

Currently, the existing uncompressed kallsym support is causing qualcommax
boards to hang on boot, and only after earlycon and verbose BUG() prints
are enabled the trace is visible:
[    0.000000] ------------[ cut here ]------------
[    0.000000] kernel BUG at kernel/kallsyms.c:340!
[    0.000000] Internal error: Oops - BUG: 00000000f2000800 [#1] SMP

Felix has fixed up the uncompressed kallsyms support so modify the current
patch with the fix.
All credits for the code go to Felix.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/generic/pending-6.6/203-kallsyms_uncompressed.patch