From owner-freebsd-emulation@FreeBSD.ORG Wed May 21 17:42:42 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7E7106567F for ; Wed, 21 May 2008 17:42:42 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 7B3348FC1B for ; Wed, 21 May 2008 17:42:41 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C2D2367FB9B; Wed, 21 May 2008 19:42:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7Q+x5DczeppO; Wed, 21 May 2008 19:42:01 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id AD9F867FB61; Wed, 21 May 2008 19:42:01 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m4LHg09s015295; Wed, 21 May 2008 19:42:00 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 21 May 2008 19:42:00 +0200 From: Roman Divacky To: Chagin Dmitry Message-ID: <20080521174200.GA15241@freebsd.org> References: <200805191106.m4JB6oBF011533@freefall.freebsd.org> <20080521080422.GA69849@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2008 17:42:42 -0000 On Wed, May 21, 2008 at 09:39:01PM +0400, Chagin Dmitry wrote: > On Wed, 21 May 2008, Roman Divacky wrote: > > >On Wed, May 21, 2008 at 01:09:17AM +0400, Chagin Dmitry wrote: > >>On Mon, 19 May 2008, FreeBSD bugmaster wrote: > >> > >>>Current FreeBSD problem reports > >>>Critical problems > >>>Serious problems > >>> > >>>S Tracker Resp. Description > >>>-------------------------------------------------------------------------------- > >>>o kern/21463 emulation [linux] Linux compatability mode should not > >>>allow setu > >>>o kern/97326 emulation [linux] file descriptor leakage in linux > >>>emulation > >>>o kern/117010 emulation [linux] linux_getdents() get something like > >>>buffer ove > >>> > >> > >>about 117010... > >>Can somebody test this patch on amd64 and i386? > >>It is necessary linux_base-f8, 2.6.16, -current. > > > >can you describe the idea behind the patch? why do you think > >it's correct to replace fcntl64 with fcntl args? > > > > this diff from linux64 port, therefore in it a lot of not concerning > to getdents(), but it will not prevent test > > fcntl64 with fcntl have identical args in linux, but linux x86-64 has > no fcntl64 syscall > > to getdents concerns only changes of ino member of struct l_dirent, > essence in that i too had problem with getdents. and i have not > understood after what changes it have worked correctly. it disturbs me. so.. you are saying that you dont know why but it fixes the problem for you. right? btw.. your git repo seems to be down