From owner-freebsd-emulation@FreeBSD.ORG Wed May 21 17:39:16 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 1FB4D1065672 for ; Wed, 21 May 2008 17:39:16 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 087938FC19 for ; Wed, 21 May 2008 17:39:14 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so3048742fkk.11 for ; Wed, 21 May 2008 10:39:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:cc:subject:in-reply-to:message-id:references:user-agent:mime-version:content-type:from; bh=ChNPa8+s7SMjgpPf+DczPBA/8lK7I5UhZkldIDo29KU=; b=rxYANE+guo46qAhtycxXQQSmChGDMs/M608Syw9A/d+mGPksgmdHs66Ej7QUO9lo6sO2WJMIkdUnlrF963/S9y9sC++9OisuzkypCq/Nhiogum7OICrQsjhu9bRq4H8x+OmRTSM2mhmPNVLcl94Z2euF98afO7+23+vlobx+Gsg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:in-reply-to:message-id:references:user-agent:mime-version:content-type:from; b=i9heiBhqvgFBUB+6WTrAI/aT0wYW+ySTzDfZRrCMywJoh/SH8YxPGC5wq/sAxrnpXOSwaCwVQre1tMHs5JXRChKMMGsnJcFqWshf97UnFtUD7XEYmdu7Ov+ObxzO3Czyx+0lQHg/QKjJIf5X7Faznm2rbUWVdZlg21fOuOBk96Q= Received: by 10.125.159.1 with SMTP id l1mr2343314mko.143.1211391551324; Wed, 21 May 2008 10:39:11 -0700 (PDT) Received: from ora.chd.net ( [81.200.6.196]) by mx.google.com with ESMTPS id 3sm2464262fge.3.2008.05.21.10.39.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 May 2008 10:39:09 -0700 (PDT) Date: Wed, 21 May 2008 21:39:01 +0400 (MSD) To: Roman Divacky In-Reply-To: <20080521080422.GA69849@freebsd.org> Message-ID: References: <200805191106.m4JB6oBF011533@freefall.freebsd.org> <20080521080422.GA69849@freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII From: Chagin Dmitry Cc: freebsd-emulation@freebsd.org, Chagin Dmitry 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:39:16 -0000 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. -- Have fun! chd