From nobody Sun Feb 22 06:16:04 2026 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 4fJYdc40wSz6S5km for ; Sun, 22 Feb 2026 06:16:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fJYdc3TTfz3rjb for ; Sun, 22 Feb 2026 06:16:04 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771740964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=CpTfKWADSZ1LM0LYixcmBVMmUAKf8SQlwl9l6Y7/0g8=; b=uY6sZ+qycm0zeqKvILtVzLG3Ak2iJY2JDhKS8csIRfd2CdldxgJDdCEUsHkZ7JRzk12F51 ZxCGjJMZQMzUDpr28E0ON5hcCVeMkB01oV5JS7j2Gy5mf8AnA1SRE8KstAJsXmGGuPt5tR 8cX8UkcUME2jGEqi6LM2O6vXb0JKewYh31dgl9JEROthy8iKXdsvR8a3XSatYn+u6NJvQB mXkmEoo6baasRdR7ah0GO3S3bQNjTxu4eGstmi2z+/m5zNvmkZHjPo/6VkqaAIFIrHX6rx qSvVpeZu2G7ztHo86IG4pZ8+ZqRibqdgWC0Yi0VuMSDdqLpv2Nr1Ctlswws37A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1771740964; a=rsa-sha256; cv=none; b=jrkYT+OZ7HJky+arfIxDBZFxaon5aKqUIhKwosWH5GsEIewW76bAFi4d7hIYAIHCLAYvZu 1QQx51T8nBdezt4828kjfEkt0hWJT7D2mADhzef8oVUD99hGoRxN4QjXBIb6weUSp2IWHi y+pNgfkzuW5KBedttp2uB0uw8EWDRQnNBEfd88WgksZQii5dE0WG1NwnPglPjPXDIcWgYs HduBSfGhtxJwLRKmqG8QbPes91kXaddq3z/xUXqJIoWgMOIGrPYddd4vj4apdEoB+UzJxF qrSYNVLk130RfcxVb4xvfgq8OZkgXvBjGJGf3E/S48RTzGGsI+gIfMA5wAqqNw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1771740964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=CpTfKWADSZ1LM0LYixcmBVMmUAKf8SQlwl9l6Y7/0g8=; b=NiBKuPEjwbPN6tZ2bGqLXHf3mc3aCzCdkd2TD6aWve7761sLNHht8B+i33IqYJhVucttKw ol9/NWPyjmMIBiT5NYNstykZn+/JIdGt/jDI4PmNE85GajR4nxl0Dqs7fEBn8GSzQy1zp6 EhvWSSMeKUribgqWKWuFlqc3mZPMDfTduO+f1ReuqTTjWMuraILE4TBRONNK8hEqvZSk0X CW7hK8hxeKC0W6qT+SEg5XatoC1LpTxPeumS0ykjz3dbFEygYVDIYok6np4sPND6RRWhqj lhR57trdy8ZA4OzM0fwl34u8ANyX8nP5L9iMxI/T1vs3uEENpHlGmv8SzykOOw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fJYdc2tMtzYms for ; Sun, 22 Feb 2026 06:16:04 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3917f by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 22 Feb 2026 06:16:04 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Enji Cooper Subject: git: 06aeb11f54cf - stable/15 - t_ptrace_wait.c: clean up trailing whitespace 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: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ngie X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 06aeb11f54cf0d3a6f6b720ce585854eb41c65f1 Auto-Submitted: auto-generated Date: Sun, 22 Feb 2026 06:16:04 +0000 Message-Id: <699a9f24.3917f.3d3db8bb@gitrepo.freebsd.org> The branch stable/15 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=06aeb11f54cf0d3a6f6b720ce585854eb41c65f1 commit 06aeb11f54cf0d3a6f6b720ce585854eb41c65f1 Author: Enji Cooper AuthorDate: 2026-02-08 23:40:56 +0000 Commit: Enji Cooper CommitDate: 2026-02-22 06:15:58 +0000 t_ptrace_wait.c: clean up trailing whitespace This is being done to aid with future potential updates of this file. MFC after: 1 week (cherry picked from commit fa3519d068d95f87e773d27f96e9f1e18f70075a) --- contrib/netbsd-tests/kernel/t_ptrace_wait.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/contrib/netbsd-tests/kernel/t_ptrace_wait.c b/contrib/netbsd-tests/kernel/t_ptrace_wait.c index 9d08c0e9648d..af364390dd25 100644 --- a/contrib/netbsd-tests/kernel/t_ptrace_wait.c +++ b/contrib/netbsd-tests/kernel/t_ptrace_wait.c @@ -524,7 +524,7 @@ ATF_TC_BODY(attach3, tc) _exit(exitval_tracee); } PARENT_TO_CHILD("Message 1", parent_tracee, msg); - + printf("Before calling PT_ATTACH for tracee %d\n", tracee); ATF_REQUIRE(ptrace(PT_ATTACH, tracee, NULL, 0) != -1); @@ -6109,7 +6109,7 @@ ATF_TC_BODY(signal6, tc) printf("Before calling %s() for the forkee - expected exited\n", TWAIT_FNAME); TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child2, &status, 0), - child2); + child2); validate_status_exited(status, exitval2); @@ -6120,11 +6120,11 @@ ATF_TC_BODY(signal6, tc) printf("Before calling %s() for the child - expected stopped " "SIGCHLD\n", TWAIT_FNAME); - TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); + TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); validate_status_stopped(status, SIGCHLD); - printf("Before resuming the child process where it left off and " + printf("Before resuming the child process where it left off and " "without signal to be sent\n"); ATF_REQUIRE(ptrace(PT_CONTINUE, child, (void *)1, 0) != -1); @@ -6135,7 +6135,7 @@ ATF_TC_BODY(signal6, tc) validate_status_exited(status, exitval); printf("Before calling %s() for the child - expected no process\n", - TWAIT_FNAME); + TWAIT_FNAME); TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0)); } #endif @@ -6240,7 +6240,7 @@ ATF_TC_BODY(signal7, tc) printf("Before calling %s() for the forkee - expected exited\n", TWAIT_FNAME); TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child2, &status, 0), - child2); + child2); validate_status_exited(status, exitval2); @@ -6251,11 +6251,11 @@ ATF_TC_BODY(signal7, tc) printf("Before calling %s() for the child - expected stopped " "SIGCHLD\n", TWAIT_FNAME); - TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); + TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); validate_status_stopped(status, SIGCHLD); - printf("Before resuming the child process where it left off and " + printf("Before resuming the child process where it left off and " "without signal to be sent\n"); ATF_REQUIRE(ptrace(PT_CONTINUE, child, (void *)1, 0) != -1); @@ -6266,7 +6266,7 @@ ATF_TC_BODY(signal7, tc) validate_status_exited(status, exitval); printf("Before calling %s() for the child - expected no process\n", - TWAIT_FNAME); + TWAIT_FNAME); TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0)); } #endif @@ -6356,11 +6356,11 @@ ATF_TC_BODY(signal8, tc) printf("Before calling %s() for the child - expected stopped " "SIGCHLD\n", TWAIT_FNAME); - TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); + TWAIT_REQUIRE_SUCCESS(wpid = TWAIT_GENERIC(child, &status, 0), child); validate_status_stopped(status, SIGCHLD); - printf("Before resuming the child process where it left off and " + printf("Before resuming the child process where it left off and " "without signal to be sent\n"); ATF_REQUIRE(ptrace(PT_CONTINUE, child, (void *)1, 0) != -1); @@ -6371,7 +6371,7 @@ ATF_TC_BODY(signal8, tc) validate_status_exited(status, exitval); printf("Before calling %s() for the child - expected no process\n", - TWAIT_FNAME); + TWAIT_FNAME); TWAIT_REQUIRE_FAILURE(ECHILD, wpid = TWAIT_GENERIC(child, &status, 0)); }