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 6.18 #3
Date: Sat, 8 Nov 2025 19:56:37 -0700 [thread overview]
Message-ID: <20251109025637.GA2001503@ax162> (raw)
Hi Linus,
Please pull these three fixes for 6.18. The first change is a regression
fix for a change that came in the last kbuild pull request and the other
two are low risk changes to ultimately address build warnings. If there
are any issues, please let me know.
Cheers,
Nathan
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:
Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-fixes-6.18-3
for you to fetch changes up to 002621a4df3c166fab1427e8e502bc15acc26b13:
kbuild: Let kernel-doc.py use PYTHON3 override (2025-11-08 19:42:22 -0700)
----------------------------------------------------------------
Third round of Kbuild fixes for 6.19
- Strip trailing padding bytes from modules.builtin.modinfo to fix error
during modules_install with certain versions of kmod
- Drop unused static inline function warning in .c files with clang from
W=1 to W=2
- Ensure kernel-doc.py invocations use the PYTHON3 make variable to
ensure user's choice of Python interpreter is always respected
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
----------------------------------------------------------------
Jean Delvare (1):
kbuild: Let kernel-doc.py use PYTHON3 override
Nathan Chancellor (1):
kbuild: Strip trailing padding bytes from modules.builtin.modinfo
Peter Zijlstra (1):
compiler_types: Move unused static inline functions warning to W=2
drivers/gpu/drm/Makefile | 2 +-
drivers/gpu/drm/i915/Makefile | 2 +-
include/drm/Makefile | 2 +-
include/linux/compiler_types.h | 5 ++---
scripts/Makefile.build | 2 +-
scripts/Makefile.vmlinux | 15 ++++++++++++++-
6 files changed, 20 insertions(+), 8 deletions(-)
next reply other threads:[~2025-11-09 2:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-09 2:56 Nathan Chancellor [this message]
2025-11-09 19:20 ` [GIT PULL] Kbuild fixes for 6.18 #3 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=20251109025637.GA2001503@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;
as well as URLs for NNTP newsgroup(s).