On Thu, Jan 18, 2024 at 11:10 PM Sean Christopherson <[email protected]> wrote: > > On Thu, Jan 18, 2024, Anup Patel wrote: > > On Thu, Jan 4, 2024 at 6:07 PM Andrew Jones <[email protected]> wrote: > > > > > > KVM requires EVENTFD, which is selected by HAVE_KVM. Other KVM > > > supporting architectures select HAVE_KVM and then their KVM > > > Kconfigs ensure its there with a depends on HAVE_KVM. Make RISCV > > > consistent with that approach which fixes configs which have KVM > > > but not EVENTFD, as was discovered with a randconfig test. > > > > > > Fixes: 99cdc6c18c2d ("RISC-V: Add initial skeletal KVM support") > > > Reported-by: Randy Dunlap <[email protected]> > > > Closes: > > > https://lore.kernel.org/all/[email protected]/ > > > Signed-off-by: Andrew Jones <[email protected]> > > > > Queued this patch for Linux-6.8 > > That should be unnecessary. Commit caadf876bb74 ("KVM: introduce > CONFIG_KVM_COMMON"), > which is in Paolo's pull request for 6.8, addresses the EVENTFD issue. And > the > rest of Paolo's series[*], which presumably will get queued for 6.9, > eliminates > HAVE_KVM entirely. > > [*] https://lore.kernel.org/all/[email protected]
I was not sure about the timeline of when Paolo's series would be merged hence thought of taking this patch as a fix. For now, I will drop this patch from my queue. If required we can have it as a 6.8-rc fix. Regards, Anup
