From owner-freebsd-emulation@FreeBSD.ORG Sun Feb 17 16:32:31 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3CAB16A417 for ; Sun, 17 Feb 2008 16:32:30 +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 B3B3313C447 for ; Sun, 17 Feb 2008 16:32:30 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id AC703674C4F for ; Sun, 17 Feb 2008 17:32:29 +0100 (CET) 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 ijyeDEvX+xqo for ; Sun, 17 Feb 2008 17:32:28 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 75A4B674C65 for ; Sun, 17 Feb 2008 17:32:28 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id m1HGWS92083153 for emulation@freebsd.org; Sun, 17 Feb 2008 17:32:28 +0100 (CET) (envelope-from rdivacky) Date: Sun, 17 Feb 2008 17:32:28 +0100 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20080217163228.GA83107@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: [PATCH]: mremap() trivial fixes 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: Sun, 17 Feb 2008 16:32:31 -0000 hi www.vlakno.cz/~rdivacky/linux_misc.patch fixes two trivial issues with mremap(). it sanitizes the input params a little thus fixing two LTP fails please commit thnx, roman