From owner-svn-src-all@FreeBSD.ORG Fri Dec 28 02:03:39 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EABDDA33; Fri, 28 Dec 2012 02:03:39 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6748FC0A; Fri, 28 Dec 2012 02:03:39 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ToPII-0008o9-44; Thu, 27 Dec 2012 18:03:32 -0800 Message-ID: <50DCFDEE.8080404@freebsd.org> Date: Thu, 27 Dec 2012 18:03:26 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Jeff Roberson Subject: Re: svn commit: r244445 - in head/sys: kern sys tools References: <201212192010.qBJKA0lb075959@svn.freebsd.org> In-Reply-To: <201212192010.qBJKA0lb075959@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 12/19/2012 12:10 PM, Jeff Roberson wrote: > Author: jeff > Date: Wed Dec 19 20:10:00 2012 > New Revision: 244445 > URL: http://svnweb.freebsd.org/changeset/base/244445 > > Log: > - Add new machine parsable KTR macros for timing events. > - Use this new format to automatically handle syscalls and VOPs. This > changes the earlier format but is still human readable. > > Sponsored by: EMC / Isilon Storage Division [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 02:03:40 -0000 On 12/19/2012 12:10 PM, Jeff Roberson wrote: > Author: jeff > Date: Wed Dec 19 20:10:00 2012 > New Revision: 244445 > URL: http://svnweb.freebsd.org/changeset/base/244445 > > Log: > - Add new machine parsable KTR macros for timing events. > - Use this new format to automatically handle syscalls and VOPs. This > changes the earlier format but is still human readable. > > Sponsored by: EMC / Isilon Storage Division Jeff, please fix tinderbox breakage caused by this commit ARM kernel build with KTR option is still broken as of today: http://tinderbox.freebsd.org/tinderbox-head-ss-build-HEAD-arm-arm.brief In file included from /src/sys/arm/arm/trap.c:900: /src/sys/arm/arm/../../kern/subr_syscall.c: In function 'syscallenter': /src/sys/arm/arm/../../kern/subr_syscall.c:80: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] /src/sys/arm/arm/../../kern/subr_syscall.c:154: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *** [trap.o] Error code 1 Thank you