Re: [lxc-devel] [PATCH] valgrind drd tool shows conflicting stores happening at lxc_global_config_value@src/lxc/utils.c

2013-10-31 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Conflict occurs between following lines > > [...] > 269 if (values[i]) > 270 return values[i]; > [...] > > and > > [...] > 309 /* could not find value, use default */ > 310 values[i] = (*ptr)[1]; > [...] > > so c

Re: [lxc-devel] [Not A Patch] [POC] Proof of concept code for using devtmpfs for autodev and more...

2013-10-31 Thread Serge Hallyn
Quoting Michael H. Warfield (m...@wittsend.com): > I did incorporate your suggestion of using the hash of the rootfs path > as the subdirectory under the hosts /dev/ for the container. I also (Printed this out to look it over, just putting all my comments together here) : 1. I think if /dev is n

Re: [lxc-devel] [Not A Patch] [POC] Proof of concept code for using devtmpfs for autodev and more...

2013-10-31 Thread Michael H. Warfield
On Thu, 2013-10-31 at 13:00 -0500, Serge Hallyn wrote: > Quoting Michael H. Warfield (m...@wittsend.com): > > I did incorporate your suggestion of using the hash of the rootfs path > > as the subdirectory under the hosts /dev/ for the container. I also > (Printed this out to look it over, just p