Re: [PATCH 3/3] drivers/xen/gntdev: use xen_pv_domain() instead of cached value

2025-08-27 Thread Jason Andryuk
On 2025-08-26 10:56, Juergen Gross wrote: Eliminate the use_ptemod variable by replacing its use cases with xen_pv_domain(). Instead of passing the xen_pv_domain() return value to gntdev_ioctl_dmabuf_exp_from_refs(), use xen_pv_domain() in that function. Signed-off-by: Juergen Gross Reviewed

[PATCH 3/3] drivers/xen/gntdev: use xen_pv_domain() instead of cached value

2025-08-26 Thread Juergen Gross
Eliminate the use_ptemod variable by replacing its use cases with xen_pv_domain(). Instead of passing the xen_pv_domain() return value to gntdev_ioctl_dmabuf_exp_from_refs(), use xen_pv_domain() in that function. Signed-off-by: Juergen Gross --- drivers/xen/gntdev-dmabuf.c | 7 +++ drivers