-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libdrgn: linux_kernel: handle module section/note changes in Linux 6.14
Linux 6.14 refactored how loadable kernel module sections and notes are stored [1], removing explicit array lengths in favor of sysfs's existing null-terminated arrays. This unfortunately completely breaks our module handling. Update our section and note reading to fix it. 1: https://lore.kernel.org/all/20241227-sysfs-const-bin_attr-module-v2-0-e267275f0f37@weissschuh.net/. Signed-off-by: Omar Sandoval <osandov@osandov.com>
- Loading branch information
Showing
1 changed file
with
142 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters