Re: CVS commit: src/sys/compat/linux/arch

2017-01-03 Thread Ryo ONODERA
From: m...@netbsd.org (Emmanuel Dreyfus), Date: Tue, 3 Jan 2017 02:30:17 +0100 > Ryo ONODERA wrote: > >> This commit breaks my kernel build. >> It seems that this commit does not fit with -current's format. >> Could you regenerate these files again? > > What error do you get? Here is typical e

Re: CVS commit: src/sys/compat/linux/arch

2017-01-02 Thread Emmanuel Dreyfus
Ryo ONODERA wrote: > This commit breaks my kernel build. > It seems that this commit does not fit with -current's format. > Could you regenerate these files again? I was running a build to reproduce the problem, when I noticed martin@ fixed it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz m.

Re: CVS commit: src/sys/compat/linux/arch

2017-01-02 Thread Emmanuel Dreyfus
Ryo ONODERA wrote: > This commit breaks my kernel build. > It seems that this commit does not fit with -current's format. > Could you regenerate these files again? What error do you get? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz m...@netbsd.org

Re: CVS commit: src/sys/compat/linux/arch

2017-01-02 Thread Ryo ONODERA
Hi, This commit breaks my kernel build. It seems that this commit does not fit with -current's format. Could you regenerate these files again? Thank you. From: "Emmanuel Dreyfus" , Date: Mon, 2 Jan 2017 16:32:39 + > Module Name: src > Committed By: manu > Date: Mon Jan 2 16:32:39

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Christos Zoulas
On Sep 26, 8:17pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | No. You committed this: | | if ((t = proc_find(SCARG(uap, pid))) == NULL) { | mutex_exit(proc_lock); | - return ESRCH; | + goto

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Maxime Villard
Le 21/09/2014 18:58, Christos Zoulas a écrit : > > Module Name: src > Committed By: christos > Date: Sun Sep 21 16:58:42 UTC 2014 > > Modified Files: > src/sys/compat/linux/arch/i386: linux_ptrace.c > > Log Message: > fix leak > > > To generate a diff of this commit: > cvs rdiff

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Maxime Villard
Le 26/09/2014 19:50, Christos Zoulas a écrit : On Sep 26, 7:29pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | Looks like I chose the wrong thread, I was talking about | sys/compat/linux/arch/powerpc/linux_ptrace.c. line 121? christos

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Christos Zoulas
On Sep 26, 7:29pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | Looks like I chose the wrong thread, I was talking about | sys/compat/linux/arch/powerpc/linux_ptrace.c. line 121? christos

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Maxime Villard
Le 26/09/2014 19:08, Christos Zoulas a écrit : On Sep 26, 6:13pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | Can you tell me where 'error' is initialized? line 145? christos Looks like I chose the wrong thread, I was tal

Re: CVS commit: src/sys/compat/linux/arch/i386

2014-09-26 Thread Christos Zoulas
On Sep 26, 6:13pm, m...@m00nbsd.net (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386 | Can you tell me where 'error' is initialized? line 145? christos