[GIT PULL] Staging driver fixes for 6.12-rc7
From: Greg KH
Date: Sun Nov 10 2024 - 01:32:07 EST
The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:
Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.12-rc7
for you to fetch changes up to 807babf69027b4f1c55e72b06879658e83830880:
staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation (2024-10-19 10:04:57 +0200)
----------------------------------------------------------------
Staging driver fixes for 6.12-rc7
Here are 2 small memory leak fixes for the vchiq_arm staging driver that
have been sitting in my tree for weeks and should get merged for
6.12-rc7 so that people don't keep tripping over them.
They both have been in linux-next for a while with no reported problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
----------------------------------------------------------------
Umang Jain (2):
staging: vchiq_arm: Use devm_kzalloc() for vchiq_arm_state allocation
staging: vchiq_arm: Use devm_kzalloc() for drv_mgmt allocation
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)