From owner-cvs-all@FreeBSD.ORG Tue Oct 10 22:52:02 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A559216A416; Tue, 10 Oct 2006 22:52:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5084843D80; Tue, 10 Oct 2006 22:51:55 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9AMppxL091005; Tue, 10 Oct 2006 18:51:53 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Tue, 10 Oct 2006 18:51:34 -0400 User-Agent: KMail/1.9.1 References: <200610102246.k9AMkMkK071700@repoman.freebsd.org> In-Reply-To: <200610102246.k9AMkMkK071700@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610101851.35222.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [192.168.0.1]); Tue, 10 Oct 2006 18:51:53 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/2020/Tue Oct 10 14:11:22 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/linux linux_ipc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 22:52:02 -0000 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