Commit 8eae6c90b709 for kernel

commit 8eae6c90b7094481dd8e0d4153fe8269041dcd3e
Merge: 65bfd707fd98 52075128273a
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Aug 2 11:44:12 2026 -0700

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

    Pull misc x86 fixes from Ingo Molnar:

     - Fix the boot-time memcmp() asm implementation's constraints
       and optimization properties (Mauricio Faria de Oliveira)

     - Move the 0xd0...0xd7 AMD Zen5 model range from the Zen6
       range where it mistakenly ended up (Pratik Vishwakarma)

    * tag 'x86-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      x86/CPU/AMD: Carve out a Zen5 models range
      x86/boot: Add volatile, clobbers and zero-length test in memcmp()