Re: [PATCH v4 08/11] tee: add Qualcomm TEE driver

2025-05-26 Thread Amirreza Zarrabi
Hi Sumit, On 5/14/2025 11:25 PM, Sumit Garg wrote: > Hi Amir, > > Apologies for getting to this patch review a bit late, mostly due to > it's enormous size. > Thank you so much for the review. > On Mon, Apr 28, 2025 at 11:06:29PM -0700, Amirreza Zarrabi wrote: >> Introduce qcomtee_object, whic

Re: [PATCH v4 08/11] tee: add Qualcomm TEE driver

2025-05-15 Thread Sumit Garg
On Thu, May 15, 2025 at 02:35:34PM +0530, Kuldeep Singh wrote: > > > On 5/14/2025 6:55 PM, Sumit Garg wrote: > > Hi Amir, > > > > Apologies for getting to this patch review a bit late, mostly due to > > it's enormous size. > > > > On Mon, Apr 28, 2025 at 11:06:29PM -0700, Amirreza Zarrabi wrote

Re: [PATCH v4 08/11] tee: add Qualcomm TEE driver

2025-05-15 Thread Kuldeep Singh
On 5/14/2025 6:55 PM, Sumit Garg wrote: > Hi Amir, > > Apologies for getting to this patch review a bit late, mostly due to > it's enormous size. > > On Mon, Apr 28, 2025 at 11:06:29PM -0700, Amirreza Zarrabi wrote: >> Introduce qcomtee_object, which represents an object in both QTEE and >> th

Re: [PATCH v4 08/11] tee: add Qualcomm TEE driver

2025-05-14 Thread Sumit Garg
Hi Amir, Apologies for getting to this patch review a bit late, mostly due to it's enormous size. On Mon, Apr 28, 2025 at 11:06:29PM -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_

Re: [PATCH v4 08/11] tee: add Qualcomm TEE driver

2025-05-07 Thread kernel test robot
: 33035b665157558254b3c21c3f049fd728e72368 patch link: https://lore.kernel.org/r/20250428-qcom-tee-using-tee-ss-without-mem-obj-v4-8-6a143640a6cb%40oss.qualcomm.com patch subject: [PATCH v4 08/11] tee: add Qualcomm TEE driver config: sh-allmodconfig (https://download.01.org/0day-ci/archive

[PATCH v4 08/11] tee: add Qualcomm TEE driver

2025-04-28 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