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

2023-08-23 Thread Marius Vlad
Hi Brandon, On 8/18/23 10:43, Brandon Pollack wrote: From: 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

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

2023-08-18 Thread Brandon Pollack
From: 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'

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

2023-08-18 Thread Brandon Pollack
From: 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'