Message ID | mhng-1cbba637-6dd2-456a-859b-9d3f8be6bab7@palmer-mbp2014 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] RISC-V Patches for the 5.20 Merge Window, Part 1 | expand |
The pull request you sent on Fri, 05 Aug 2022 16:36:38 -0700 (PDT):
> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.20-mw0
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4d1044fcb996e8de9b9ab392f4a767890e45202d
Thank you!
On 06/08/2022 00:36, Palmer Dabbelt wrote: > The following changes since commit 924cbb8cbe3460ea192e6243017ceb0ceb255b1b: > > riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol (2022-06-16 15:47:39 -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.20-mw0 > > for you to fetch changes up to ba6cfef057e1c594c456627aad81c2343fdb5d13: > > riscv: enable Docker requirements in defconfig (2022-07-22 13:43:28 -0700) > > ---------------------------------------------------------------- > RISC-V Patches for the 5.20 Merge Window, Part 1 > > * Enabling the FPU is now a static_key. > * Improvements to the Svpbmt support. > * CPU topology bindings for a handful of systems. > * Support for systems with 64-bit hart IDs. > * Many settings have been enabled in the defconfig, including both > support for the StarFive systems and many of the Docker requirements. > > There are also a handful of cleanups and improvements, like usual. > Hi, are some of mine and Connor's fixes planned for part2?
Hi Palmer, On Fri, Aug 05, 2022 at 04:36:38PM -0700, Palmer Dabbelt wrote: > The following changes since commit 924cbb8cbe3460ea192e6243017ceb0ceb255b1b: > > riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol (2022-06-16 15:47:39 -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.20-mw0 Just FYI, the WireGuard test suite over on build.wireguard.com no longer boots for riscv32 after this merge. Investigating... Jason
Hi Palmer, On Mon, Aug 08, 2022 at 04:31:30PM +0200, Jason A. Donenfeld wrote: > Hi Palmer, > > On Fri, Aug 05, 2022 at 04:36:38PM -0700, Palmer Dabbelt wrote: > > The following changes since commit 924cbb8cbe3460ea192e6243017ceb0ceb255b1b: > > > > riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol (2022-06-16 15:47:39 -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.20-mw0 > > Just FYI, the WireGuard test suite over on build.wireguard.com no longer > boots for riscv32 after this merge. Investigating... Ahh, looks like it's caused by 44c1e84a38a0 ("RISC-V: Add CONFIG_{NON,}PORTABLE"). I pushed a patch for it to https://git.zx2c4.com/wireguard-linux/commit/?id=99a1a96f1f80b68b0fb5156ff6bd3f0973cd1f4d to kick the CI, which should be green again shortly. If you want, feel free to take that into your risc-v pull part 2, whenever you make that. Otherwise I'll eventually send it the long way through net.git. Jason
On Mon, 08 Aug 2022 00:35:24 PDT (-0700), ben.dooks@codethink.co.uk wrote: > On 06/08/2022 00:36, Palmer Dabbelt wrote: >> The following changes since commit 924cbb8cbe3460ea192e6243017ceb0ceb255b1b: >> >> riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbol (2022-06-16 15:47:39 -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.20-mw0 >> >> for you to fetch changes up to ba6cfef057e1c594c456627aad81c2343fdb5d13: >> >> riscv: enable Docker requirements in defconfig (2022-07-22 13:43:28 -0700) >> >> ---------------------------------------------------------------- >> RISC-V Patches for the 5.20 Merge Window, Part 1 >> >> * Enabling the FPU is now a static_key. >> * Improvements to the Svpbmt support. >> * CPU topology bindings for a handful of systems. >> * Support for systems with 64-bit hart IDs. >> * Many settings have been enabled in the defconfig, including both >> support for the StarFive systems and many of the Docker requirements. >> >> There are also a handful of cleanups and improvements, like usual. >> > > Hi, are some of mine and Connor's fixes planned for part2? Yes, though maybe that's obvious given that a bunch of them are on for-next now... I was hoping to send that this morning but I ran into a few snags. If there's anything else missing just let me know, IRC is usually the best way to jump the queue for small stuff -- it kind of just gets buried otherwise.
diff --cc arch/riscv/include/asm/pci.h index 830ac621dbbc,6ef4a1426194..cc2a184cfc2e --- a/arch/riscv/include/asm/pci.h