[PATCH v2 09/11] static_call: Make NULL static calls consistent

Peter Zijlstra peterz at infradead.org
Wed Mar 22 07:59:18 PDT 2023


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.




More information about the linux-arm-kernel mailing list