Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf fix from Ingo Molnar:
"A single Kbuild dependency fix"

* tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
perf/x86/rapl: Fix RAPL config variable bug

+1 -1
+1 -1
arch/x86/events/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 obj-y += core.o probe.o 3 - obj-$(PERF_EVENTS_INTEL_RAPL) += rapl.o 3 + obj-$(CONFIG_PERF_EVENTS_INTEL_RAPL) += rapl.o 4 4 obj-y += amd/ 5 5 obj-$(CONFIG_X86_LOCAL_APIC) += msr.o 6 6 obj-$(CONFIG_CPU_SUP_INTEL) += intel/