All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Kbuild fixes for v6.8-rc5
Date: Mon, 19 Feb 2024 02:24:40 +0900	[thread overview]
Message-ID: <CAK7LNAQShtLfRkfXhy7+avfzbgR+4c86H6sLq=x+9F3GGdsv1Q@mail.gmail.com> (raw)

Hello Linus,


Please pull Kbuild fixes for v6.8-rc5.
Thanks.



The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.8-2

for you to fetch changes up to a951884d82886d8453d489f84f20ac168d062b38:

  kallsyms: ignore ARMv4 thunks along with others (2024-02-15 22:44:56 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.8 (2nd)

 - Reformat nested if-conditionals in Makefiles with 4 spaces

 - Fix CONFIG_DEBUG_INFO_BTF builds for big endian

 - Fix modpost for module srcversion

 - Fix an escape sequence warning in gen_compile_commands.py

 - Fix kallsyms to ignore ARMv4 thunk symbols

----------------------------------------------------------------
Andrew Ballance (1):
      gen_compile_commands: fix invalid escape sequence warning

Arnd Bergmann (1):
      kallsyms: ignore ARMv4 thunks along with others

Masahiro Yamada (1):
      kbuild: use 4-space indentation when followed by conditionals

Nathan Chancellor (1):
      kbuild: Fix changing ELF file type for output of gen_btf for big endian

Radek Krejci (1):
      modpost: trim leading spaces when processing source files list

Thorsten Blum (1):
      docs: kconfig: Fix grammar and formatting

 Documentation/kbuild/Kconfig.recursion-issue-01 |  6 +++---
 Makefile                                        | 12 ++++++------
 arch/m68k/Makefile                              |  4 ++--
 arch/parisc/Makefile                            |  4 ++--
 arch/x86/Makefile                               |  8 ++++----
 scripts/clang-tools/gen_compile_commands.py     |  2 +-
 scripts/link-vmlinux.sh                         |  9 +++++++--
 scripts/mksysmap                                | 13 ++-----------
 scripts/mod/sumversion.c                        |  7 ++++++-
 9 files changed, 33 insertions(+), 32 deletions(-)


--
Best Regards
Masahiro Yamada

             reply	other threads:[~2024-02-18 17:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-18 17:24 Masahiro Yamada [this message]
2024-02-18 18:22 ` [GIT PULL] Kbuild fixes for v6.8-rc5 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='CAK7LNAQShtLfRkfXhy7+avfzbgR+4c86H6sLq=x+9F3GGdsv1Q@mail.gmail.com' \
    --to=masahiroy@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.