From nobody Mon Aug 31 16:54:16 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 4hYZpQ23QMz6r3vX for ; Mon, 31 Aug 2026 16:54:22 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hYZpQ0zq5z3Cqj for ; Mon, 31 Aug 2026 16:54:22 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1788195262; 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=X76FwJKXHhpifoY3+sYIpwWnW+hx2m1LjGwqFhTtPcw=; b=tFjECzBf++QxQIV6weXYkF9uTrXakOEsjJnBSjUalAJoOsMMZtRcVxEIj9r+70gPFKsvDt 5T8iCrTz4SqtEhZhmkjWGiCaSLlj/wT98UwOfPD2qaNptylTkMpi5tr0RTn77qftI0vPAj ovMiMu8lfLGuLJfyn9V3dnDC9XYgwEs+ZgwzfbWzsTe+MAe2J5DqW+41lghbcRA76bzQuc KBy4E9OtfM7Z2qsHin5N44rV4Y0PN6U2WlsOXGaKdMqsMqwFVwnZYn8r6hRiGbjrNSbXLy PTYPaHxKm/c6mi9taeCg49GTNXLWXat54sgSLNX3GAQz8gZx1DQ7fsqjQ66CQw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1788195262; a=rsa-sha256; cv=none; b=x40EQbhTcAQVeUj05BAnDFof3JEOvs8A5HxF5spIjV1/vhLrdd2ka6+X6JkKYlk2EG0XT0 WxPRLX9RlMpJYN/9PAbUHXPwbRKoczV28yhUXjGQRJoY+aVn1Ct8mNbMN3oIi8Zs1Wg+y6 2HDSM0OdTQM5QCo3U/UkODXufbuQ4ec0CF2wukfD9Ubgn0PCNjxX1G4b/50DSBbfTLrQos bKayx3LFtRSAdwv2GGaxzzId6Zkes+smtb6vGKNeAuuwaVLuIUccEtL6uDSKldHby2iagX oinaNhzjsoNLPmsIchVe8TYu+bd5iYq6BMHNOjee79z42Xv8x1ANgViPw6hXPw== 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=1788195262; 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=X76FwJKXHhpifoY3+sYIpwWnW+hx2m1LjGwqFhTtPcw=; b=wY7uJfCZGjx0dVTaVB6WFWziGRXjuWMEsnu3feQU/dAgChP7qj/5hlwLZmJR/87NoICMrq UZVYMxf0PTz1Q0oY1RdNBeJHaH0Y+29ruK727xfay60iE1riEqfeUqhYlSkLftHdQT6dpA pgoCeG8qkYj8bvc9dPDl+/Oz0DyF3yzhO9BqBRiNIrV+LaN8cBcOfzL6gKUT9Ct9G2zvLh tYTlYGjbmAAYGws3bZLVnJcCAd3Xl9u3HegpDB+DQouLzc00URppCF9pK3KX5kGCBLK6yd O8dAZkFpav2Wd7X1AYTL2SO2pQI5nttpocp9bCX4GVBICb1f3ag/BfzErlzZQA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hYZpP6Hc3z4dC for ; Mon, 31 Aug 2026 16:54:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 360d6 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 31 Aug 2026 16:54:16 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Bjoern A. Zeeb Subject: git: 523c3992cf9e - main - ath10k: remove some early FreeBSD-specific debugging 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bz X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 523c3992cf9e50dce7948372ef703f0057e22561 Auto-Submitted: auto-generated Date: Mon, 31 Aug 2026 16:54:16 +0000 Message-Id: <6a95b1b8.360d6.15204326@gitrepo.freebsd.org> The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=523c3992cf9e50dce7948372ef703f0057e22561 commit 523c3992cf9e50dce7948372ef703f0057e22561 Author: Bjoern A. Zeeb AuthorDate: 2026-02-19 23:21:10 +0000 Commit: Bjoern A. Zeeb CommitDate: 2026-08-31 16:45:21 +0000 ath10k: remove some early FreeBSD-specific debugging The extra DELAY seems to no longer be needed and the dump_stack() is definitively a problem now. Remove all this. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/contrib/dev/athk/ath10k/pci.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sys/contrib/dev/athk/ath10k/pci.c b/sys/contrib/dev/athk/ath10k/pci.c index f4c9af1e12fc..25dc48c0c591 100644 --- a/sys/contrib/dev/athk/ath10k/pci.c +++ b/sys/contrib/dev/athk/ath10k/pci.c @@ -1460,16 +1460,6 @@ int ath10k_pci_hif_tx_sg(struct ath10k *ar, u8 pipe_id, #elif defined(__FreeBSD__) "pci tx item %d paddr %pad len %d n_items %d pipe_id %u\n", i, &items[i].paddr, items[i].len, n_items, pipe_id); - /* - * XXX-BZ specific debug; the DELAY makes things work for one chipset. - * There's likely a race somewhere (here or LinuxKPI). - */ - if (n_items == 1 && items[i].len == 140) { - ath10k_dbg_dump(ar, ATH10K_DBG_PCI, NULL, "pci tx data: ", - items[i].vaddr, items[i].len); - dump_stack(); - DELAY(500); - } #endif ath10k_dbg_dump(ar, ATH10K_DBG_PCI_DUMP, NULL, "pci tx data: ", items[i].vaddr, items[i].len);