[GIT PULL] Char/Misc/IIO driver fixes for 6.18-rc1
From: Greg KH
Date: Tue Oct 07 2025 - 09:09:17 EST
The following changes since commit 1b237f190eb3d36f52dffe07a40b5eb210280e00:
Linux 6.17-rc3 (2025-08-24 12:04:12 -0400)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.18-rc1-2
for you to fetch changes up to 10df039834f84a297c72ec962c0f9b7c8c5ca31a:
misc: fastrpc: Skip reference for DMA handles (2025-09-12 16:34:10 +0200)
----------------------------------------------------------------
Char/Misc fixes for 6.18-rc1
Here are some small nvmem and fastrpc fixes for 6.18-rc1. They missed
the cut-off to get into 6.17-final, due to me being slow in getting them
out, my fault, not the maintainers of these subsystems :(
Anyway, better late than never. Changes included in here are:
- nvmem fix for automatic module loading
- fastrpc driver fixes for reported issues
All of these have been in linux-next for weeks (4?) with no reported
issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Ling Xu (4):
misc: fastrpc: Save actual DMA size in fastrpc_map structure
misc: fastrpc: Fix fastrpc_map_lookup operation
misc: fastrpc: fix possible map leak in fastrpc_put_args
misc: fastrpc: Skip reference for DMA handles
Michael Walle (1):
nvmem: layouts: fix automatic module loading
drivers/misc/fastrpc.c | 89 ++++++++++++++++++++++++++++++++-----------------
drivers/nvmem/layouts.c | 13 ++++++++
2 files changed, 71 insertions(+), 31 deletions(-)