Peter,

On Fri, 2014-10-31 at 12:13 +0100, Ingo Molnar wrote:
> Please pull the latest perf-urgent-for-linus git tree from:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
> perf-urgent-for-linus
> 
>    # HEAD: d785452c9972fac2808479eb561d5c426b6e7d3b Merge tag 
> 'perf-urgent-for-mingo' of 
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
> 
>[...]
>
> Peter Zijlstra (2):
>       [...]
>       perf/x86: Fix compile warnings for intel_uncore

This was included in v3.18-rc3.

> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index f2327e88e07c..ded8a6774ac9 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -142,6 +142,10 @@ config INSTRUCTION_DECODER
>       def_bool y
>       depends on KPROBES || PERF_EVENTS || UPROBES
>  
> +config PERF_EVENTS_INTEL_UNCORE
> +     def_bool y
> +     depends on PERF_EVENTS && SUP_SUP_INTEL && PCI

Andi spotted this typo (see https://lkml.org/lkml/2014/10/28/455 ). So
did my local perl script when it hit next-20141029. But since this was
already discussed I didn't bother to mention it too.

One expects this to be fixed by s/SUP_SUP_INTEL/CPU_SUP_INTEL/. Perhaps
the fix is more complicated, but anyhow, the typo isn't fixed in
next-20141103 or, as far as I can tell, in tip.git. So I decided to
remind you to make sure this doesn't fall through the cracks.

> +
>  config OUTPUT_FORMAT
>       string
>       default "elf32-i386" if X86_32


Paul Bolle

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to