From nobody Wed Oct 1 21:24:15 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C57611E9B1C for ; Tue, 30 Sep 2025 14:55:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759244105; cv=none; b=twTSKozudo9S/ZWMhphvvV739HbqtOa0p33vKJy0/Z+BHUwMTADQbtHzVu9qzW1TIbDN9ye8skl0fyr4B+2523egZylmmOfUZDHdR6UGyShrmneLKCGQHIC0ObY58FX4LKayzxVKUk99HlUQvzR0qmaJPnGq4KliXsc8uPgub3w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759244105; c=relaxed/simple; bh=v8o95971Rco+Io39m1wDeVB30uhLToI9aRK3W8fHJyM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=YS8UctQpiXIflYH8aysOwPWkVBlOO04erJ1GusfonFndjbptV2I354xcVhmBE6eRJc4X5dvkfgSUeje4oH9PV2hxotUeh+Ss5ixv5UXIEQmbC4+bYeMt1I6QMZbhQHqW7qO3Th8mplw1LMuHdpRTRgVqNzLLsntzQUSUoWsorEA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 68C47C113D0; Tue, 30 Sep 2025 14:55:04 +0000 (UTC) From: Geert Uytterhoeven To: Jens Wiklander , Sumit Garg Cc: op-tee@lists.trustedfirmware.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] MAINTAINERS: Mark the OP-TEE mailing list moderated Date: Tue, 30 Sep 2025 16:55:01 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" After sending a patch to op-tee@lists.trustedfirmware.org, I got the typical response for a moderated list: Your mail to 'op-tee@lists.trustedfirmware.org' with the subject [...] Is being held until the list moderator can review it for approval. The message is being held because: The message is not from a list member Either the message will get posted to the list, or you will receive notification of the moderator's decision. Mark this mailing list moderated in MAINTAINERS. Signed-off-by: Geert Uytterhoeven Reviewed-by: Jens Wiklander --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index fc755a50fb150498..5aa2e501231f2aa6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19115,14 +19115,14 @@ F: drivers/net/phy/ncn* =20 OP-TEE DRIVER M: Jens Wiklander -L: op-tee@lists.trustedfirmware.org +L: op-tee@lists.trustedfirmware.org (moderated for non-subscribers) S: Maintained F: Documentation/ABI/testing/sysfs-bus-optee-devices F: drivers/tee/optee/ =20 OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER M: Sumit Garg -L: op-tee@lists.trustedfirmware.org +L: op-tee@lists.trustedfirmware.org (moderated for non-subscribers) S: Maintained F: drivers/char/hw_random/optee-rng.c =20 @@ -25116,7 +25116,7 @@ F: include/media/i2c/tw9910.h TEE SUBSYSTEM M: Jens Wiklander R: Sumit Garg -L: op-tee@lists.trustedfirmware.org +L: op-tee@lists.trustedfirmware.org (moderated for non-subscribers) S: Maintained F: Documentation/ABI/testing/sysfs-class-tee F: Documentation/driver-api/tee.rst --=20 2.43.0