From owner-freebsd-bugs@FreeBSD.ORG Thu Oct 4 19:00:27 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B7211065673 for ; Thu, 4 Oct 2012 19:00:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB31F8FC1C for ; Thu, 4 Oct 2012 19:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q94J0LTg003480 for ; Thu, 4 Oct 2012 19:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q94J0LBE003479; Thu, 4 Oct 2012 19:00:21 GMT (envelope-from gnats) Resent-Date: Thu, 4 Oct 2012 19:00:21 GMT Resent-Message-Id: <201210041900.q94J0LBE003479@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 332C11065672 for ; Thu, 4 Oct 2012 18:55:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3448FC08 for ; Thu, 4 Oct 2012 18:55:55 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q94ItswC041359 for ; Thu, 4 Oct 2012 18:55:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q94ItscN041341; Thu, 4 Oct 2012 18:55:54 GMT (envelope-from nobody) Message-Id: <201210041855.q94ItscN041341@red.freebsd.org> Date: Thu, 4 Oct 2012 18:55:54 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/172334: unionfs permits recursive union mounts; causes panic quickly X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 19:00:27 -0000 >Number: 172334 >Category: misc >Synopsis: unionfs permits recursive union mounts; causes panic quickly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 19:00:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.0-RELEASE >Organization: EMC Isilon >Environment: 9.0-RELEASE amd64 install media >Description: I accidentally got my invocation backwards, was impatient and tried the opposite form and it blew up looking in the VOP code when I did the following: 1. Boot 9.0-RELEASE as a LiveCD. 2. Execute the following commands: mkdir /tmp/etc mount_unionfs /tmp/etc /etc mount_unionfs /etc /tmp/etc 3. Accessing either /etc or /tmp/etc after that should result in a panic. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: