Commit 956b9cbd7f15 for kernel

commit 956b9cbd7f156c8672dac94a00de3c6a0939c692
Merge: fa2827e72cfc f94711255a73
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Feb 18 14:59:55 2026 -0800

    Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux

    Pull Kbuild fixes from Nathan Chancellor:

     - Ensure tools/objtool is cleaned by 'make clean' and 'make mrproper'

     - Fix test program for CONFIG_CC_CAN_LINK to avoid a warning, which is
       made fatal by -Werror

     - Drop explicit LZMA parallel compression in scripts/make_fit.py

     - Several fixes for commit 62089b804895 ("kbuild: rpm-pkg: Generate
       debuginfo package manually")

    * tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:
      kbuild: rpm-pkg: Disable automatic requires for manual debuginfo package
      kbuild: rpm-pkg: Fix manual debuginfo generation when using .src.rpm
      kernel: rpm-pkg: Restore find-debuginfo.sh approach to -debuginfo package
      kbuild: rpm-pkg: Restrict manual debug package creation
      scripts/make_fit.py: Drop explicit LZMA parallel compression
      kbuild: Fix CC_CAN_LINK detection
      kbuild: Add objtool to top-level clean target