Comment # 8 on bug 979533 from
(In reply to Michal Kube��ek from comment #6)
> According to dmesg, one of the processes was killed by OOM so it's not really
> surprising it didn't clean up properly. What is more interesting is why were
> these network devices created in init_net rather than the netns of the docker
> container (assuming it's running in its own network namespace).
> 
> What driver does "ethtool -i nr0" report?
# sudo ethtool -i nr0
Afaik it is AX.25 [1]
> 
> > And several unwanted modules were loaded (i.e. can which is servers canbus
> > support).
> 
> What exactly does "unwanted" mean here? Is the test not supposed to load
> these
> modules or trigger their autoload?
Well my understanding is that in containerized envrinment I should not be
supposed to intefere host on which I am running, i.e I am not allowed to load
modules from container (modprobe jfs will return 1 and not load anything), but
in this way container user can do so, although in limited scope. 

1. http://www.tldp.org/HOWTO/AX25-HOWTO/x1218.html


You are receiving this mail because: