Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Add missing features to FastRPC driver
@ 2024-05-08  5:42 Ekansh Gupta
  2024-05-08  5:42 ` [PATCH v1 1/5] misc: fastrpc: Redesign remote heap management Ekansh Gupta
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Ekansh Gupta @ 2024-05-08  5:42 UTC (permalink / raw)
  To: srinivas.kandagatla, linux-arm-msm; +Cc: gregkh, linux-kernel

This patch series adds the listed features that have been missing
in upstream fastRPC driver.

- Redesign and improve remote heap management.
- Add static PD restart support for audio and sensors PD using
  PDR framework.
- Add change to support unsigned PD. Unsigned PD can be enabled
  using userspace API:
  https://git.codelinaro.org/linaro/qcomlt/fastrpc/-/blob/master/src/fastrpc_apps_user.c?ref_type=heads#L1173
- Add check for untrusted applications and allow trusted processed to
  offload to system unsigned PD.

Ekansh Gupta (5):
  misc: fastrpc: Redesign remote heap management
  misc: fastrpc: Add support for unsigned PD
  misc: fastrpc: Restrict untrusted apk to spawn
  misc: fastrpc: Add system unsigned PD support
  misc: fastrpc: Add static PD restart support

 drivers/misc/Kconfig        |   1 +
 drivers/misc/fastrpc.c      | 631 +++++++++++++++++++++++++++++-------
 include/uapi/misc/fastrpc.h |   2 +
 3 files changed, 514 insertions(+), 120 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-05-09  9:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08  5:42 [PATCH v1 0/5] Add missing features to FastRPC driver Ekansh Gupta
2024-05-08  5:42 ` [PATCH v1 1/5] misc: fastrpc: Redesign remote heap management Ekansh Gupta
2024-05-08  5:42 ` [PATCH v1 2/5] misc: fastrpc: Add support for unsigned PD Ekansh Gupta
2024-05-08  5:42 ` [PATCH v1 3/5] misc: fastrpc: Restrict untrusted apk to spawn Ekansh Gupta
2024-05-08  5:42 ` [PATCH v1 4/5] misc: fastrpc: Add system unsigned PD support Ekansh Gupta
2024-05-08  5:42 ` [PATCH v1 5/5] misc: fastrpc: Add static PD restart support Ekansh Gupta
2024-05-08 21:18   ` kernel test robot
2024-05-08 21:59   ` kernel test robot
2024-05-09  9:58   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox