Re: [Devel] [PATCH] sysfs: don't use VE namespace for "dev/char" directory

2017-09-13 Thread Kirill Tkhai
On 12.09.2017 19:12, Stanislav Kinsburskiy wrote: > Looks like we don't have devices, using it. Or lost some patches. > Anyway, currently it doesn't work. To make this VE namespace work, "namespace" > callback has to be added to ve_kobj_type. And this callback has to get VE > structure from

[Devel] [PATCH] sysfs: don't use VE namespace for "dev/char" directory

2017-09-12 Thread Stanislav Kinsburskiy
Looks like we don't have devices, using it. Or lost some patches. Anyway, currently it doesn't work. To make this VE namespace work, "namespace" callback has to be added to ve_kobj_type. And this callback has to get VE structure from kobject somehow. IOW, device has to be allocated per-ve. Another