misc: fastrpc: Update to v3 patch#1038
Open
quic-anane wants to merge 1 commit intoqualcomm-linux:tech/mm/fastrpcfrom
Open
misc: fastrpc: Update to v3 patch#1038quic-anane wants to merge 1 commit intoqualcomm-linux:tech/mm/fastrpcfrom
quic-anane wants to merge 1 commit intoqualcomm-linux:tech/mm/fastrpcfrom
Conversation
Update the code with new version of the the patch to avoid stability issues in device release path. Signed-off-by: Anandu Krishnan E <anane@qti.qualcomm.com>
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.
update to latest patch to avoid stability issues in device release path
Changes in v3:
Fixed fastrpc_user_put()/fastrpc_channel_ctx_put() call order in
fastrpc_context_free() and the err_idr path of fastrpc_context_alloc();
the correct ordering from v1 was accidentally reversed in v2
Link to v2: https://lore.kernel.org/all/20260427074021.3774769-1-anandu.e@oss.qualcomm.com/
Changes in v2:
Rewrote commit message to establish the problem first per review
feedback; identified all three UAF dereference sites explicitly
Moved resource cleanup (pending contexts, maps, mmaps) into
fastrpc_user_free() so teardown is consolidated in the kref
release callback
Link to v1: https://lore.kernel.org/all/20260226151121.818852-1-anandu.e@oss.qualcomm.com/