From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Ekansh Gupta <quic_ekangupt@quicinc.com>, linux-arm-msm@vger.kernel.org
Cc: gregkh@linuxfoundation.org, quic_bkumar@quicinc.com,
linux-kernel@vger.kernel.org, quic_chennak@quicinc.com
Subject: Re: [PATCH v5 0/7] Add missing fixes to FastRPC driver
Date: Tue, 11 Jun 2024 12:54:21 +0100 [thread overview]
Message-ID: <9518804b-a231-40db-82ae-5f8a44edf88f@linaro.org> (raw)
In-Reply-To: <20240611103442.27198-1-quic_ekangupt@quicinc.com>
Thanks for Patches,
Please send the patches in correct order, fixes will follow enhancements.
--srini
On 11/06/2024 11:34, Ekansh Gupta wrote:
> This patch series adds the listed bug fixes that have been missing
> in upstream fastRPC driver.
> - Fix DSP capabilities request.
> - Fix issues in audio daemon attach operation.
> - Restrict untrusted app to attach to privilegeded PD.
>
> Changes in v2:
> - Added separate patch to add newlines in dev_err.
> - Added a bug fix in fastrpc capability function.
> - Added a new patch to save and restore interrupted context.
> - Fixed config dependency for PDR support.
>
> Changes in v3:
> - Dropped interrupted context patch.
> - Splitted few of the bug fix patches.
> - Added Fixes tag wherever applicable.
> - Updated proper commit message for few of the patches.
>
> Changes in v4:
> - Dropped untrusted process and system unsigned PD patches.
> - Updated proper commit message for few of the patches.
> - Splitted patches in more meaningful way.
> - Added helped functions for fastrpc_req_mmap.
>
> Changes in v5:
> - Dropped PDR patch. It will be shared in a separate patch series.
> - Dropped fastrpc_req_mmap and remote_heap specific changes from this
> series. These patches will be shared separately as a new patch series.
> - Changed patch series subject as this series is no longer carrying any
> new feature changes.
>
> Ekansh Gupta (7):
> misc: fastrpc: Add missing dev_err newlines
> misc: fastrpc: Fix DSP capabilities request
> misc: fastrpc: Copy the complete capability structure to user
> misc: fastrpc: Avoid updating PD type for capability request
> misc: fastrpc: Fix memory leak in audio daemon attach operation
> misc: fastrpc: Fix ownership reassignment of remote heap
> misc: fastrpc: Restrict untrusted app to attach to privileged PD
>
> drivers/misc/fastrpc.c | 51 +++++++++++++++++++++++++++----------
> include/uapi/misc/fastrpc.h | 3 +++
> 2 files changed, 40 insertions(+), 14 deletions(-)
>
next prev parent reply other threads:[~2024-06-11 11:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-11 10:34 [PATCH v5 0/7] Add missing fixes to FastRPC driver Ekansh Gupta
2024-06-11 10:34 ` [PATCH v5 1/7] misc: fastrpc: Add missing dev_err newlines Ekansh Gupta
2024-06-11 10:34 ` [PATCH v5 2/7] misc: fastrpc: Fix DSP capabilities request Ekansh Gupta
2024-06-11 10:34 ` [PATCH v5 3/7] misc: fastrpc: Copy the complete capability structure to user Ekansh Gupta
2024-06-11 10:34 ` [PATCH v5 4/7] misc: fastrpc: Avoid updating PD type for capability request Ekansh Gupta
2024-06-11 11:56 ` Dmitry Baryshkov
2024-06-11 10:34 ` [PATCH v5 5/7] misc: fastrpc: Fix memory leak in audio daemon attach operation Ekansh Gupta
2024-06-11 10:34 ` [PATCH v5 6/7] misc: fastrpc: Fix ownership reassignment of remote heap Ekansh Gupta
2024-06-11 11:59 ` Dmitry Baryshkov
2024-06-12 4:24 ` Ekansh Gupta
2024-06-12 12:49 ` Dmitry Baryshkov
2024-06-11 10:34 ` [PATCH v5 7/7] misc: fastrpc: Restrict untrusted app to attach to privileged PD Ekansh Gupta
2024-06-11 11:53 ` (subset) [PATCH v5 0/7] Add missing fixes to FastRPC driver Srinivas Kandagatla
2024-06-11 11:54 ` Srinivas Kandagatla [this message]
2024-06-11 11:56 ` Srinivas Kandagatla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9518804b-a231-40db-82ae-5f8a44edf88f@linaro.org \
--to=srinivas.kandagatla@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_bkumar@quicinc.com \
--cc=quic_chennak@quicinc.com \
--cc=quic_ekangupt@quicinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox