From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755452AbcCBMk4 (ORCPT ); Wed, 2 Mar 2016 07:40:56 -0500 Received: from casper.infradead.org ([85.118.1.10]:33684 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752873AbcCBMkz (ORCPT ); Wed, 2 Mar 2016 07:40:55 -0500 Date: Wed, 2 Mar 2016 13:40:47 +0100 From: Peter Zijlstra To: bigeasy@linutronix.de, rafael.j.wysocki@intel.com, tglx@linutronix.de, torvalds@linux-foundation.org, pjt@google.com, hpa@zytor.com, paulmck@linux.vnet.ibm.com, oleg@redhat.com, arjan@linux.intel.com, linux-kernel@vger.kernel.org, tj@kernel.org, akpm@linux-foundation.org, mingo@kernel.org, rusty@rustcorp.com.au, rostedt@goodmis.org, srivatsa@mit.edu, riel@redhat.com Cc: linux-tip-commits@vger.kernel.org Subject: Re: [tip:smp/hotplug] cpu/hotplug: Add sysfs state interface Message-ID: <20160302124047.GE6357@twins.programming.kicks-ass.net> References: <20160226182340.942257522@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 01, 2016 at 11:54:37AM -0800, tip-bot for Thomas Gleixner wrote: > Commit-ID: 98f8cdce1db580b99fce823a48eea2cb2bdb261e > Gitweb: http://git.kernel.org/tip/98f8cdce1db580b99fce823a48eea2cb2bdb261e > Author: Thomas Gleixner > AuthorDate: Fri, 26 Feb 2016 18:43:31 +0000 > Committer: Thomas Gleixner > CommitDate: Tue, 1 Mar 2016 20:36:55 +0100 > > cpu/hotplug: Add sysfs state interface > > Add a sysfs interface so we can actually see in which state the cpus are in. I feel this Changelog can use a few extra lines to explain the ABI ramifications and why this lives here and not in drivers/base/cpu.c where the rest of the cpu_subsys muck lives.