On Wed, 12 Jul 2023, Jonathan A. Kollasch wrote:
The amd64 maximum page size (or something like that) is 2MiB and I suspect a section of your kernel just crossed that boundary. Anyway, check things like size(1) and nm(1) --print-size (maybe with --size-sort) on both kernels.
Yeah, that's more likely. A diff of `readelf -We' on the kernels would confirm this. See if the offset has changed a lot. -RVP