From mboxrd@z Thu Jan 1 00:00:00 1970 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 D85F0D1AD22 for ; Wed, 16 Oct 2024 08:02:43 +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:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2F5FJjjFL9j7hsUjQWKknWEXd4UI70XjLvADxGSetL8=; b=j3yG3qygq3i7w7DOhN8GkSovAe 9bgSNj5CpAHm0iS61K2/pvOfRBkK3vkEkoiS+M2b8g/nkhf/yX3EjP77HumbfaxXTXckA3CdGkBiM VJ/MJbw4PWZzUH5ceYdD6GkPw+Tf2hjUKc7GnZXAboMPQC1NA3atBd7rP7pJsV2QuxGEZC9w/bHCr R7Efu/NzVgnYjUJoEzNNBtD/GJ0pQTy+8FathVjgqRkyDiKNuwWI2B97rxGBfA3jzloUp+cv59Y1v kmRQl0KZ+qZ8ferLRBv5idZn9JBMbumLB90UcXFg3DlUKvGNmSa1rZNnmhqtyllEtjNfmyLepZnOu gtqd1r4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t0yzG-0000000Avo6-1FIj; Wed, 16 Oct 2024 08:02:30 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1t0yuz-0000000AvAh-0I2g; Wed, 16 Oct 2024 07:58:06 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 8020A5C5986; Wed, 16 Oct 2024 07:57:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24899C4CEC5; Wed, 16 Oct 2024 07:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1729065483; bh=1D2jsBeYDEAhVuG4OQw+QbvOsFJzQL4YBaU7YvW1GHw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i+snVq26ARb2XZCxOsH86Xwnsj6YuDX95yNLxpfOyQNlBh2/bTDq25uhnj07JGqMo aHgy/AsZPsQmWtDA4goZJrcoGTnCi4NeCgrAfrGnOmJLZ5R542l2P8hXxtXO6ayqZd 12ovVnD+LxA4CRzOYYpcOivG763NrSWDiHbZvNy8= Date: Wed, 16 Oct 2024 09:58:00 +0200 From: Greg Kroah-Hartman To: Umang Jain Cc: Broadcom internal kernel review list , 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 Subject: Re: [PATCH v3 0/2] staging: staging: vchiq_arm: Two memory leak fixes Message-ID: <2024101622-upgrade-grape-33c2@gregkh> References: <20241014100624.104987-1-umang.jain@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241014100624.104987-1-umang.jain@ideasonboard.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241016_005805_179826_7BCA42FE X-CRM114-Status: UNSURE ( 7.92 ) 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 On Mon, Oct 14, 2024 at 03:36:22PM +0530, Umang Jain wrote: > Two memory leaks were identified and this series addresses those leaks. > > Changes in v3: > - Add Fixes tag to 1/2 as well. > (Suggestion by Dan Carpenter) > > 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 You have two commits with almost identical commit messages (one with a spelling mistake.) Please fix this up to have them be unique not in a way with a misspelling :) thanks, greg k-h