public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: "Jens Wiklander" <jens.wiklander@linaro.org>,
	"Sumit Garg" <sumit.garg@kernel.org>,
	"Konrad Dybcio" <konradybcio@kernel.org>,
	"Bartosz Golaszewski" <bartosz.golaszewski@linaro.org>,
	"Apurupa Pattapu" <quic_apurupa@quicinc.com>,
	"Kees Cook" <kees@kernel.org>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>,
	"Sumit Semwal" <sumit.semwal@linaro.org>,
	"Christian König" <christian.koenig@amd.com>,
	"Amirreza Zarrabi" <amirreza.zarrabi@oss.qualcomm.com>
Cc: Harshal Dev <quic_hdev@quicinc.com>,
	linux-arm-msm@vger.kernel.org, op-tee@lists.trustedfirmware.org,
	linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org,
	dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org,
	linux-doc@vger.kernel.org,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Kuldeep Singh <quic_kuldsing@quicinc.com>,
	Sumit Garg <sumit.garg@oss.qualcomm.com>
Subject: Re: (subset) [PATCH v12 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
Date: Mon, 15 Sep 2025 09:03:21 -0500	[thread overview]
Message-ID: <175794499686.3800302.11326605409469132909.b4-ty@kernel.org> (raw)
In-Reply-To: <20250911-qcom-tee-using-tee-ss-without-mem-obj-v12-0-17f07a942b8d@oss.qualcomm.com>


On Thu, 11 Sep 2025 21:07:39 -0700, Amirreza Zarrabi wrote:
> This patch series introduces a Trusted Execution Environment (TEE)
> driver for Qualcomm TEE (QTEE). QTEE enables Trusted Applications (TAs)
> and services to run securely. It uses an object-based interface, where
> each service is an object with sets of operations. Clients can invoke
> these operations on objects, which can generate results, including other
> objects. For example, an object can load a TA and return another object
> that represents the loaded TA, allowing access to its services.
> 
> [...]

Applied, thanks!

[01/11] firmware: qcom: tzmem: export shm_bridge create/delete
        commit: 8aa1e3a6f0ffbcfdf3bd7d87feb9090f96c54bc4
[02/11] firmware: qcom: scm: add support for object invocation
        commit: 4b700098c0fc4a76c5c1e54465c8f35e13755294

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

      parent reply	other threads:[~2025-09-15 14:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-12  4:07 [PATCH v12 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE) Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 01/11] firmware: qcom: tzmem: export shm_bridge create/delete Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 02/11] firmware: qcom: scm: add support for object invocation Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 03/11] tee: allow a driver to allocate a tee_device without a pool Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 04/11] tee: add close_context to TEE driver operation Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 05/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 06/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 07/11] tee: increase TEE_MAX_ARG_SIZE to 4096 Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 08/11] tee: add Qualcomm TEE driver Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 09/11] tee: qcom: add primordial object Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 10/11] tee: qcom: enable TEE_IOC_SHM_ALLOC ioctl Amirreza Zarrabi
2025-09-12  4:07 ` [PATCH v12 11/11] Documentation: tee: Add Qualcomm TEE driver Amirreza Zarrabi
2025-09-12  8:21 ` [PATCH v12 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE) Jens Wiklander
2025-09-12  9:46   ` Sumit Garg
2025-09-15 14:05   ` Bjorn Andersson
2025-09-15 17:49     ` Jens Wiklander
2025-09-15 14:03 ` Bjorn Andersson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=175794499686.3800302.11326605409469132909.b4-ty@kernel.org \
    --to=andersson@kernel.org \
    --cc=amirreza.zarrabi@oss.qualcomm.com \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=christian.koenig@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gustavoars@kernel.org \
    --cc=jens.wiklander@linaro.org \
    --cc=kees@kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=linaro-mm-sig@lists.linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-hardening@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=op-tee@lists.trustedfirmware.org \
    --cc=quic_apurupa@quicinc.com \
    --cc=quic_hdev@quicinc.com \
    --cc=quic_kuldsing@quicinc.com \
    --cc=sumit.garg@kernel.org \
    --cc=sumit.garg@oss.qualcomm.com \
    --cc=sumit.semwal@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox