Message ID | 20241218102429.2026460-1-quic_ekangupt@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | Add missing fixes in fastrpc_get_args | expand |
On Wed, Dec 18, 2024 at 03:54:27PM +0530, Ekansh Gupta wrote: > 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. Please describe something non-obvious here. You are basically repeating the list of patches that comes in the next line. > > 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(-) > > -- > 2.34.1 >