On Tue, Mar 21, 2023 at 09:00:15PM -0700, Josh Poimboeuf wrote: > +void __static_call_nop(void) > +{ > +} > +EXPORT_SYMBOL_GPL(__static_call_nop); Kees, is this a ROP target? The above is basically ENDBR;RET, push something on the stack, jump there and you're in business or so.