Re: [PATCH gnumach 1/3] kern: improve assert

2014-12-20 Thread Richard Braun
On Sat, Dec 20, 2014 at 11:40:05PM +0100, Samuel Thibault wrote: > hwloc-bind pu:0 qemu foobar taskset also does the job. -- Richard Braun

Re: [PATCH gnumach 1/3] kern: improve assert

2014-12-20 Thread Samuel Thibault
Justus Winter, le Fri 19 Dec 2014 02:48:56 +0100, a écrit : > Use the ternary operator to implement `assert' like it is done in the > glibc. The glibcs changelog does not mention the rationale behind > this change, but it does improve our IPC performance. Ack. > * kern/assert.h (assert): Define

Re: [PATCH gnumach 1/3] kern: improve assert

2014-12-20 Thread Samuel Thibault
Justus Winter, le Fri 19 Dec 2014 15:47:20 +0100, a écrit : > Also, I'm fed up with cpusets to pin my qemu process. What do you mean? Do you know that you can run: hwloc-bind pu:0 qemu foobar Samuel

Re: [PATCH gnumach 2/3] i386: specialize `copyinmsg' and `copyoutmsg'

2014-12-20 Thread Samuel Thibault
Justus Winter, le Fri 19 Dec 2014 02:48:57 +0100, a écrit : > +ENTRY(copyinmsg) > + pushl %esi > + pushl %edi/* save registers */ > + > + movl8+S_ARG0,%esi /* get user start address */ > + movl8+S_ARG1,%edi /* get kernel destinatio

Investigation of the failing build of gnat-4.9 using fakeroot-hurd

2014-12-20 Thread Svante Signell
Hi, Building gnat-4.9 fails currently with EACCES errors when building some of the .debs, specifically libgnatvsn4.9-dev, libgnatprj4.9-dev. The failing commands are dh_movefiles and dh_md5sums, and the failures are happening due to the files being processed have mode r--r--r--. Common is also th