Commit 45a1b8cc6c06 for kernel

commit 45a1b8cc6c0690d82f176ec9c3ca8ad0aa050511
Merge: 6f7e6393d1ce 6b32c93560cb
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Feb 10 19:52:18 2026 -0800

    Merge tag 'x86_misc_for_7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull misc x86 updates from Dave Hansen:
     "The usual smattering of x86/misc changes.

      The IPv6 patch in here surprised me in a couple of ways. First, the
      function it inlines is able to eat a lot more CPU time than I would
      have expected. Second, the inlining does not seem to bloat the kernel,
      at least in the configs folks have tested.

       - Inline x86-specific IPv6 checksum helper

       - Update IOMMU docs to use stable identifiers

       - Print unhashed pointers on fatal stack overflows"

    * tag 'x86_misc_for_7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      x86/traps: Print unhashed pointers on stack overflow
      Documentation/x86: Update IOMMU spec references to use stable identifiers
      x86/lib: Inline csum_ipv6_magic()