From patchwork Mon Dec 9 17:57:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Levitsky X-Patchwork-Id: 13900174 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 CE2621E9B19 for ; Mon, 9 Dec 2024 17:58:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733767091; cv=none; b=Jtri81luDpY8r2i2UKuTxqaEpDs5i2VEdnVfpYmd3IKeLTeunbFPTNT7O24PXuoWDEhKfezqO7y6YmwL8B1nNmMdIGw33W+X/d4bAxmi3QmVCJc1ZgDkd8AXRl+rnweMv8JqwjfLU19u4DDZ70G7tHLRRbtQf73b6aWiCLBHVRY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733767091; c=relaxed/simple; bh=VaTHl5CWYXaEUg5GJy076IuF06Ppro6TIwGO5pxBuO0=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=KvXsfqu9kX3gk6Pr49A20I+90kkSM51FxLSi65aQlB3vHA2y5kgqyQ8/j+INwHofPIurIWhAOkF4hyIYmDo1bgSuRMKK9KHIqvbk+GV7lgNVKxH3r06sWuP2NEiH1OosJW2cE/XO4CH8Ce3OVc8nZNQFoiALP7cefALeadDREdU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=iX5sLhwq; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="iX5sLhwq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1733767089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PGHdr5xe6OO2VfVdzoKzmBYzOtEMeKKpC50tlN0vOu0=; b=iX5sLhwqQogOQG2IhwdZoMwhpr0YMklX3ZPJw0u+0rW9WYdNheh63HbpfZ2NIkWrd2lp7e /519EZEeGydBQSqQnFeeMGGdTSrv6bx1amzepN1jpQnmRV2NHnFqapZao0Z5i4l7AKuN3x nKQ0mRMCnshaN635h2+OJmRAPwBQgEA= Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-446-hIhlvnUsMiWopcay2Ie4Qw-1; Mon, 09 Dec 2024 12:58:05 -0500 X-MC-Unique: hIhlvnUsMiWopcay2Ie4Qw-1 X-Mimecast-MFC-AGG-ID: hIhlvnUsMiWopcay2Ie4Qw Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 1FAFE1956088; Mon, 9 Dec 2024 17:58:00 +0000 (UTC) Received: from starship.lan (unknown [10.22.82.46]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 37B70195606C; Mon, 9 Dec 2024 17:57:56 +0000 (UTC) From: Maxim Levitsky To: kvm@vger.kernel.org Cc: Jakub Kicinski , Haiyang Zhang , Souradeep Chakrabarti , linux-hyperv@vger.kernel.org, Dexuan Cui , Paolo Abeni , linux-kernel@vger.kernel.org, Konstantin Taranov , Leon Romanovsky , "K. Y. Srinivasan" , Wei Liu , Andrew Lunn , Shradha Gupta , "David S. Miller" , netdev@vger.kernel.org, Eric Dumazet , Long Li , Yury Norov , Maxim Levitsky Subject: [PATCH v2 1/2] net: mana: Fix memory leak in mana_gd_setup_irqs Date: Mon, 9 Dec 2024 12:57:50 -0500 Message-Id: <20241209175751.287738-2-mlevitsk@redhat.com> In-Reply-To: <20241209175751.287738-1-mlevitsk@redhat.com> References: <20241209175751.287738-1-mlevitsk@redhat.com> Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 Commit 8afefc361209 ("net: mana: Assigning IRQ affinity on HT cores") added memory allocation in mana_gd_setup_irqs of 'irqs' but the code doesn't free this temporary array in the success path. This was caught by kmemleak. Fixes: 8afefc361209 ("net: mana: Assigning IRQ affinity on HT cores") Signed-off-by: Maxim Levitsky Reviewed-by: Michal Swiatkowski Reviewed-by: Kalesh AP --- drivers/net/ethernet/microsoft/mana/gdma_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/microsoft/mana/gdma_main.c b/drivers/net/ethernet/microsoft/mana/gdma_main.c index e97af7ac2bb2..aba188f9f10f 100644 --- a/drivers/net/ethernet/microsoft/mana/gdma_main.c +++ b/drivers/net/ethernet/microsoft/mana/gdma_main.c @@ -1375,6 +1375,7 @@ static int mana_gd_setup_irqs(struct pci_dev *pdev) gc->max_num_msix = nvec; gc->num_msix_usable = nvec; cpus_read_unlock(); + kfree(irqs); return 0; free_irq: