Skip to content

Comments

linker: resolve ksyms in one go#1824

Merged
lmb merged 1 commit intocilium:mainfrom
lmb:ksym-in-one-go
Jul 18, 2025
Merged

linker: resolve ksyms in one go#1824
lmb merged 1 commit intocilium:mainfrom
lmb:ksym-in-one-go

Conversation

@lmb
Copy link
Contributor

@lmb lmb commented Jul 18, 2025

Calling kallsyms.Address is incredibly expensive because we need to scan all of /proc/kallsyms for a single address.

Move to AssignAddresses instead and remove Address.

Calling kallsyms.Address is incredibly expensive because we need to scan
all of /proc/kallsyms for a single address.

Move to AssignAddresses instead and remove Address.

Signed-off-by: Lorenz Bauer <[email protected]>
@lmb lmb marked this pull request as ready for review July 18, 2025 15:41
@lmb lmb requested a review from a team as a code owner July 18, 2025 15:41
@lmb lmb merged commit 6021836 into cilium:main Jul 18, 2025
17 of 18 checks passed
@lmb lmb deleted the ksym-in-one-go branch July 18, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant