Commit 26260251022f for kernel

commit 26260251022fbc2f248a3d747a9b2b961b18d2d8
Merge: 2f0f6b0773be e77f165d26f7
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Aug 21 13:11:56 2026 -0700

    Merge tag 'livepatching-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching

    Pull livepatching updates from Petr Mladek:

     - Move consistency checks to catch missing func->old_name before the
       first access

     - Allow to run livepatching selftests from top-level directory

    * tag 'livepatching-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
      kbuild: unset sub_make_done before calling kselftest build system
      livepatch: Fix NULL pointer dereference in klp_find_func()