From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.ugh.no ([178.79.162.34]:38586 "EHLO mail1.ugh.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761AbdDKAGB (ORCPT ); Mon, 10 Apr 2017 20:06:01 -0400 Subject: Re: [PATCH 4.10 000/110] 4.10.10-stable review To: Greg Kroah-Hartman , stable@vger.kernel.org References: <20170410164201.247583164@linuxfoundation.org> From: Andre Tomt Message-ID: <6f1d1adc-d075-47d4-8056-780ee4efee52@tomt.net> Date: Tue, 11 Apr 2017 01:58:28 +0200 MIME-Version: 1.0 In-Reply-To: <20170410164201.247583164@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: On 10. april 2017 18:41, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.10.10 release. > There are 110 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. turbostat is no longer building: make[2]: Entering directory '/build/data/linux/linux-4.10/build/4.10-1/tools/power/x86/turbostat' gcc -Wall -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"' -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"' turbostat.c -o /build/data/linux/linux-4.10/build/4.10-1/tools/power/x86/turbostat/turbostat turbostat.c: In function ‘dump_atom_turbo_ratio_limits’: turbostat.c:1606:20: error: ‘MSR_ATOM_CORE_RATIOS’ undeclared (first use in this function) get_msr(base_cpu, MSR_ATOM_CORE_RATIOS, &msr); ^~~~~~~~~~~~~~~~~~~~ turbostat.c:1606:20: note: each undeclared identifier is reported only once for each function it appears in turbostat.c:1624:20: error: ‘MSR_ATOM_CORE_TURBO_RATIOS’ undeclared (first use in this function) get_msr(base_cpu, MSR_ATOM_CORE_TURBO_RATIOS, &msr); ^~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile:16: recipe for target 'turbostat' failed This is caused by upstream commit 0f7887c49b0c454aef9936a6eadabe1c91b5af55 and can be fixed by adding upstream commit 8a34fd0226eaae64d61ff9a113d276e28acb6b5c which only adds the missing defines. I did not try to build in 4.9, but given it has the same commits it should be needed there too.