Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755274AbcK3F2M (ORCPT ); Wed, 30 Nov 2016 00:28:12 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35421 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751529AbcK3F2D (ORCPT ); Wed, 30 Nov 2016 00:28:03 -0500 Date: Tue, 29 Nov 2016 21:27:59 -0800 From: Eduardo Valentin To: Thomas Gleixner , Rui Zhang Cc: LKML , Peter Zijlstra , Borislav Petkov , linux-pm@vger.kernel.org, x86@kernel.org, rt@linutronix.de, Srinivas Pandruvada Subject: Re: [patch V2 00/12] thermal/x86_pkg_temp: Sanitize hotplug and locking Message-ID: <20161130052758.GB27252@localhost.localdomain> References: <20161122175256.922158782@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122175256.922158782@linutronix.de> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 393 Lines: 20 Rui, On Tue, Nov 22, 2016 at 05:57:04PM -0000, Thomas Gleixner wrote: > --- > x86_pkg_temp_thermal.c | 593 ++++++++++++++++++++----------------------------- > 1 file changed, 249 insertions(+), 344 deletions(-) I am assuming you are handling this one in your tree directly. In any case, you can add my: Acked-by: Eduardo Valentin for the series. BR, Eduardo