From owner-svn-src-head@freebsd.org Mon Jul 20 03:56:03 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABDB39A6D66; Mon, 20 Jul 2015 03:56:03 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CFF212B1; Mon, 20 Jul 2015 03:56:03 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id D92F425D3A9B; Mon, 20 Jul 2015 03:55:59 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 9732BC76FE9; Mon, 20 Jul 2015 03:55:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id RNxbpfGLce97; Mon, 20 Jul 2015 03:55:57 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (orange-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id BB65BC76FCD; Mon, 20 Jul 2015 03:55:56 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r285704 - in head: cddl/contrib/opensolaris/cmd/lockstat sys/kern sys/sys From: "Bjoern A. Zeeb" In-Reply-To: <201507192224.t6JMOYvO006057@repo.freebsd.org> Date: Mon, 20 Jul 2015 03:55:55 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201507192224.t6JMOYvO006057@repo.freebsd.org> To: Mark Johnston X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 03:56:03 -0000 > On 19 Jul 2015, at 22:24 , Mark Johnston wrote: >=20 > Author: markj > Date: Sun Jul 19 22:24:33 2015 > New Revision: 285704 > URL: https://svnweb.freebsd.org/changeset/base/285704 >=20 > Log: > Consistently use a reader/writer flag for lockstat probes in = rwlock(9) and > sx(9), rather than using the probe function name to determine whether = a > given lock is a read lock or a write lock. Update lockstat(1) = accordingly. >=20 > Modified: > head/cddl/contrib/opensolaris/cmd/lockstat/lockstat.c > head/sys/kern/kern_lockstat.c > head/sys/kern/kern_rwlock.c > head/sys/kern/kern_sx.c > head/sys/sys/lockstat.h > head/sys/sys/rwlock.h > head/sys/sys/sx.h I see PC98 LINT kernels failing: /scratch/tmp/bz/head.svn/sys/cddl/dev/sdt/sdt.c:202:3: error: use of = undeclared identifier 'lockstat_enabled' lockstat_enabled++; ^ /scratch/tmp/bz/head.svn/sys/cddl/dev/sdt/sdt.c:213:3: error: use of = undeclared identifier 'lockstat_enabled' lockstat_enabled--; ^ =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend."