From owner-freebsd-testing@freebsd.org Tue Sep 20 18:20:45 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D36ABE23B7 for ; Tue, 20 Sep 2016 18:20:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D0C38BF for ; Tue, 20 Sep 2016 18:20:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8KIKjFY083153 for ; Tue, 20 Sep 2016 18:20:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 212862] contrib/netbsd-tests/fs/tmpfs/t_mount:large fails on FreeBSD Date: Tue, 20 Sep 2016 18:20:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 18:20:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212862 Bug ID: 212862 Summary: contrib/netbsd-tests/fs/tmpfs/t_mount:large fails on FreeBSD Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: ngie@FreeBSD.org The t_mount:large testcase intentionally passes in values which are assumed= to overflow. These tests pass on FreeBSD. (Simplified repro) Run the following commands as root: mkdir tmp mount -t tmpfs -o size=3D9223372036854775808 tmpfs tmp mount -t tmpfs -o size=3D9223372036854775808g tmpfs tmp rmdir tmp Expected results: The above mount commands should fail with a non-zero exit code. Actual results: The commands pass: # mount -t tmpfs -o size=3D9223372036854775808g tmpfs tmp # echo $? 0 # mount -t tmpfs -o size=3D9223372036854775808 tmpfs tmp # echo $? 0 # --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Tue Sep 20 18:22:00 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCF75BE248A for ; Tue, 20 Sep 2016 18:22:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC750A96 for ; Tue, 20 Sep 2016 18:22:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u8KIM0dt089567 for ; Tue, 20 Sep 2016 18:22:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 212862] contrib/netbsd-tests/fs/tmpfs/t_mount:large fails on FreeBSD Date: Tue, 20 Sep 2016 18:22:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ngie@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to rep_platform Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 18:22:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212862 Ngie Cooper changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-testing@freebsd.org |ngie@FreeBSD.org Hardware|Any |amd64 --- Comment #1 from Ngie Cooper --- Taking the bug for now to do some triage. There's some bounds checking implemented in tmpfs_subr.c which suggests that the limits/values used by the NetBSD tests might be incorrect on FreeBSD wi= th amd64. TODO: test on i386. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-testing@freebsd.org Wed Sep 21 07:42:23 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4CE3BE3E4A for ; Wed, 21 Sep 2016 07:42:23 +0000 (UTC) (envelope-from shiningstudios@a2plcpnl0212.prod.iad2.secureserver.net) Received: from a2nlsmtp01-01.prod.iad2.secureserver.net (a2nlsmtp01-01.prod.iad2.secureserver.net [198.71.224.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95D0FE9F for ; Wed, 21 Sep 2016 07:42:23 +0000 (UTC) (envelope-from shiningstudios@a2plcpnl0212.prod.iad2.secureserver.net) Received: from a2plcpnl0212.prod.iad2.secureserver.net ([198.71.228.37]) by : HOSTING RELAY : with SMTP id mc9gbcg8NVsRDmc9gbxEme; Wed, 21 Sep 2016 00:41:20 -0700 Received: from shiningstudios by a2plcpnl0212.prod.iad2.secureserver.net with local (Exim 4.87) (envelope-from ) id 1bmc9g-001FkO-5b for freebsd-testing@freebsd.org; Wed, 21 Sep 2016 00:41:20 -0700 To: freebsd-testing@freebsd.org Subject: Unable to deliver your item, #000285781 X-PHP-Script: shiningstudios.org/post.php for 198.71.236.15 Date: Wed, 21 Sep 2016 07:41:20 +0000 From: "FedEx International Next Flight" Reply-To: "FedEx International Next Flight" Message-ID: X-Priority: 3 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2plcpnl0212.prod.iad2.secureserver.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [1591462 964] / [47 12] X-AntiAbuse: Sender Address Domain - a2plcpnl0212.prod.iad2.secureserver.net X-Get-Message-Sender-Via: a2plcpnl0212.prod.iad2.secureserver.net: authenticated_id: shiningstudios/from_h X-Authenticated-Sender: a2plcpnl0212.prod.iad2.secureserver.net: byron.madden@shiningstudios.org X-Source: X-Source-Args: /usr/sbin/proxyexec -q -d -s /var/lib/proxyexec/cagefs.sock/socket /bin/cagefs.server X-Source-Dir: shiningstudios.org:/public_html X-CMAE-Envelope: MS4wfDLSQbDAUuUqU6wx3d3E8VHFno+pPvf+kKeBraoZ6RzljRmTd+m0FrheMVV1c7vm1lCtSoQw02eiKsVtD7lSIzXc6UGeu078T7sZAewloeKg1c8Qkscs ttA7gVEtw+HFmM/jL6+yw+OIQHFGG8vGh7L+kU35DdWS9GkhGBvsJln7qUtyuVQwBUKVcCWaWxIe3giI+XExCdrPgutjYesxEfaZj/o8LNgaqSyBW2E1Bq3C 9nxCNALZ0n3dOeJ1TZoEOF7wOtBigwCWzLLtqaUSc20= Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 07:42:24 -0000 Dear Customer, This is to confirm that one or more of your parcels has been shipped. Shipment Label is attached to this email. Regards, Byron Madden, Support Manager.