From patchwork Mon Oct 14 06:12:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 13834191 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DDEE1CF259D for ; Mon, 14 Oct 2024 06:16:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=PJQ2ykN3qeX+36TIxIup4vQy6wxkarjKHk6IKJx/OX8=; b=CjeQXIVeJrsx+HVnL1ZgQF89UX hwlgIKToc+BkQnHc2FMCYp68xItOpRlnWSog5UkHxDrdDqnyUN1KifBLJv6cnBeuNGwae3BzOztq2 vPrmcxGahWDLX6gkx83heUI6mKgovYeD1WAt5mqkWAbCtI1/YfFrC/dikkjybu/YdDvXjLMOma8m/ thBKy8MTmGOxOVmaN7hqTaRg2WICaabLdhcTT5YYZWQTEUFYN53kSzV7SBbqOFWxnSMnzRzAPVeOf 9Pn928f14Sl1CLkD5Ij6s037lBw+5n0GhHadAchSlVGX7l5X+YLHtu57CPfb26MkY9tOjR6RvRtX1 UYtelpjw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t0EN5-00000003rUr-0O7D; Mon, 14 Oct 2024 06:15:59 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t0EKK-00000003r6A-2DcN; Mon, 14 Oct 2024 06:13:10 +0000 Received: from umang.jain (unknown [IPv6:2405:201:2015:f873:55d7:c02e:b2eb:ee3f]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D08248BE; Mon, 14 Oct 2024 08:11:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1728886282; bh=ib/zqlp3I1R02nEi+3/evWIldRvuKIHCVnH0oVdwMn0=; h=From:To:Cc:Subject:Date:From; b=Z4xa+sbrYvIobPkh0viGsFcpdJjpTouuBty4Vv/5VqrYkrmO4HKhVBYba/Qg2a8i4 e1W9qDBZRbZQLk4Uy1Klbmew4fYs8W5MDSrdpax5nuuAhh1QVaVOy6sfCt4ZI1pX6M eBhqaNNplnuAHM6p+9LN8MwvmVQpDlI+lqgLc1qg= From: Umang Jain To: Greg Kroah-Hartman , Broadcom internal kernel review list Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Kieran Bingham , Dan Carpenter , Laurent Pinchart , kernel-list@raspberrypi.com, Stefan Wahren , Javier Carrasco , Umang Jain Subject: [PATCH v2 0/2] staging: vchiq_arm: Two memory leak fixes Date: Mon, 14 Oct 2024 11:42:54 +0530 Message-ID: <20241014061256.21858-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241013_231309_009926_C816AD9E X-CRM114-Status: UNSURE ( 4.70 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Two memory leaks were identified and this series addresses those leaks. changes in v2: - Split patches into two v1: - https://lore.kernel.org/linux-staging/b176520b-5578-40b0-9d68-b1051810c5bb@gmx.net/T/#t Umang Jain (2): staging: vchiq_arm: Utilise devm_kzalloc() for allocation staging: vchiq_arm: Utilize devm_kzalloc() for allocation .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)