[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug default/24431] ELF reader can't interpret ksymtab with Kernel 4.19+
https://sourceware.org/bugzilla/show_bug.cgi?id=24431
dodji at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from dodji at redhat dot com ---
(In reply to Matthias Maennich from comment #4)
> Looks like it fixes the issue for 4.19. Unfortunately, now earlier (here
> 4.9) kernels seem to be broken in the same way as 4.19 was before.
Right. So it looks like assuming that a kernel without relocations for the
__ksymtab is not sufficient to assume that the __ksymtab section is in the
v4.19 format, because there can be kernels built without relocation, e.g,
non-relocatable kernels.
So I wrote and checked in a new heuristic into the master branch of the git
repository at
https://sourceware.org/git/gitweb.cgi?p=libabigail.git;a=commit;h=f9b2f3751262f4695a46994b96b74a6a37419b54.
This should hopefully work better.
Thanks for following up on this and sorry again for the inconvenience.
--
You are receiving this mail because:
You are on the CC list for the bug.