From nobody Fri Jul 17 15:49:29 2026 X-Original-To: dev-commits-src-main@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 4h1vVK3J4Tz6l4rl for ; Fri, 17 Jul 2026 15:49:29 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h1vVK2CTLz3qd5 for ; Fri, 17 Jul 2026 15:49:29 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784303369; 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=bKIh/a+OsLHICgv0+1RaVTfYT/NlRCqKrr/wWoqPLPQ=; b=SmQ3Ox302K0hS4nRzdT5lmiuZ26Z5bESx7VB3K7nTdJ8DDe3ypr0TSKaiFYBVSX98JIDEK d786tXcv+J5RAhodqGR5BnEkasBkkgR7lkBXgvmX6ZvNFatFA6ODjOVzNgS5X8FbEdvYfw oZaNM5WOZxsDBvJhmqIXhdpHGrWyD6vp5+iBvTiEtcSKcVDl+qcKiGI1BiEdO0njdS2opb GJZIsx7BwW+QyrnSEEAYpDek/I2CRGbwf3P9k/5C5fIcwxKtlj1dCjTYnIgXH0ZLfIMGd5 1vNjUNmGm6lDXl++JLT6R3FVsaEjYGCA9pWXHXhW005AbK61X7FZfpFj0WbnNw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784303369; a=rsa-sha256; cv=none; b=WNdslppDruf3J1djwpdmBjlUAy0jfLx27pN2Vh5a2mTgfbjgzwoenl/gLl+V0A6eHT758G ifc8S8RD97b3uOoWnUZeSpLIHDfjG/zmlV4BB25059LfsOTj0c3WDP/1y8/K9m1wlmvu7T ahSjNe1VrMVNKDnSak2iFASkeyzz9uYPbf2VWUwqp6E+iYOenBc493BieYibfn0AJtLNRn riLj/HQdvrBdtTYecelAGAtACWXdjw0lGZgEicsrOH2sC4lDq9VX5tHEE4Yk1p/YBWBlii Wck1lZuFYaMiyIomThf3LSN+FuJZmHBWTCN//T5tCte50En4McaOpE3jKT972g== 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=1784303369; 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=bKIh/a+OsLHICgv0+1RaVTfYT/NlRCqKrr/wWoqPLPQ=; b=PsMAwn+bq4lhFovplL4qWZgedTc3S1EboQkryAK4zUXSZ0Xm3bElN8tSeXQhHQbJ3X3dTi YQxIX75qBKmd03png53AuWZyZRbu0BI4+Pi7b7h0WUfsugpQepdlVxzHRH85eZeGp3yQas QQr+AW6VzlVgy90WsFkuzlTq8PWSLz6pCdjFmjNUTXmZdcKw1/vwremr5JQvmxCVF+KeEc 4KA/mo7hTSSA6zrWN1WOtYn/kd2/Taq0KFsJLQiW3LjalZES7Q59Fn2nvDSuXRncChWHPi aS2dN0RUoUyK78/1lzhRML1wMcWCz0qy7RoXU5gEBVKYerPS4sxBt5vByXOrIg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h1vVK17zNztGc for ; Fri, 17 Jul 2026 15:49:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1e9b9 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 17 Jul 2026 15:49:29 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Bjoern A. Zeeb Subject: git: c589dc4ef77d - main - mt76: disable debugfs due to missing piece still in review List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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: c589dc4ef77d8e165e449a861c3705002ca4a762 Auto-Submitted: auto-generated Date: Fri, 17 Jul 2026 15:49:29 +0000 Message-Id: <6a5a4f09.1e9b9.5fd413b6@gitrepo.freebsd.org> The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=c589dc4ef77d8e165e449a861c3705002ca4a762 commit c589dc4ef77d8e165e449a861c3705002ca4a762 Author: Bjoern A. Zeeb AuthorDate: 2026-07-14 06:39:12 +0000 Commit: Bjoern A. Zeeb CommitDate: 2026-07-17 15:48:54 +0000 mt76: disable debugfs due to missing piece still in review Until D57524 is not reviewed and committed we will have a missing function declaration which prevents us to compile (in) debugfs for mt76 core and mt7921. Temporary disable debugfs again. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/modules/mt76/core/Makefile | 2 +- sys/modules/mt76/mt7921/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/mt76/core/Makefile b/sys/modules/mt76/core/Makefile index 59d34df86f70..81b30b554ee5 100644 --- a/sys/modules/mt76/core/Makefile +++ b/sys/modules/mt76/core/Makefile @@ -6,7 +6,7 @@ KMOD= ${MT76_DRIVER_NAME} .PATH: ${COMMONDIR} -MT76_DEBUGFS?= 1 +MT76_DEBUGFS?= 0 # Basic stuff. SRCS+= mac80211.c mmio.c util.c dma.c eeprom.c tx.c agg-rx.c mcu.c diff --git a/sys/modules/mt76/mt7921/Makefile b/sys/modules/mt76/mt7921/Makefile index d1def787144c..badcba3bfe52 100644 --- a/sys/modules/mt76/mt7921/Makefile +++ b/sys/modules/mt76/mt7921/Makefile @@ -8,7 +8,7 @@ MT7921_PCI= 1 MT7921_SDIO= 0 MT7921_USB= 0 -MT7921_DEBUGFS= 1 +MT7921_DEBUGFS= 0 # Common stuff. SRCS+= init.c main.c mac.c mcu.c