Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932346AbdCGBbr (ORCPT ); Mon, 6 Mar 2017 20:31:47 -0500 Received: from fldsmtpe03.verizon.com ([140.108.26.142]:58295 "EHLO fldsmtpe03.verizon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdCGBbi (ORCPT ); Mon, 6 Mar 2017 20:31:38 -0500 X-IronPort-Anti-Spam-Filtered: false X-IronPort-AV: E=Sophos;i="5.35,255,1484006400"; d="scan'208";a="1393090727" From: alexander.levin@verizon.com X-Host: discovery.odc.vzwcorp.com To: Tan Xiaojun CC: "peterz@infradead.org" , "wangnan0@huawei.com" , "guohanjun@huawei.com" , "linuxarm@huawei.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH -stable 4.1 0/4] perf/core: Fix dynamic interrupt throttle Thread-Topic: [PATCH -stable 4.1 0/4] perf/core: Fix dynamic interrupt throttle Thread-Index: AQHSlsexhblNrIxPiEGMx2yePDZvng== Date: Mon, 6 Mar 2017 22:19:16 +0000 Message-ID: <20170306221914.mvyt4vjrjyrxuxqf@sasha-lappy> References: <1488784465-58402-1-git-send-email-tanxiaojun@huawei.com> In-Reply-To: <1488784465-58402-1-git-send-email-tanxiaojun@huawei.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mutt/1.6.2-neo (2016-08-21) x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.144.60.250] Content-Type: text/plain; charset="us-ascii" Content-ID: <6911B669430CF84FB3D984041B925369@vzwcorp.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v271Vob9010651 Content-Length: 672 Lines: 28 On Mon, Mar 06, 2017 at 03:14:21PM +0800, Tan Xiaojun wrote: > These four patches are needed for stable 4.1. They fix function of dynamic > interrupt throttle. > > Kan Liang (1): > perf/core: Fix implicitly enable dynamic interrupt throttle > > Peter Zijlstra (2): > perf/core: Fix dynamic interrupt throttle > perf/core: Make sysctl_perf_cpu_time_max_percent conform to > documentation > > Tan Xiaojun (1): > perf/core: Fix the perf_cpu_time_max_percent check > > kernel/events/core.c | 97 ++++++++++++++++++++++++++++++++-------------------- > 1 file changed, 60 insertions(+), 37 deletions(-) > > -- > 1.9.1 > Applied, thanks! -- Thanks, Sasha