Mknod the same device in multiple containers

If I use mknod for devices like /dev/kvm, /dev/net/tun, /dev/vhost-net in multiple containers will there be any conflicts in those containers because they share the same device? I guess not but I want to be sure to avoid problems in the future.

It should be fine, it would just be like multiple processes on the host accessing them.