From: srini@kernel.org
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, Srinivas Kandagatla <srini@kernel.org>
Subject: [PATCH 0/4] misc: fastrpc: fixes for 7.1
Date: Sat, 30 May 2026 21:45:24 +0100 [thread overview]
Message-ID: <20260530204528.116920-1-srini@kernel.org> (raw)
From: Srinivas Kandagatla <srini@kernel.org>
Hi Greg,
Here are some fixes in ngd-ctrl driver which can go for 7.1 release
Could you please queue these as 7.1 material.
Fixes include
- two use-after-free cases fixed by Anandu and Xiao.
- NULL pointer dereference fix
- DMA address corruption due to find_vma misuse
Thanks for all the help,
Srini
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Anandu Krishnan E (1):
misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context
Junrui Luo (1):
misc: fastrpc: fix DMA address corruption due to find_vma misuse
Mukesh Ojha (1):
misc: fastrpc: Fix NULL pointer dereference in rpmsg callback
Zhenghang Xiao (1):
misc: fastrpc: fix use-after-free race in fastrpc_map_create
drivers/misc/fastrpc.c | 107 ++++++++++++++++++++++++++---------------
1 file changed, 68 insertions(+), 39 deletions(-)
--
2.53.0
next reply other threads:[~2026-05-30 20:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-30 20:45 srini [this message]
2026-05-30 20:45 ` [PATCH 1/4] misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context srini
2026-05-30 20:45 ` [PATCH 2/4] misc: fastrpc: fix DMA address corruption due to find_vma misuse srini
2026-05-30 20:45 ` [PATCH 3/4] misc: fastrpc: Fix NULL pointer dereference in rpmsg callback srini
2026-05-30 20:45 ` [PATCH 4/4] misc: fastrpc: fix use-after-free race in fastrpc_map_create srini
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=20260530204528.116920-1-srini@kernel.org \
--to=srini@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/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