Kernel: add MinkIPC QTEE PKCS#11 validation - #537
Open
Srikanth Muppandam (smuppand) wants to merge 3 commits into
Open
Kernel: add MinkIPC QTEE PKCS#11 validation#537Srikanth Muppandam (smuppand) wants to merge 3 commits into
Srikanth Muppandam (smuppand) wants to merge 3 commits into
Conversation
Centralize QTEE runtime preparation, TA discovery, result parsing, timeout logging, and service restoration for PKCS11 tests. Add Debian and Ubuntu package mappings so missing QTEE test components can be provisioned before execution. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Validate the QTEE PKCS11 TA, runtime services, secure storage, expected case manifest, and relevant kernel-log health. Support filters and bounded repeatability in one suite while avoiding inapplicable clear-storage failures on PKCS11-only images. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Exercise non-mutating PKCS11 initialization, discovery, and session cases from concurrent xtest_qtee clients. Recover only from serialized QTEE TEEC_ERROR_BUSY session opens with bounded retries while preserving strict failures and per-attempt logs. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Srikanth Muppandam (smuppand)
requested review from
Bhargav-qcom (bhargav0610),
vnarapar and
xbharani
August 17, 2026 04:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add functional validation for the Qualcomm QTEE PKCS#11 Trusted Application through MinkIPC and
xtest_qtee.Changes
--iterations.--clear-storagewhen its separate storage-test TAs are not provisioned.TEEC_ERROR_BUSYsession-open contention using bounded retries.