[GIT PULL] Kbuild fixes for v6.1-rc4

From: Masahiro Yamada
Date: Sun Nov 06 2022 - 05:13:24 EST


Hello Linus,

Please pull Kbuild fixes.
Thanks.




The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740:

Linux 6.1-rc2 (2022-10-23 15:27:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7a263a0402561035199cd9049baadb908a92b6b4:

kconfig: fix segmentation fault in menuconfig search (2022-11-02
17:32:05 +0900)

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

- Use POSIX-compatible grep option.

- Document git-related tips for reproducible builds.

- Fix a typo in the modpost rule.

- Suppress SIGPIPE error message from gcc-ar and llvm-ar.

- Fix segmentation fault in the menuconfig search.

----------------------------------------------------------------
Dan Li (1):
Documentation: kbuild: Add description of git for reproducible builds

Masahiro Yamada (2):
kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-ar
kconfig: fix segmentation fault in menuconfig search

Stefan Hansson (1):
kbuild: use POSIX-compatible grep option

Will McVicker (1):
kbuild: fix typo in modpost

Documentation/kbuild/reproducible-builds.rst | 10 ++++++++++
Makefile | 2 +-
scripts/Makefile.modpost | 2 +-
scripts/kconfig/menu.c | 23 ++++-------------------
4 files changed, 16 insertions(+), 21 deletions(-)


--
Best Regards
Masahiro Yamada