From nobody Sat May 27 19:35:19 2023 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QTBpM60q3z4WhYp; Sat, 27 May 2023 19:35:23 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from kaskal.pair.com (kaskal.pair.com [209.68.5.173]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QTBpM4LzGz4F9B; Sat, 27 May 2023 19:35:23 +0000 (UTC) (envelope-from pho@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from kaskal.pair.com (localhost [127.0.0.1]) by kaskal.pair.com (Postfix) with ESMTP id EC1B0D6572A; Sat, 27 May 2023 15:35:22 -0400 (EDT) Received: from Peters-MacBook-Air.local (unknown [IPv6:2a01:cb10:8542:a600:b451:c8cb:7e32:ba9]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by kaskal.pair.com (Postfix) with ESMTPSA id 39F41D8D42D; Sat, 27 May 2023 15:35:22 -0400 (EDT) Date: Sat, 27 May 2023 21:35:19 +0200 From: Peter Holm To: Enji Cooper Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Subject: Re: git: acfb06062a68 - main - stress2: Fix warnings Message-ID: References: <202305270835.34R8ZA3g041896@gitrepo.freebsd.org> <41908493-F312-4BA2-A72B-B3C047656CCC@gmail.com> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41908493-F312-4BA2-A72B-B3C047656CCC@gmail.com> X-Scanned-By: mailmunge 3.11 on 209.68.5.173 X-Rspamd-Queue-Id: 4QTBpM4LzGz4F9B X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Sat, May 27, 2023 at 11:10:23AM -0700, Enji Cooper wrote: > > > On May 27, 2023, at 1:35 AM, Peter Holm wrote: > > > > The branch main has been updated by pho: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=acfb06062a6862f7c823242243e68f7bcaf29999 > > > > commit acfb06062a6862f7c823242243e68f7bcaf29999 > > Author: Peter Holm > > AuthorDate: 2023-05-27 08:31:00 +0000 > > Commit: Peter Holm > > CommitDate: 2023-05-27 08:31:00 +0000 > > > > stress2: Fix warnings > > It seems like `n` could be removed in all of the sample programs. > Cheers, > -Enji > Both 'n' and 'm' are used if DEBUG is defined. [pho@mercat1 /usr/src/tools/test/stress2/misc]$ ./reaper2.sh n = 19779 out of 56033 n = 20099 out of 56319 n = 20121 out of 56406 : - Peter