Re: [PATCH v6 09/12] tee: add Qualcomm TEE driver

2025-07-23 Thread Amirreza Zarrabi
Hi Sumit, On 7/21/2025 8:40 PM, Sumit Garg wrote: > On Sun, Jul 13, 2025 at 05:49:21PM -0700, Amirreza Zarrabi wrote: >> Introduce qcomtee_object, which represents an object in both QTEE and >> the kernel. QTEE clients can invoke an instance of qcomtee_object to >> access QTEE services. If this in

Re: [PATCH v6 09/12] tee: add Qualcomm TEE driver

2025-07-21 Thread Sumit Garg
On Sun, Jul 13, 2025 at 05:49:21PM -0700, Amirreza Zarrabi wrote: > Introduce qcomtee_object, which represents an object in both QTEE and > the kernel. QTEE clients can invoke an instance of qcomtee_object to > access QTEE services. If this invocation produces a new object in QTEE, > an instance of

Re: [PATCH v6 09/12] tee: add Qualcomm TEE driver

2025-07-14 Thread kernel test robot
: 835244aba90de290b4b0b1fa92b6734f3ee7b3d9 patch link: https://lore.kernel.org/r/20250713-qcom-tee-using-tee-ss-without-mem-obj-v6-9-697fb7d41c36%40oss.qualcomm.com patch subject: [PATCH v6 09/12] tee: add Qualcomm TEE driver config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20250715

[PATCH v6 09/12] tee: add Qualcomm TEE driver

2025-07-13 Thread Amirreza Zarrabi
Introduce qcomtee_object, which represents an object in both QTEE and the kernel. QTEE clients can invoke an instance of qcomtee_object to access QTEE services. If this invocation produces a new object in QTEE, an instance of qcomtee_object will be returned. Similarly, QTEE can request services fr