[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <162996392470.25758.6765219503941032340.tip-bot2@tip-bot2>
Date: Thu, 26 Aug 2021 07:45:24 -0000
From: "tip-bot2 for Kim Phillips" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Kim Phillips <kim.phillips@....com>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: perf/urgent] perf/x86/amd/power: Assign pmu.module
The following commit has been merged into the perf/urgent branch of tip:
Commit-ID: ccf26483416a339c114409f6e7cd02abdeaf8052
Gitweb: https://git.kernel.org/tip/ccf26483416a339c114409f6e7cd02abdeaf8052
Author: Kim Phillips <kim.phillips@....com>
AuthorDate: Tue, 17 Aug 2021 17:10:43 -05:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Thu, 26 Aug 2021 09:12:57 +02:00
perf/x86/amd/power: Assign pmu.module
Assign pmu.module so the driver can't be unloaded whilst in use.
Signed-off-by: Kim Phillips <kim.phillips@....com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/20210817221048.88063-4-kim.phillips@amd.com
---
arch/x86/events/amd/power.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/events/amd/power.c b/arch/x86/events/amd/power.c
index 16a2369..37d5b38 100644
--- a/arch/x86/events/amd/power.c
+++ b/arch/x86/events/amd/power.c
@@ -213,6 +213,7 @@ static struct pmu pmu_class = {
.stop = pmu_event_stop,
.read = pmu_event_read,
.capabilities = PERF_PMU_CAP_NO_EXCLUDE,
+ .module = THIS_MODULE,
};
static int power_cpu_exit(unsigned int cpu)
Powered by blists - more mailing lists