[GIT PULL] RISC-V Fixes for 5.16-rc2
Palmer Dabbelt
palmer at rivosinc.com
Fri Nov 19 08:18:46 PST 2021
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(+)
More information about the linux-riscv
mailing list