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 7B939C4332F for ; Tue, 15 Nov 2022 07:05: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: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=/SZUNUbvZlSCn+zq4sKle7Uo+zHAEal2Dl1Q/5AXjio=; b=PK8MgyfLDjgVuf qZkaK16ok2yiAdC5UnpJy8UdfVIMqldn00T7Ga8A6I3chuT6kKd67qoEmiqT+Kfl5kVC2mbZanykM Bw/p5VKgX/cJneQ270kYTpqkOfI1nwepr3HYSMX+t/+scTzUXwBLqLvAXNDb9yFbP6W3LMQ1RMKr2 LhP1NSmDwBJztKZWhedMNvSTmSB5kv5oQktdTa5m5WIXYJPUV7VMOceU9BIglQGpbbhWjX55uh38Z BuQC2sGhoPqJyRK1EiMXbAPUjeMa8QAjrZTtlhfhkWW87hUhxbbqQ22ycOTO2z9LsVymzqnZwYQJl okbLfTfZjD0CrgTuS3ZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oupzQ-008RwD-5G; Tue, 15 Nov 2022 07:04:12 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oupzD-008RFE-KD for linux-arm-kernel@lists.infradead.org; Tue, 15 Nov 2022 07:04:01 +0000 Received: from dggpeml500024.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4NBHFk2fNvzHvld; Tue, 15 Nov 2022 15:03:22 +0800 (CST) Received: from huawei.com (10.175.112.208) by dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 15 Nov 2022 15:03:51 +0800 From: Yuan Can To: , , , , , CC: Subject: [PATCH 0/2] perf: Fix some hotplug callback leaks Date: Tue, 15 Nov 2022 07:02:05 +0000 Message-ID: <20221115070207.32634-1-yuancan@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.175.112.208] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To dggpeml500024.china.huawei.com (7.185.36.10) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221114_230359_896626_682C8581 X-CRM114-Status: UNSURE ( 5.17 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series fix two error handling missing related problems that can lead to hotplug callback leaks. Yuan Can (2): perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init() drivers: perf: marvell_cn10k: Fix hotplug callback leak in tad_pmu_init() drivers/perf/arm_dsu_pmu.c | 6 +++++- drivers/perf/marvell_cn10k_tad_pmu.c | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel