2021-09-15 11:39:12

by Jens Wiklander

[permalink] [raw]
Subject: [GIT PULL] OP-TEE fix for v5.15

Hello arm-soc maintainers,

Please pull this small OP-TEE driver fix for the shared memory pool
handler. The fix doesn't change the generated code, but it's still relevant
since the problem obviously triggers warnings with some tools.

Thanks,
Jens

The following changes since commit 7d2a07b769330c34b4deabeed939325c77a7ec2f:

Linux 5.14 (2021-08-29 15:04:50 -0700)

are available in the Git repository at:

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-fix-for-v5.15

for you to fetch changes up to 88a3856c0a8c03188db7913f4d49379432fe1f93:

tee/optee/shm_pool: fix application of sizeof to pointer (2021-09-14 07:54:56 +0200)

----------------------------------------------------------------
Fix OP-TEE shm_pool lint warning

----------------------------------------------------------------
jing yangyang (1):
tee/optee/shm_pool: fix application of sizeof to pointer

drivers/tee/optee/shm_pool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


2021-10-04 13:59:36

by Jens Wiklander

[permalink] [raw]
Subject: Re: [GIT PULL] OP-TEE fix for v5.15

Hi,

Is there any problems with this, or is it just that you'd rather take it later?

Thanks,
Jens

On Wed, Sep 15, 2021 at 1:38 PM Jens Wiklander
<[email protected]> wrote:
>
> Hello arm-soc maintainers,
>
> Please pull this small OP-TEE driver fix for the shared memory pool
> handler. The fix doesn't change the generated code, but it's still relevant
> since the problem obviously triggers warnings with some tools.
>
> Thanks,
> Jens
>
> The following changes since commit 7d2a07b769330c34b4deabeed939325c77a7ec2f:
>
> Linux 5.14 (2021-08-29 15:04:50 -0700)
>
> are available in the Git repository at:
>
> git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-fix-for-v5.15
>
> for you to fetch changes up to 88a3856c0a8c03188db7913f4d49379432fe1f93:
>
> tee/optee/shm_pool: fix application of sizeof to pointer (2021-09-14 07:54:56 +0200)
>
> ----------------------------------------------------------------
> Fix OP-TEE shm_pool lint warning
>
> ----------------------------------------------------------------
> jing yangyang (1):
> tee/optee/shm_pool: fix application of sizeof to pointer
>
> drivers/tee/optee/shm_pool.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)