From patchwork Tue Apr 23 21:45:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jarkko Sakkinen X-Patchwork-Id: 13640749 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 934CB144D34; Tue, 23 Apr 2024 21:45:55 +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=1713908755; cv=none; b=DnB5otSL/YmrwaR0o+Ax4c1uR7NluE/h+AiaX760svKa1mVYLX8SzvgZpS4oFdRz1hstRl+bO6NPPuFSaJi94eurZ2rB5/DuAq2hPWvmpYUKe64FvSa+jqy/Jk5uvc2h+tbHQ3lgpnjPUu617I93jRNSOB/2U5FObxzH9CyiNTY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713908755; c=relaxed/simple; bh=sEQqf+wzeSom2bYuFt0QrLDhcjRdIUaBFD+1qqpVwW0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=iTnFwxQ1lBCpWdQp/eaw3ZysOjhFbBa5p6qXdGZDLrnJHUDo4/FYokwrJvB3wpsDHf9AUnveQsA56GRAQXuAwqWWMQl327/p4lsrdVjXb5HWZ24nE8HJauCUgFV1FHAqQ1YWTsOa9jg++4tNufUlTdLbLMk8Mt40qdp89kpOxto= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TFtOgot4; 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="TFtOgot4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E87F1C32783; Tue, 23 Apr 2024 21:45:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713908755; bh=sEQqf+wzeSom2bYuFt0QrLDhcjRdIUaBFD+1qqpVwW0=; h=From:To:Cc:Subject:Date:From; b=TFtOgot4ZCPq0QHMRLQxzaZ4uihP3rp2F7DVxwmtqJaYrMTGPIvfSpca+W9YLkXt3 nyh9haVhBTEEzX815in8jzT2R2cqawGyYXjwvcLZl7U4T1+hEWQuGWLWudDs7i+rJ9 RP7MrHIgqdRrAUL3xUun1WrBr65Zr6bt2drxjQfa9EfK6o/N2qXvagxI8uTrUcutvo fnlRMEVfbxZvhpJ49a5UoP+dEDgEzh3R71lZQ2Y1HJK7kc204T8vbsrncjfUN1DNaG 8XNG+4XHppiLd9M4wJ05sxmDImOcnxTtXWioGX4xhZ+9PVkjpvma3cshfEXlFAKp24 vtFGs2P8osyxg== From: Jarkko Sakkinen To: linux-kernel@vger.kernel.org, Andrew Morton Cc: Jarkko Sakkinen , Paul Menzel , Jason Gunthorpe , Mimi Zohar , Peter Huewe , James Bottomley , keyrings@vger.kernel.org, linux-integrity@vger.kernel.org Subject: [PATCH v3] MAINTAINERS: Update URL's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER Date: Wed, 24 Apr 2024 00:45:49 +0300 Message-ID: <20240423214549.8242-1-jarkko@kernel.org> X-Mailer: git-send-email 2.44.0 Precedence: bulk X-Mailing-List: keyrings@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Add TPM driver test suite URL to the MAINTAINERS files and move the wiki URL to more appropriate location. Link: https://gitlab.com/jarkkojs/linux-tpmdd-test Link: https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity Acked-by: Paul Menzel Cc: Jason Gunthorpe Cc: Mimi Zohar Cc: Peter Huewe Cc: James Bottomley Cc: keyrings@vger.kernel.org Cc: linux-integrity@vger.kernel.org Acked-by: Paul Menzel Signed-off-by: Jarkko Sakkinen --- v3: - No changes, resend. v2: - Fix typos: https://lore.kernel.org/linux-integrity/eaa5107ac4f982b6fd6e80b522643a591e719dc9.camel@HansenPartnership.com/ - Fix typos and added ack: https://lore.kernel.org/linux-integrity/1ab10318-5e3d-417c-9984-7b17f4e386e3@molgen.mpg.de/ MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index aa3b947fb080..6c20536e626e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12044,6 +12044,7 @@ M: Mimi Zohar L: linux-integrity@vger.kernel.org L: keyrings@vger.kernel.org S: Supported +W: https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity F: security/integrity/platform_certs KFENCE @@ -22381,7 +22382,7 @@ M: Jarkko Sakkinen R: Jason Gunthorpe L: linux-integrity@vger.kernel.org S: Maintained -W: https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity +W: https://gitlab.com/jarkkojs/linux-tpmdd-test 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: drivers/char/tpm/