Jason Gunthorpe
Results
2
issues of
Jason Gunthorpe
This is actually a check_types_match problem, as ```c check_types_match(*(void *)0, (int)0) ``` Will succeed because C allows 'void \*' to compare against any other pointer. The solution is the same...
Allow a dmabuf_fd to be passed into mlx5dv_devx_umem_reg_ex() through the extendedable attributes structure.
needs-kernel-patch