From patchwork Wed Mar 29 15:04:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 21906 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD662C6FD18 for ; Wed, 29 Mar 2023 15:05:06 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.310.1680102296775120637 for ; Wed, 29 Mar 2023 08:04:57 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 51E9F2F4; Wed, 29 Mar 2023 08:05:40 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 94F5C3F663; Wed, 29 Mar 2023 08:04:55 -0700 (PDT) From: Ross Burton To: meta-arm@lists.yoctoproject.org Cc: nd@arm.com Subject: [PATCH] arm-bsp/linux-arm64-ack: update Upstream-Status tags Date: Wed, 29 Mar 2023 16:04:53 +0100 Message-Id: <20230329150453.1386041-1-ross.burton@arm.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 29 Mar 2023 15:05:06 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arm/message/4498 Manually check every patch that was marked as Pending and update the patches which are actually backports. Signed-off-by: Ross Burton --- ...3-firmware-arm_ffa-Fix-uuid-argument-passed-to-ffa_par.patch | 2 +- .../tc/0004-firmware-arm_ffa-Add-ffa_dev_get_drvdata.patch | 2 +- ...6-firmware-arm_ffa-Fix-FFA_MEM_SHARE-and-FFA_MEM_FRAG_.patch | 2 +- .../tc/0008-tee-add-sec_world_id-to-struct-tee_shm.patch | 2 +- .../tc/0009-optee-simplify-optee_release.patch | 2 +- .../tc/0010-optee-refactor-driver-with-internal-callbacks.patch | 2 +- .../linux-arm64-ack-5.15/tc/0011-optee-isolate-smc-abi.patch | 2 +- .../linux-arm64-ack-5.15/tc/0012-optee-add-FF-A-support.patch | 2 +- .../tc/0014-optee-Fix-spelling-mistake-reclain-reclaim.patch | 2 +- .../tc/0015-optee-fix-kfree-NULL-pointer.patch | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0003-firmware-arm_ffa-Fix-uuid-argument-passed-to-ffa_par.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0003-firmware-arm_ffa-Fix-uuid-argument-passed-to-ffa_par.patch index fa7c2ef0..e6e1c00e 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0003-firmware-arm_ffa-Fix-uuid-argument-passed-to-ffa_par.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0003-firmware-arm_ffa-Fix-uuid-argument-passed-to-ffa_par.patch @@ -6,7 +6,7 @@ Subject: [PATCH 03/40] firmware: arm_ffa: Fix uuid argument passed to Signed-off-by: Arunachalam Ganapathy Change-Id: Ib2749ec3e02da5bb6d835f7dbf2d608c41fad1f2 -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [f3c45c045e25ed52461829d2ce07954f72b6ad15] Signed-off-by: Rupinderjit Singh --- drivers/firmware/arm_ffa/driver.c | 2 +- diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0004-firmware-arm_ffa-Add-ffa_dev_get_drvdata.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0004-firmware-arm_ffa-Add-ffa_dev_get_drvdata.patch index 752a94b1..6e118231 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0004-firmware-arm_ffa-Add-ffa_dev_get_drvdata.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0004-firmware-arm_ffa-Add-ffa_dev_get_drvdata.patch @@ -5,7 +5,7 @@ Subject: [PATCH 04/40] firmware: arm_ffa: Add ffa_dev_get_drvdata Signed-off-by: Arunachalam Ganapathy Change-Id: Icd09d686cab9922563b1deda5276307ea5d94923 -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [498af8d1678ae2351218337b47bbf3cb0fc16821] Signed-off-by: Rupinderjit Singh --- include/linux/arm_ffa.h | 7 ++++++- diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0006-firmware-arm_ffa-Fix-FFA_MEM_SHARE-and-FFA_MEM_FRAG_.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0006-firmware-arm_ffa-Fix-FFA_MEM_SHARE-and-FFA_MEM_FRAG_.patch index fccf3466..5f076ebd 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0006-firmware-arm_ffa-Fix-FFA_MEM_SHARE-and-FFA_MEM_FRAG_.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0006-firmware-arm_ffa-Fix-FFA_MEM_SHARE-and-FFA_MEM_FRAG_.patch @@ -12,7 +12,7 @@ check for this return code. Signed-off-by: Arunachalam Ganapathy Change-Id: I7ef44742d53a9e75d8587d1213be98a1352f16d4 -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [987756f67dee237ec35f3b249ab1ae25260c5340] Signed-off-by: Rupinderjit Singh --- drivers/firmware/arm_ffa/driver.c | 12 ++++++++---- diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0008-tee-add-sec_world_id-to-struct-tee_shm.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0008-tee-add-sec_world_id-to-struct-tee_shm.patch index fd5bc792..2a22b103 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0008-tee-add-sec_world_id-to-struct-tee_shm.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0008-tee-add-sec_world_id-to-struct-tee_shm.patch @@ -9,7 +9,7 @@ secure world. Reviewed-by: Sumit Garg Signed-off-by: Jens Wiklander -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [9028b2463c1ea96f51c3ba53e2479346019ff6ad] Signed-off-by: Rupinderjit Singh --- include/linux/tee_drv.h | 7 ++++++- diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0009-optee-simplify-optee_release.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0009-optee-simplify-optee_release.patch index aaf96e8e..32e05eda 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0009-optee-simplify-optee_release.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0009-optee-simplify-optee_release.patch @@ -11,7 +11,7 @@ A separate optee_release_supp() is added for the supplicant device. Reviewed-by: Sumit Garg Signed-off-by: Jens Wiklander -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [c0ab6db39a908d86ed44e8a5632548e2ec1b4dca] Signed-off-by: Rupinderjit Singh --- drivers/tee/optee/call.c | 31 ++++++++++------- diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0010-optee-refactor-driver-with-internal-callbacks.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0010-optee-refactor-driver-with-internal-callbacks.patch index cc6863c7..8dfb68dc 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0010-optee-refactor-driver-with-internal-callbacks.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0010-optee-refactor-driver-with-internal-callbacks.patch @@ -16,7 +16,7 @@ possible from the present driver. Reviewed-by: Sumit Garg Signed-off-by: Jens Wiklander -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [4602c5842f649da2fbd2cea3560af750cfbd59e3] Signed-off-by: Rupinderjit Singh --- drivers/tee/optee/call.c | 86 +++++++++-------- diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0011-optee-isolate-smc-abi.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0011-optee-isolate-smc-abi.patch index c2ac12a2..15270bb1 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0011-optee-isolate-smc-abi.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0011-optee-isolate-smc-abi.patch @@ -22,7 +22,7 @@ matter of reorganizing the code. Reviewed-by: Sumit Garg Signed-off-by: Jens Wiklander -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [c51a564a5b48355f30309b84cdffe3f96d1ae0d3] Signed-off-by: Rupinderjit Singh --- drivers/tee/optee/Makefile | 4 +- diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0012-optee-add-FF-A-support.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0012-optee-add-FF-A-support.patch index 089d1b6a..14d89d5c 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0012-optee-add-FF-A-support.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0012-optee-add-FF-A-support.patch @@ -16,7 +16,7 @@ enabled. [1] https://developer.arm.com/documentation/den0077/latest Acked-by: Sumit Garg Signed-off-by: Jens Wiklander -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [4615e5a34b95e0d81467f6d2176f19a5d184cb5d] Signed-off-by: Rupinderjit Singh --- drivers/tee/optee/Makefile | 1 + diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0014-optee-Fix-spelling-mistake-reclain-reclaim.patch b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0014-optee-Fix-spelling-mistake-reclain-reclaim.patch index 78b5d418..3409d66b 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0014-optee-Fix-spelling-mistake-reclain-reclaim.patch +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm64-ack-5.15/tc/0014-optee-Fix-spelling-mistake-reclain-reclaim.patch @@ -10,7 +10,7 @@ Signed-off-by: Colin Ian King Reviewed-by: Sumit Garg [jw: added a fixes] Signed-off-by: Jens Wiklander -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [1b73a9e4986a4e9065bacf1e5ab2dfda17b54161] Signed-off-by: Rupinderjit Singh Reviewed-by: Sumit Garg [jw: removed the redundant braces] Signed-off-by: Jens Wiklander -Upstream-Status: Pending [Not submitted to upstream yet] +Upstream-Status: Backport [c23ca66a4dadb6f050dc57358bc8d57a747c35bf] Signed-off-by: Rupinderjit Singh