On Wed, 22 Apr 2026 21:03:35 -0700, Josh Poimboeuf <[email protected]> wrote: > Some arch/x86/crypto/*.S files define local .set/.equ constants that get > duplicated in vmlinux.o. This causes klp-diff to fail with "Multiple > correlation candidates" errors since it can't uniquely match these > between orig and patched builds. > > Skip ABS symbols in dont_correlate(). They're purely compile-time > assembly constants that are never referenced by relocations, so they > don't need correlation. > > [...]
Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav

