mbox series

[GIT,PULL] RISC-V Fixes for 5.16-rc2

Message ID mhng-fbf2cd0e-320d-4e42-a2f2-d5343d0a58b0@palmer-ri-x1c9 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.16-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.16-rc2

Message

Palmer Dabbelt Nov. 19, 2021, 4:18 p.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.16-rc2

for you to fetch changes up to 5a19c7e06236a9c55dfc001bb4d1a8f1950d23e7:

  riscv: fix building external modules (2021-11-18 23:06:23 -0800)

----------------------------------------------------------------
RISC-V Fixes for 5.16-rc2

I have two patches for 5.16:

* A fix that allows external modules to be built against read-only
  source trees.
* A patch to turn KVM on in the defconfigs.

The second one isn't technically a fix, but it got tied up pending some
defconfig cleanups that ended up finding some larger issues.  I figured
it'd be better to get the config changes some more testing, but didn't
want to hold up turning KVM on for that.

----------------------------------------------------------------
Andreas Schwab (1):
      riscv: fix building external modules

Anup Patel (1):
      RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module

 arch/riscv/Makefile               | 2 ++
 arch/riscv/configs/defconfig      | 2 ++
 arch/riscv/configs/rv32_defconfig | 2 ++
 3 files changed, 6 insertions(+)

Comments

pr-tracker-bot@kernel.org Nov. 19, 2021, 7:46 p.m. UTC | #1
The pull request you sent on Fri, 19 Nov 2021 08:18:46 -0800 (PST):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.16-rc2

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

Thank you!