From nobody Tue Dec 2 00:02:28 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 6E2DD1F2BAD for ; Tue, 25 Nov 2025 16:03:59 +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=1764086639; cv=none; b=e3Xb/BjrgTLH1e5h2G1YCSUgeNaBaA/dZ0s2E0XqsBdWX5b5h+nFTxq1xpe7iceVB0D2MWb19a781b9RGOBKVBytChznAzMWtNujKayu02pHG590ID52xABdZbRIkHplhSqp8quboHb2Ltlm3/2Us7Ju1uue+JWpgXPpwZhC4Jw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764086639; c=relaxed/simple; bh=xoRhH/ZGIsPB1LaHvmXe5fS/LI5gP2bdVtnl+3dHwQw=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=qGB5ydsLp5yp3ob8UBG6S7wFpW7pod+8u9CtcxSCh7TKSjA6PS2iapD1RoFC+o8briAmr0i8G3TF9SniNj+3rJo2wB9DjAhy0HpIgODMX8/2KpWETmjAU9rzrgEAGzmzx01ZNeUfk3htiqsqO0L0twPkuBVD/1LzOmEafSYehGc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=n+kzmTYJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="n+kzmTYJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD383C4CEF1; Tue, 25 Nov 2025 16:03:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764086639; bh=xoRhH/ZGIsPB1LaHvmXe5fS/LI5gP2bdVtnl+3dHwQw=; h=From:To:Cc:Subject:Date:From; b=n+kzmTYJbvHgp4PBnRHhP182ySrSNveFyOR60elJHuF0H6V6Ztn03A9T8Wh21Bs+J 86Irsq2/OJzlf00A4d2BXdkTUzxzkqImtq6EkiGNcyvbXA8MHvsdysu4Dq0hyhYQvh 2x11GJNvfAneiVrwhVOVtYoPOjylixQHvVnrDMpWHfgYpiP7LwmFBmu6C/l5JPS4mw 6IN6fEEZJYaVGchWdF31lsYWaFzHodjjeWgYtO6qYE7doosSkj9TUsS8Jvisr98P3e oq4Ao+fQDgJVEbNip6ethBQAlDp3+6BzA11Z3BmCLm7L7Vyo3yugS015sVnYaTIamd IOvpTsNGcPnZg== From: Jarkko Sakkinen To: linux-kernel@vger.kernel.org Cc: Jarkko Sakkinen , Andrew Morton Subject: [PATCH] MAINTAINERS: TPM DEVICE DRIVER: update the W-tag Date: Tue, 25 Nov 2025 18:03:53 +0200 Message-Id: <20251125160353.2300402-1-jarkko@kernel.org> X-Mailer: git-send-email 2.39.5 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" I migrated test suite to git.kernel.org so that all my kernel stuff is consolidated to one single place: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd-test.git= /about/ Cc: Andrew Morton Signed-off-by: Jarkko Sakkinen --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4fda7ce36d74..91b6b9ff926c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -26030,7 +26030,7 @@ M: Jarkko Sakkinen R: Jason Gunthorpe L: linux-integrity@vger.kernel.org S: Maintained -W: https://codeberg.org/jarkko/linux-tpmdd-test +W: https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd-test= .git/about/ Q: https://patchwork.kernel.org/project/linux-integrity/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git F: Documentation/devicetree/bindings/tpm/ --=20 2.39.5