Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-29 Thread Michal Simek
Hi Andrew, On 07/27/2013 01:08 AM, Andrew Morton wrote: > On Wed, 24 Jul 2013 08:48:27 +0200 Michal Simek wrote: > >> On 07/24/2013 07:55 AM, Rich Felker wrote: >>> On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: Microblaze was assign to CLONE_BACKWARDS type where parent

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-29 Thread Michal Simek
Hi Andrew, On 07/27/2013 01:08 AM, Andrew Morton wrote: On Wed, 24 Jul 2013 08:48:27 +0200 Michal Simek mon...@monstr.eu wrote: On 07/24/2013 07:55 AM, Rich Felker wrote: On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: Microblaze was assign to CLONE_BACKWARDS type where

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-26 Thread Andrew Morton
On Wed, 24 Jul 2013 08:48:27 +0200 Michal Simek wrote: > On 07/24/2013 07:55 AM, Rich Felker wrote: > > On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: > >> Microblaze was assign to CLONE_BACKWARDS type where > >> parent tid was passed via 3rd argument. > >> Microblaze glibc is

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-26 Thread Andrew Morton
On Wed, 24 Jul 2013 08:48:27 +0200 Michal Simek mon...@monstr.eu wrote: On 07/24/2013 07:55 AM, Rich Felker wrote: On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Rich Felker
On Wed, Jul 24, 2013 at 09:16:03AM +0200, Michal Simek wrote: > BTW: Where to get musl package Source is available from http://www.musl-libc.org/. We also have cross compilers and binaries for a number of archs here: https://bitbucket.org/GregorR/musl-cross However, microblaze was not

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Michal Simek
On 07/24/2013 08:59 AM, Rich Felker wrote: > On Wed, Jul 24, 2013 at 08:48:27AM +0200, Michal Simek wrote: Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent thread id pointer via 4th, child thread id pointer via 5th and tls value as 6th

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Rich Felker
On Wed, Jul 24, 2013 at 08:48:27AM +0200, Michal Simek wrote: > >> Create new CLONE_BACKWARDS3 type where stack_size is passed > >> via 3rd argument, parent thread id pointer via 4th, > >> child thread id pointer via 5th and tls value as 6th > >> argument > > > > I believe this also affects us in

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Michal Simek
Hi Rich, On 07/24/2013 07:55 AM, Rich Felker wrote: > On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: >> Microblaze was assign to CLONE_BACKWARDS type where >> parent tid was passed via 3rd argument. >> Microblaze glibc is using 4th argument for it. >> >> Create new CLONE_BACKWARDS3

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Rich Felker
On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: > Microblaze was assign to CLONE_BACKWARDS type where > parent tid was passed via 3rd argument. > Microblaze glibc is using 4th argument for it. > > Create new CLONE_BACKWARDS3 type where stack_size is passed > via 3rd argument, parent

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Rich Felker
On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is using 4th argument for it. Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Michal Simek
Hi Rich, On 07/24/2013 07:55 AM, Rich Felker wrote: On Wed, Jul 24, 2013 at 07:34:07AM +0200, Michal Simek wrote: Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is using 4th argument for it. Create new CLONE_BACKWARDS3 type where

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Rich Felker
On Wed, Jul 24, 2013 at 08:48:27AM +0200, Michal Simek wrote: Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent thread id pointer via 4th, child thread id pointer via 5th and tls value as 6th argument I believe this also affects us in musl. What is

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Michal Simek
On 07/24/2013 08:59 AM, Rich Felker wrote: On Wed, Jul 24, 2013 at 08:48:27AM +0200, Michal Simek wrote: Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent thread id pointer via 4th, child thread id pointer via 5th and tls value as 6th argument I believe

Re: [microblaze-linux] [RESEND PATCH] microblaze: Fix clone syscall

2013-07-24 Thread Rich Felker
On Wed, Jul 24, 2013 at 09:16:03AM +0200, Michal Simek wrote: BTW: Where to get musl package Source is available from http://www.musl-libc.org/. We also have cross compilers and binaries for a number of archs here: https://bitbucket.org/GregorR/musl-cross However, microblaze was not included

[RESEND PATCH] microblaze: Fix clone syscall

2013-07-23 Thread Michal Simek
Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is using 4th argument for it. Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent thread id pointer via 4th, child thread id pointer via 5th and tls value

[RESEND PATCH] microblaze: Fix clone syscall

2013-07-23 Thread Michal Simek
Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is using 4th argument for it. Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent thread id pointer via 4th, child thread id pointer via 5th and tls value

[PATCH] microblaze: Fix clone syscall

2013-07-16 Thread Michal Simek
Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is using 4th argument for it. Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent thread id pointer via 4th, child thread id pointer via 5th and tls value

[PATCH] microblaze: Fix clone syscall

2013-07-16 Thread Michal Simek
Microblaze was assign to CLONE_BACKWARDS type where parent tid was passed via 3rd argument. Microblaze glibc is using 4th argument for it. Create new CLONE_BACKWARDS3 type where stack_size is passed via 3rd argument, parent thread id pointer via 4th, child thread id pointer via 5th and tls value