mbox series

[v1,0/2] Add missing fixes in fastrpc_get_args

Message ID 20241218102429.2026460-1-quic_ekangupt@quicinc.com
Headers show
Series Add missing fixes in fastrpc_get_args | expand

Message

Ekansh Gupta Dec. 18, 2024, 10:24 a.m. UTC
This patch series adds the listed bug fixes that have been missing
in upstream fastRPC driver:
- Page address for registered buffer(with fd) is not calculated
  properly.
- Page size calculation for non-registered buffer(copy buffer) is
  incorrect.

Ekansh Gupta (2):
  misc: fastrpc: Fix registered buffer page address
  misc: fastrpc: Fix copy buffer page size

 drivers/misc/fastrpc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)