Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 18:03:26 -0800
From:      Oleksandr Tymoshenko <gonzo@freebsd.org>
To:        Jeff Roberson <jeff@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r244445 - in head/sys: kern sys tools
Message-ID:  <50DCFDEE.8080404@freebsd.org>
In-Reply-To: <201212192010.qBJKA0lb075959@svn.freebsd.org>
References:  <201212192010.qBJKA0lb075959@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50DCFDEE.8080404>