Hi
I inform You that our defconfigs for 3.12.13 currently: CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y CONFIG_PID_NS=y CONFIG_NET_NS=y # CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set apart the arm.config that is # CONFIG_NAMESPACES is not set # CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set So, we can drop this part from kernel.spec the commit >>> https://abf.rosalinux.ru/openmandriva/kernel/commit/64a3b81ca5070eda70e5eb4812b844324c6108a4 for i in %{patches_dir}/configs/*.config; do for ns in UTS IPC USER PID NET; do echo "CONFIG_${ns}_NS=y" >>${i} done done also with that part, the arm.config maintain the same configs, as shown just above... If you need different value, let me know, I'll try inserting these directly in arm.config or send me a modified arm.config to replace bye, NicCo -
