Commit 969b5726acb9 for kernel

commit 969b5726acb96fa37f2d8869f4c70678ebde8481
Merge: 5db2a252e100 78c268f3781e
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Feb 1 10:27:43 2026 -0800

    Merge tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull objtool fixes from Ingo Molnar:

     - Fix a build error on ia32-x86_64 cross builds

     - Replace locally open coded ALIGN_UP(), ALIGN_UP_POW2()
       and MAX(), which, beyond being duplicates, the
       ALIGN_UP_POW2() is also buggy

     - Fix objtool klp-diff regression caused by a recent
       change to the bug table format

     - Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALL build
       failure

    * tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      livepatch/klp-build: Fix klp-build vs CONFIG_MODULE_SRCVERSION_ALL
      objtool/klp: Fix bug table handling for __WARN_printf()
      objtool: Replace custom macros in elf.c with shared ones
      objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross build