From owner-freebsd-testing@FreeBSD.ORG Wed Apr 9 23:21:28 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 770C15B4; Wed, 9 Apr 2014 23:21:28 +0000 (UTC) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24C5A120B; Wed, 9 Apr 2014 23:21:28 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id ib6so2675941vcb.41 for ; Wed, 09 Apr 2014 16:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=g1wRCaJVn+q0tBvLvpHIXjQXraLwfm2EsFFfKh9V9us=; b=iYK5DebtM3H9x+uK4Z4KJ6DgD3MVzILBJURWEwfuAn6QASZvFHbhY/dX3qupHNi8p9 GE6+wFX3xLpOTUvs2poCp6dJwfkq9SkX3PelrHcMQJqoVAfb3Aypjs8JjoXdJd3PUbJF BQIiwxoWuNwbmkB0bYCA1r14iaS+24xAmLphbNy8bITdD0D/L+TQ+JUREBG6tOGMAVYY sindcXL/+FdU3spIuiqUoCv0tFU+zgHThGNErhYVE4oviqk7Oouo+2/KeVHRS79h24M+ G4UE3AedmdruPi301MdJYfPdpaH6fIa/XCRuIp2uhEHUmgZWEOZLYVLTbn0JZZTiC6wy X9Ug== MIME-Version: 1.0 X-Received: by 10.58.202.133 with SMTP id ki5mr10892064vec.19.1397085687288; Wed, 09 Apr 2014 16:21:27 -0700 (PDT) Received: by 10.221.67.136 with HTTP; Wed, 9 Apr 2014 16:21:27 -0700 (PDT) In-Reply-To: <16437CC5729B5345AF77F816513376E820BAE703@MX103CL02.corp.emc.com> References: <16437CC5729B5345AF77F816513376E820BAE6A1@MX103CL02.corp.emc.com> <16437CC5729B5345AF77F816513376E820BAE703@MX103CL02.corp.emc.com> Date: Wed, 9 Apr 2014 16:21:27 -0700 Message-ID: Subject: Re: Diff to fix pjdfstest tests From: Garrett Cooper To: "Peel, Casey" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , Pawel Jakub Dawidek X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 23:21:28 -0000 On Wed, Apr 9, 2014 at 4:15 PM, Peel, Casey wrote: > -----Original Message----- > From: Garrett Cooper [mailto:yaneurabeya@gmail.com] > >> Have you looked at what I did on >> https://github.com/yaneurabeya/pjdfstest (in particular I was working >> on the onefs branch back when I was with EMC)? > > Ummm.. no. How much of your work am I just recreating? :) Not that much fortunately. Just a week or so of focused work :). > At the moment I'm targeting UFS, but I can see I'll need your noexec changes when I start targeting OneFS. It would affect UFS/ZFS as well if other non-standard mount options were turned on, like noexec. OneFS is its own special critter because of what mount flags are enabled by default. > So if it's clear that these things are wrong and you have them corrected, why can't we get them pushed up to -CURRENT? I hadn't filed bugs yet/done pull requests and back when I was working on this it was on 7.2. I'm re-validating things on 11-CURRENT and will send out a github PR and CC you on it. Cheers :)! -Garrett