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 8C6073385BE for ; Fri, 12 Jun 2026 10:32:19 +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=1781260340; cv=none; b=YuO7kSp2dTWhBzsrJqTh/Gl0uOhauMQGzNYlhBRarIgzKNx7Nj0uylwHV4aB+m2O180BLyVSXwchbbkKmpNqk2KiRMeSctvijMpsTkCz6Y5rOa7iYLMskvC0I3vskLe6dZiAGqt0UXzZ4qM1Hr1poxcpRk1JOV6ciNTbF8SUFV4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781260340; c=relaxed/simple; bh=MqJ07ydIYnXdrSszrOqE2VTGXulc1rMdoZak3BUCztc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=SZeGcBRtzYRbTWOtaCaQqtAWvLVWWPzfW8ijuKST+2vsr7CMlRC63TlORCc3aTqQpXZkK5JoNju89pL+9sTpz4PewL4A87Ux7Yv9/q79yqqG6dvlijnXbF82diz46fpOwzuAKxL3sTDecDfVYXloScQ3TzYNHDYFkAfqhHomkwo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aNAxP2Aw; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="aNAxP2Aw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 823A51F000E9; Fri, 12 Jun 2026 10:32:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1781260339; bh=MkS8kRtRntvLDuToKB//ttqA8aEx7GHJ/5We8SZ86HU=; h=Date:From:To:Cc:Subject; b=aNAxP2AwtTDM5BuRAVDI+SeVk5XdlQ7u1sHEUV7weA2Z/5eRCot90+fmTeppply3c nOSg5Cq+ywvqAmXTxFH3SJRKh3tSzVLSRaFB3dEJwC41hWDituSk2heMz6JjsG0Dvh djBlEftkD5exXw/WwfUIu2myJOXUvdg0yQ5KZw2A= Date: Fri, 12 Jun 2026 12:31:18 +0200 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 7.1-final Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit e43ffb69e0438cddd72aaa30898b4dc446f664f8: Linux 7.1-rc6 (2026-05-31 15:14:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-7.1-final for you to fetch changes up to 07ebe87915d8accdaba20c4f88c5ae430fe62fbb: misc: fastrpc: fix use-after-free race in fastrpc_map_create (2026-06-05 17:20:51 +0200) ---------------------------------------------------------------- Char/Misc driver fixes for 7.1-final Here are some small driver fixes for 7.1-final to resolve some reported issues. Included in here are: - slimbus qcom driver bugfixes - nvmem driver bugfixes - fastrpc driver bugfixes - stratix10 firmware driver bugfixes All of these have been in linux-next for over a week with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Anandu Krishnan E (1): misc: fastrpc: fix use-after-free of fastrpc_user in workqueue context Andre Heider (1): nvmem: layouts: onie-tlv: fix hang on unknown types Bartosz Golaszewski (2): nvmem: core: fix use-after-free bugs in error paths slimbus: qcom-ngd-ctrl: fix OF node refcount Bjorn Andersson (7): slimbus: qcom-ngd-ctrl: Fix up platform_driver registration slimbus: qcom-ngd-ctrl: Fix probe error path ordering slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd slimbus: qcom-ngd-ctrl: Initialize controller resources in controller slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock Dinh Nguyen (1): firmware: stratix10-rsu: Fix NULL deref on rsu_send_msg() timeout in probe Greg Kroah-Hartman (1): Merge tag 'svc_fixes_for_v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into char-misc-linus Junrui Luo (1): misc: fastrpc: fix DMA address corruption due to find_vma misuse Muhammad Amirul Asyraf Mohamad Jamian (2): firmware: stratix10-svc: Return -EOPNOTSUPP when ATF async unsupported firmware: stratix10-svc: Don't fail probe when async ops unsupported 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/firmware/stratix10-rsu.c | 45 +++++++-------- drivers/firmware/stratix10-svc.c | 21 +++++-- drivers/misc/fastrpc.c | 107 +++++++++++++++++++++------------- drivers/nvmem/core.c | 12 ++-- drivers/nvmem/layouts/onie-tlv.c | 3 +- drivers/slimbus/qcom-ngd-ctrl.c | 122 ++++++++++++++++++++++++--------------- 6 files changed, 189 insertions(+), 121 deletions(-)