From owner-dev-commits-src-all@freebsd.org Thu Mar 4 08:44:09 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5986956706E; Thu, 4 Mar 2021 08:44:09 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Drktd22LZz4qQ9; Thu, 4 Mar 2021 08:44:09 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.10] (unknown [98.42.164.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id AAFCC2AA9E; Thu, 4 Mar 2021 08:44:08 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/16.45.21011103 Date: Thu, 04 Mar 2021 00:44:05 -0800 Subject: Re: 8a272653d9fb - main - stress2: Initial import From: Ravi Pokala To: Peter Holm , , , Message-ID: Thread-Topic: 8a272653d9fb - main - stress2: Initial import References: <202103031412.123EC3oa069178@gitrepo.freebsd.org> In-Reply-To: <202103031412.123EC3oa069178@gitrepo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: 7bit X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 08:44:09 -0000 -----Original Message----- From: on behalf of Peter Holm Date: 2021-03-03, Wednesday at 06:12 To: , , Subject: git: 8a272653d9fb - main - stress2: Initial import The branch main has been updated by pho: URL: https://cgit.FreeBSD.org/src/commit/?id=8a272653d9fbd9fc37691c9aad6a05089b4ecb4d commit 8a272653d9fbd9fc37691c9aad6a05089b4ecb4d Author: Peter Holm AuthorDate: 2021-03-03 12:56:56 +0000 Commit: Peter Holm CommitDate: 2021-03-03 14:11:40 +0000 stress2: Initial import Ooo! The (in)famous "stress2" suite is finally in the main src tree! Thanks, Peter! -Ravi (rpokala@)