mbox series

[GIT,PULL] A Single RISC-V Fix for 5.19

Message ID mhng-b20f34d5-a1cb-4254-8cc5-d3c7752b3908@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] A Single RISC-V Fix for 5.19 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.19-rc9

Message

Palmer Dabbelt July 29, 2022, 5:05 p.m. UTC
The following changes since commit c1f6eff304e4dfa4558b6a8c6b2d26a91db6c998:

  riscv: add as-options for modules with assembly compontents (2022-07-21 12:09:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.19-rc9

for you to fetch changes up to 88bd24d73d5bfa1b7b97a9221ff320fc44ef401a:

  riscv: compat: vdso: Fix vdso_install target (2022-07-22 12:23:14 -0700)

----------------------------------------------------------------
A Single RISC-V Fix for 5.19

* A build fix for "make vdso_install" that avoids an issue trying to
  install the compat VDSO.

----------------------------------------------------------------
Emil Renner Berthing (1):
      riscv: compat: vdso: Fix vdso_install target

 arch/riscv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org July 29, 2022, 6:35 p.m. UTC | #1
The pull request you sent on Fri, 29 Jul 2022 10:05:21 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.19-rc9

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

Thank you!