Re: [PATCH 4/5] drm/vkms: Add ConfigFS scaffolding to VKMS

2022-08-05 Thread Sean Paul
On Fri, Jul 22, 2022 at 05:32:12PM -0400, Jim Shargo wrote: > This change adds the basic scaffolding for ConfigFS, including setting > up the default directories. It does not allow for the registration of > configfs-backed devices, which is complex and provided in a follow-up > commit. > > This CL

[PATCH 4/5] drm/vkms: Add ConfigFS scaffolding to VKMS

2022-07-25 Thread Jim Shargo
This change adds the basic scaffolding for ConfigFS, including setting up the default directories. It does not allow for the registration of configfs-backed devices, which is complex and provided in a follow-up commit. This CL includes docs about using ConfigFS with VKMS, but I'll summarize in bri