Re: [PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
From: Ankit Agrawal
Date: Wed Apr 12 2023 - 04:52:26 EST
Thanks David, response inline.
[...]
> I briefly skimmed over the series, the patch subject prefixes are a bit
> misleading IMHO and could be improved:
Understood. Will fix that in the next iteration.
>> Ankit Agrawal (6):
>> kvm: determine memory type from VMA
> this is arch64 specific kvm (kvm/aarch64: ?)
Right. I'll change the prefix to kvm/aarch64
>>> vfio/nvgpu: expose GPU device memory as BAR1
>> mm: handle poisoning of pfn without struct pages
>mm/memory-failure:
Will change the prefix.
>> mm: Add poison error check in fixup_user_fault() for mapped PFN
> That's both MM and core-KVM, maybe worth splitting up.
Ack, will do.
>> mm: Change ghes code to allow poison of non-struct PFN
> That's drivers/acpi/apei code, not core-mm code.
Ack.
>> vfio/nvgpu: register device memory for poison handling
Thanks,
Ankit Agrawal