The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Nathan Chancellor <nathan@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Nicolas Schier <nsc@kernel.org>,
	linux-kbuild@vger.kernel.org
Subject: [GIT PULL] Kbuild fixes for 7.2 #1
Date: Fri, 31 Jul 2026 19:45:58 -0700	[thread overview]
Message-ID: <20260801024558.GA3862889@ax162> (raw)

Hi Linus,

Please consider pulling these two Kbuild fixes for 7.2. It has been
rather quiet on the Kbuild front for fixes this cycle, hence the first
fixes pull at -rc6, but the first one was a bad regression from 7.1 and
the second is localized to the .rpm package building infrastructure, so
I think they are worth taking now.

If there are any issues or concerns, please let me know.

Cheers,
Nathan

The following changes since commit 1590cf0329716306e948a8fc29f1d3ee87d3989f:

  Linux 7.2-rc4 (2026-07-19 13:54:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-fixes-7.2-1

for you to fetch changes up to e5a259d98823a93459643b239b71fed7589ab669:

  kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping (2026-07-29 16:21:42 -0700)

----------------------------------------------------------------
First round of Kbuild fixes for 7.2

- 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

Signed-off-by: Nathan Chancellor <nathan@kernel.org>

----------------------------------------------------------------
Nicolas Schier (1):
      kbuild: Stop modifying $(objtree)/Makefile when building oot-kmods oos

Yafang Shao (1):
      kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping

 Makefile                    |  8 +++-----
 scripts/package/kernel.spec | 11 +++++++++++
 2 files changed, 14 insertions(+), 5 deletions(-)

             reply	other threads:[~2026-08-01  2:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-01  2:45 Nathan Chancellor [this message]
2026-08-01  4:13 ` [GIT PULL] Kbuild fixes for 7.2 #1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260801024558.GA3862889@ax162 \
    --to=nathan@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nsc@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox