Re: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-09-30 Thread Conor Dooley
On Sun, Sep 29, 2024 at 12:44:07PM +, Aoba K wrote: > Hello Charlie, > > I've been working on bringing up the Sipeed Lichee RV Dock > (which also uses the D1 SoC) with the kernel patches you provided. > The patches applied cleanly to Palmer's for-next branch, > but I've encountered a couple of

回覆: [PATCH v10 00/14] riscv: Add support for xtheadvector

2024-09-30 Thread Aoba K
The devicetree name shown in OpenSBI is the one packed with U-Boot SPL. As the image builder didn't put the kernel devicetree with the image under boot partition, The whole boot process only uses the U-Boot device tree. The reason why the log shows "Nezha" but not "Lichee RV" is that this log is p

Re: [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs

2024-09-30 Thread Sean Christopherson
On Fri, Sep 27, 2024, Xin Li wrote: > > > > When FRED is advertised to a guest, KVM should allow FRED SSP MSRs > > > > accesses through disabling FRED SSP MSRs interception no matter whether > > > > supervisor shadow stacks are enabled or not. > > > > > > KVM doesn't necessarily need to disabling

Re: [PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature

2024-09-30 Thread Akihiko Odaki
On 2024/09/30 0:33, Stephen Hemminger wrote: On Sun, 29 Sep 2024 16:10:47 +0900 Akihiko Odaki wrote: On 2024/09/29 11:07, Jason Wang wrote: On Fri, Sep 27, 2024 at 3:51 PM Akihiko Odaki wrote: On 2024/09/27 13:31, Jason Wang wrote: On Fri, Sep 27, 2024 at 10:11 AM Akihiko Odaki wrote: