Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2006 18:51:34 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        cvs-src@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/compat/linux linux_ipc.c
Message-ID:  <200610101851.35222.jhb@freebsd.org>
In-Reply-To: <200610102246.k9AMkMkK071700@repoman.freebsd.org>
References:  <200610102246.k9AMkMkK071700@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 10 October 2006 18:46, John Baldwin wrote:
> jhb         2006-10-10 22:46:22 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/compat/linux     linux_ipc.c 
>   Log:
>   Only try to copyin a msqid for the IPC_SET command to msgctl().  Other
>   commands (such as IPC_RMID) were bogusly failing with EFAULT.
>   
>   Tested by:      jkim

While this does fix a regression in sysv_msg on Linux on all arch's,
it doesn't fix the amd64/linux32 breakage.  Still working on that.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610101851.35222.jhb>