[PATCH 0/9] objtool: Rewrite annotations

From: Peter Zijlstra
Date: Fri Nov 22 2024 - 07:17:00 EST


Just the objtool annotation rewrite bits.

Changes since last time:

- split from the x86 and kvm patches
- s/ANNOTYPE_INTRA_FUNCTION_CALLS/ANNOTYPE_INTRA_FUNCTION_CALL/g
- made __ASM_ANNOTATE() take a full label name (no longer appends 'b')
- added a patch that moves all the annotations to objtool.h
- some changes to the first patch