Commit dcd8637edb87 for kernel

commit dcd8637edb873bd940e6aa82417dfb33ae980778
Merge: e7d81c1ed665 ced37e9ceae5
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon Dec 1 21:31:02 2025 -0800

    Merge tag 'x86-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull core x86 updates from Ingo Molnar:

     - x86/alternatives: Drop unnecessary test after call to
       alt_replace_call() (Juergen Gross)

     - x86/dumpstack: Prevent KASAN false positive warnings in
       __show_regs() (Tengda Wu)

    * tag 'x86-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()
      x86/alternative: Drop not needed test after call of alt_replace_call()