On Fri, Nov 15, 2024 at 10:40:27AM -0800, Josh Poimboeuf wrote: > On Mon, Nov 11, 2024 at 12:59:42PM +0100, Peter Zijlstra wrote: > > +++ b/include/linux/objtool_types.h > > @@ -63,5 +63,6 @@ struct unwind_hint { > > #define ANNOTYPE_INSTR_END 4 > > #define ANNOTYPE_UNRET_BEGIN 5 > > #define ANNOTYPE_IGNORE_ALTS 6 > > +#define ANNOTYPE_INTRA_FUNCTION_CALLS 7 > > Should be a singular "CALL"? Sure, one regex on the patch sorted that :-)