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

2025-04-08 Thread Amirreza Zarrabi
Hi Jens, On 4/8/2025 10:47 PM, Jens Wiklander wrote: > Hi Amirreza, > > On Fri, Mar 28, 2025 at 3:48 AM 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 ser

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

2025-04-08 Thread Jens Wiklander
Hi Amirreza, On Fri, Mar 28, 2025 at 3:48 AM 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 inst

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

2025-03-28 Thread kernel test robot
: db8da9da41bced445077925f8a886c776a47440c patch link: https://lore.kernel.org/r/20250327-qcom-tee-using-tee-ss-without-mem-obj-v3-8-7f457073282d%40oss.qualcomm.com patch subject: [PATCH v3 08/11] tee: add Qualcomm TEE driver config: s390-allyesconfig (https://download.01.org/0day-ci/archive

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

2025-03-27 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