Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved memory allocation for signed PD in user space issue #11

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

quic-cgettibo
Copy link
Contributor

No description provided.

@@ -131,12 +131,12 @@ __QAIC_IMPL(apps_mem_request_map64)(int heapid, uint32 lflags, uint32 rflags,
* security reasons. Memory for signedPD's user-heap will be allocated in
* kernel.
*/
//if(!is_kernel_alloc_supported(-1,-1)) FARF(ALWAYS, "cgettibo not kernel support\n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the comments.

@quic-cgettibo quic-cgettibo force-pushed the mem_signed_pd branch 2 times, most recently from 5f96121 to 164cba2 Compare June 5, 2024 10:44
@quic-ekangupt quic-ekangupt linked an issue Jun 6, 2024 that may be closed by this pull request
Signed-off-by: Chanikya Prakash Gettiboina <cgettibo@hu-cgettibo-hyd.qualcomm.com>
@quic-ekangupt quic-ekangupt merged commit b2edf2b into quic:main Jun 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

is_kernel_alloc_supported call returns false value
3 participants