[PATCH kdevops] defconfig: add linux-modules-kpd defconfig symlink

2024-10-12 Thread Luis Chamberlain
We have now two kdevops proof of concepts with kernel-patches-daemon [0], one for Linux kernel modules testing [1] and the other with radix tree testing (xarray, maple tree) [2]. These trees just contain the required .github/workflows/* files used to trigger a github self-hosted runner to run kdevo

Re: [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

2024-10-12 Thread Yi Liu
On 2024/10/1 20:11, Jason Gunthorpe wrote: On Mon, Sep 30, 2024 at 07:55:08AM +, Tian, Kevin wrote: +struct vfio_device_pasid_attach_iommufd_pt { + __u32 argsz; + __u32 flags; + __u32 pasid; + __u32 pt_id; +}; + +#define VFIO_DEVICE_PASID_ATTACH_IOMMUFD_PT