Re: Enhance ptyfs to handle multiple instances.

2014-03-27 Thread Ilya Zykov
Hello! Maybe you skipped: Minor corrections readdir and lookup for multi-mountpoint use. ptyfs_vnops.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Resending. Also main patch for subject. I didn't want locate many code in ptm driver, but in real world, it was the most

Re: asymmetric smp

2014-03-27 Thread Ignatios Souvatzis
On Wed, Mar 26, 2014 at 07:32:24PM -0700, Matt Thomas wrote: I recently ordered an ODROID-XU Lite to help beat on the my ARM MP code. Ah... for a second I thought you want to add support for the VAX 11/782. -is

Re: asymmetric smp

2014-03-27 Thread Justin Cormack
On Mar 27, 2014 2:32 AM, Matt Thomas m...@3am-software.com wrote: I recently ordered an ODROID-XU Lite to help beat on the my ARM MP code. However, it has a quirk that I don't think our scheduler will deal with. It has 4 Cortex-A15 cores @ 1.4Ghz and 4 Cortex-A7 cores @ 1.2Ghz. Even if the

Re: fixing mpii(4) for tls_maxphys, updated

2014-03-27 Thread Emmanuel Dreyfus
On Sat, Jan 11, 2014 at 11:56:59AM -0500, Thor Lancelot Simon wrote: I'm sorry I've been so busy, but I will try to spend some time on this next week -- I have at least found an mpii card I can probably borrow from work. :-) Hi I have a deal: I send you a mpii board and you send me an ARECA

Re: Enhance ptyfs to handle multiple instances.

2014-03-27 Thread Ilya Zykov
On 27.03.2014 12:51, Ilya Zykov wrote: Hello! Maybe you skipped: Minor corrections readdir and lookup for multi-mountpoint use. ptyfs_vnops.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Resending. Also main patch for subject. I didn't want locate many code in ptm

Re: Enhance ptyfs to handle multiple instances.

2014-03-27 Thread Christos Zoulas
On Mar 27, 5:53pm, net...@izyk.ru (Ilya Zykov) wrote: -- Subject: Re: Enhance ptyfs to handle multiple instances. | This is a multi-part message in MIME format. | --040300020609040305030709 | Content-Type: text/plain; charset=ISO-8859-1 | Content-Transfer-Encoding: 7bit | | On

re: asymmetric smp

2014-03-27 Thread matthew green
However, it has a quirk that I don't think our scheduler will deal with. It has 4 Cortex-A15 cores @ 1.4Ghz and 4 Cortex-A7 cores @ 1.2Ghz. Even if the frequencies weren't different, the A15 cores at least twice as fast per cycle than the A7. That asymmetry is going to cause havoc with

Re: [M-Labs devel] NetBSD kernel booting on lm32

2014-03-27 Thread Yann Sionneau
Le 21/03/14 21:42, Christos Zoulas a écrit : On Mar 21, 7:05pm, yann.sionn...@gmail.com (Yann Sionneau) wrote: -- Subject: Re: [M-Labs devel] NetBSD kernel booting on lm32 | Do you see the printf: | | printf(sysctl_createv: sysctl_locate(%s) returned %d\n, |

Re: Enhance ptyfs to handle multiple instances.

2014-03-27 Thread Ilya Zykov
| On 27.03.2014 12:51, Ilya Zykov wrote: | Hello! | Maybe you skipped: | Minor corrections readdir and lookup for multi-mountpoint use. | | ptyfs_vnops.c |6 -- | 1 file changed, 4 insertions(+), 2 deletions(-) Please, don't forget this, otherwise readdir returns

Re: [M-Labs devel] NetBSD kernel booting on lm32

2014-03-27 Thread Christos Zoulas
On Mar 27, 8:55pm, yann.sionn...@gmail.com (Yann Sionneau) wrote: -- Subject: Re: [M-Labs devel] NetBSD kernel booting on lm32 | Le 21/03/14 21:42, Christos Zoulas a écrit : | On Mar 21, 7:05pm, yann.sionn...@gmail.com (Yann Sionneau) wrote: | -- Subject: Re: [M-Labs devel] NetBSD kernel

Re: Enhance ptyfs to handle multiple instances.

2014-03-27 Thread Christos Zoulas
On Mar 28, 12:37am, net...@izyk.ru (Ilya Zykov) wrote: -- Subject: Re: Enhance ptyfs to handle multiple instances. | Please, don't forget this, otherwise readdir returns released(free), but still hashed inode numbers. | Got it, thanks! christos

Re: resource leak in linux emulation?

2014-03-27 Thread David Laight
On Thu, Mar 27, 2014 at 02:00:37PM +1300, Mark Davies wrote: On a NetBSD/amd64 6.1_STABLE system, I have a perl script that effectively calls /usr/pkg/java/sun-7/bin/javac twice. It doesn't really matter what java file its compiling. If I call this script in an infinite loop, after an hour