Commit 02dc699f83d0 for kernel
commit 02dc699f83d04069fdabc996fc22d47cda47a4a9
Merge: 2aa6a5e88959 e5a259d98823
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri Jul 31 20:45:28 2026 -0700
Merge tag 'kbuild-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Pull Kbuild fixes from Nathan Chancellor:
- Fix regression with MO= when building out of tree kernel modules due
to incorrectly overwriting build tree's Makefile
- Avoid stripping .BTF sections from modules when building debug .rpm
packages
* tag 'kbuild-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:
kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping
kbuild: Stop modifying $(objtree)/Makefile when building oot-kmods oos