mbox series

[GIT,PULL] Kbuild fixes for v6.5-rc6

Message ID CAK7LNARMSv2B8WJ+rZZXeHCCWtcREn_XZuH5qgZNr8wavWR3cg@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.5-rc6 | expand

Pull-request

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

Message

Masahiro Yamada Aug. 13, 2023, 10:16 a.m. UTC
Hello Linus,

Please pull some Kbuild fixes.

Thank you.


The following changes since commit 6eaae198076080886b9e7d57f4ae06fa782f90ef:

  Linux 6.5-rc3 (2023-07-23 15:24:10 -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.5-2

for you to fetch changes up to 6ccbd7fd474674654019a20177c943359469103a:

  alpha: remove __init annotation from exported page_is_ram()
(2023-08-10 03:06:14 +0900)

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

 - Clear errno before calling getline().

 - Fix a modpost warning for ARCH=alpha

----------------------------------------------------------------
James Clark (1):
      scripts/kallsyms: Fix build failure by setting errno before
calling getline()

Masahiro Yamada (1):
      alpha: remove __init annotation from exported page_is_ram()

 arch/alpha/kernel/setup.c | 3 +--
 scripts/kallsyms.c        | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)



--
Best Regards
Masahiro Yamada

Comments

pr-tracker-bot@kernel.org Aug. 13, 2023, 5:08 p.m. UTC | #1
The pull request you sent on Sun, 13 Aug 2023 19:16:31 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4c75bf7e4a0e5472bd8f0bf0a4a418ac717a9b70

Thank you!