Commit bbc4af7ad94c for kernel

commit bbc4af7ad94c452c00e64fc400fc1317351969b4
Merge: eefe0b9dee5d 4f96b7c68a99
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Apr 24 09:29:51 2026 -0700

    Merge tag 'clang-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nathan/linux

    Pull Clang build fix from Nathan Chancellor:

     - Wrap declaration and assignment of key_pass in certs/extract-cert.c
       with '#ifdef' that matches its only usage to clear up an instance of
       a new clang subwarning, -Wunused-but-set-global.

    * tag 'clang-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nathan/linux:
      extract-cert: Wrap key_pass with '#ifdef USE_PKCS11_ENGINE'