From owner-freebsd-dtrace@FreeBSD.ORG Sun Jul 28 00:20:34 2013 Return-Path: Delivered-To: dtrace@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 22810B35; Sun, 28 Jul 2013 00:20:34 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qe0-x236.google.com (mail-qe0-x236.google.com [IPv6:2607:f8b0:400d:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C64732A1C; Sun, 28 Jul 2013 00:20:33 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id 1so1650918qee.13 for ; Sat, 27 Jul 2013 17:20:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=hUaqDLoaih6aN77CnhEXhm6ssNdq0uRo4lYJiRutJ+0=; b=V0bjrYGPkH1JtCE5nhLtcEiafS5vTGpiGPV9HBtkXlpet42/Um1kUDDzJldJSVfl2D w+3FqwVu70WsJGB+E6g6lRdq0rcBYeLwakXfyCKzlMYXDzvueszd70bCttEBtfxAoJvz j/xt8JJIyPd9dC/yqXH2XCTq2qusN2sp1OnDkt2Vr87AugpX1iQG8mKaQafFFfBMLVCK AjBrj9wgwVabxKlmHRibtNaGlWwhW3+ZZOqUQLG7zibjDwu1FIUWEr2gzDgswQuacjjS w+djnWanZuz0Crg08qwc4il7aCpCwaXBdTVBoP/jibzgxK8jjR+swmyRo4hMdztI4ldQ KilQ== X-Received: by 10.224.11.10 with SMTP id r10mr41972512qar.15.1374970832826; Sat, 27 Jul 2013 17:20:32 -0700 (PDT) Received: from charmander.uwaterloo.ca (cn-nat2-uw-129-97-124-74.net.uwaterloo.ca. [129.97.124.74]) by mx.google.com with ESMTPSA id y4sm10519275qai.5.2013.07.27.17.20.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Jul 2013 17:20:32 -0700 (PDT) Sender: Mark Johnston Date: Sat, 27 Jul 2013 20:21:24 -0400 From: Mark Johnston To: Pedro Giffuni Subject: Re: [CFT] Fixes from illumos Message-ID: <20130728002124.GB11294@charmander.uwaterloo.ca> References: <51F2BC34.1040405@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51F2BC34.1040405@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: dtrace@FreeBSD.org X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 00:20:34 -0000 On Fri, Jul 26, 2013 at 01:13:08PM -0500, Pedro Giffuni wrote: > Hello; > > I am trying to put together the last two patches that we need to be > (mostly) up to date with illumos. > > This "svn diff" patch brings back the rest of a somewhat elusive > revision 249367 that gave us trouble before and had to be > reverted: > > http://people.freebsd.org/~pfg/patches/dtrace/libdtrace-r249367.diff > > It should take care of the following issues: > > 3022 DTrace: keys should not affect the sort order when sorting by value > 3023 it should be possible to dereference dynamic variables > 3024 D integer narrowing needs some work > > Ignore the attempts to get repo copies of the tests when applying the > patch but do report any regression or secondary issue it may cause. I've applied the patch on my machine. I don't see any regressions in the test suite and my basic sanity testing is going fine. > > After this, I would like to re-apply r249429, which should cover most > of the remaining changes from Illumos. Still pending for review are > some changes for Solaris zones support that very probably don't > apply to our codebase at all. Did you mistype that? r249429 has nothing to do with DTrace. -Mark