FROMLIST: arm64: dts: qcom: kodiak: increase fastrpc compute-cb session slots#431
Merged
Salendarsingh Gaud (sgaud-quic) merged 1 commit intoApr 13, 2026
Conversation
…on slots Some workloads on Kodiak can exhaust FastRPC sessions when multiple compute clients open contexts concurrently, leading to -EBUSY failures. Describe the compute context bank with qcom,nsessions = <5> so the driver can provision enough session slots for the compute-cb instance. Link: https://lore.kernel.org/all/20260401073345.478-1-jianping.li@oss.qualcomm.com/ Signed-off-by: Jianping Li <jianping.li@oss.qualcomm.com>
Ekansh Gupta (ekanshibu)
approved these changes
Apr 7, 2026
Shiraz Hashim (shashim-quic)
approved these changes
Apr 7, 2026
This is failing because in orbit CR mainline component is not linked to valid changes. |
Test Matrix
|
Contributor
Jianping (@Jianping-Li) Please update CR with mainline changes |
Test Matrix
|
Test Matrix
|
Test Matrix
|
Contributor
|
Jianping (@Jianping-Li) No PR in mainline, please update CR with mainline PR |
Test Matrix
|
Salendarsingh Gaud (sgaud-quic)
requested changes
Apr 11, 2026
Salendarsingh Gaud (sgaud-quic)
left a comment
Contributor
There was a problem hiding this comment.
Jianping (@Jianping-Li) No PR in mainline, please update CR with mainline PR
Salendarsingh Gaud (sgaud-quic)
approved these changes
Apr 13, 2026
Salendarsingh Gaud (sgaud-quic)
merged commit Apr 13, 2026
cad3efc
into
qualcomm-linux:qcom-6.18.y
7 of 8 checks passed
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.
Some workloads on Kodiak can exhaust FastRPC sessions when multiple compute clients open contexts concurrently, leading to -EBUSY failures.
Describe the compute context bank with qcom,nsessions = <5> so the driver can provision enough session slots for the compute-cb instance.
Link: https://lore.kernel.org/all/20260401073345.478-1-jianping.li@oss.qualcomm.com/
CRs-Fixed: 4488683