From owner-cvs-all@FreeBSD.ORG Mon Dec 26 17:06:17 2005 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 82F3316A41F; Mon, 26 Dec 2005 17:06:17 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7D243D67; Mon, 26 Dec 2005 17:06:15 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.4/8.13.4) with ESMTP id jBQHcKbw074875; Mon, 26 Dec 2005 18:38:20 +0100 (CET) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.13.4/8.13.4/Submit) id jBQHcKpj074874; Mon, 26 Dec 2005 18:38:20 +0100 (CET) (envelope-from doginou) Date: Mon, 26 Dec 2005 18:38:19 +0100 From: Olivier Houchard To: Maxim.Sobolev@portaone.com Message-ID: <20051226173819.GA74846@ci0.org> References: <200511142224.jAEMO0RG057965@repoman.freebsd.org> <43AFD14F.9050303@portaone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AFD14F.9050303@portaone.com> User-Agent: Mutt/1.4.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern imgact_elf.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: Mon, 26 Dec 2005 17:06:17 -0000 On Mon, Dec 26, 2005 at 03:17:35AM -0800, Maxim Sobolev wrote: > Hi, > > IMHO this approach is suboptimal, since it depends on user's ability to > debug reason of failure of each particular script. I think since target > platform allows execution of shared libs by default our emulation layer > should do the same without requiring user to set some obscure sysctls first. > > I have prepared a patch to remove that sysctl and make such behaviour > default for linux ELF shared libs. Patch can be found here: > > http://www.pbxpress.com/~sobomax/linux_et_dynamic.patch > > If there are no objections I would like to commit it (also removing > respective linux.4 delta). > > Thanks! > > Regards, > > Maxim Hi Maxim, I see nothing wrong with this patch. If nobody else has an objection, please go ahead. Chears, Olivier