From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F8F329D26B for ; Sat, 30 May 2026 20:45:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780173938; cv=none; b=WQfVNgG1PFH7VQvu2JDTXi5zvGfO+i1CjSVZgdo8NymAf7u4VTiVUJzMVMYdAJJhP33pcOYcJY+sgX3bemgVV5vJ+UubKF2TNEZudCKCcXBNZtkcYyaR5SKhnLsksYwuL8QcGgNCGP7OsUqf3MAZhrqGwcZ1Q4th6BWGpNQvaoc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780173938; c=relaxed/simple; bh=1thLGJQ3qdik9eHnTXAKMMZxOPVB+rCTm/9dfNa0UiM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=NOYHYWSAvOsok8iogvqTcWd4yrjHMEVcTUPYPMtRweU+R/xr28yxyF5XdXBBkk6Jn5C5PUmoRVQpvZTMYf7PDSXLR5BCEgxrXKfMCmkd2kRu2LVvXFDjCTlx3uUXpbmatDVXPYJ8tDPNEY/fRGsczAw19Bvpl3YX/Y6ulTxxWro= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ao6tiRdJ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ao6tiRdJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B22FE1F00898; Sat, 30 May 2026 20:45:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780173936; bh=K6cWy+EqfNqfOmju1rdA3HUtdpwUJ5ZYqW93LIxJieo=; h=From:To:Cc:Subject:Date; b=Ao6tiRdJrBK5e06g8FZ6kR2q3i7905XasGC/BBIDjAOLpQnqyM0adPnAWqhudhpq+ lOM0cbMhCKRSa+HkA9FMzLeHyB0fU3lxjLkBXyGp5wU1XIieBbPbnBgsMXE3G9ERnJ X+vyp/xwJqk4JqXhkHLqW+h9MH4K80/IyBZeAykQg+jwoV5kH/UsGcJ8kxfhLWSeYH 1f+UgkSFKOumIe+L3ETw8nDGc+LqJHvs5myojydesYZJPdrpNgDw9bCIbmAA8V3OcN OIT3oHKZVveK1/1VGV/Wq8TAj3iXZrjrXtoL0zaafdaGz857f4cRUvN8rulfTINrGq hQUSO26s0rR2A== From: srini@kernel.org To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Srinivas Kandagatla Subject: [PATCH 0/4] misc: fastrpc: fixes for 7.1 Date: Sat, 30 May 2026 21:45:24 +0100 Message-ID: <20260530204528.116920-1-srini@kernel.org> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Srinivas Kandagatla 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