On Mon, Oct 13, 2025 at 10:30:19AM -0700, Song Liu wrote:
> +++ b/kernel/livepatch/core.c
> @@ -88,8 +88,14 @@ static struct klp_func *klp_find_func(struct klp_object
> *obj,
> struct klp_func *func;
>
> klp_for_each_func(obj, func) {
> + /*
> + * Besides identical old_sympos, also condiser old_sympos
> + * of 0 and 1 are identical."consider" Otherwise, seems fine... Acked-by: Josh Poimboeuf <[email protected]> -- Josh
