Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752894AbcDBM3F (ORCPT ); Sat, 2 Apr 2016 08:29:05 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:34037 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751971AbcDBM3D (ORCPT ); Sat, 2 Apr 2016 08:29:03 -0400 Date: Sat, 2 Apr 2016 14:28:58 +0200 From: Frederic Weisbecker To: Peter Zijlstra Cc: LKML , Byungchul Park , Chris Metcalf , Thomas Gleixner , Luiz Capitulino , Christoph Lameter , "Paul E . McKenney" , Mike Galbraith , Rik van Riel , Ingo Molnar Subject: Re: [PATCH 1/4] sched: Gather cpu load functions under a common namespace Message-ID: <20160402122856.GA27395@lerouge> References: <1459516987-15745-1-git-send-email-fweisbec@gmail.com> <1459516987-15745-2-git-send-email-fweisbec@gmail.com> <20160402070908.GD2906@worktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160402070908.GD2906@worktop> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 301 Lines: 9 On Sat, Apr 02, 2016 at 09:09:08AM +0200, Peter Zijlstra wrote: > On Fri, Apr 01, 2016 at 03:23:04PM +0200, Frederic Weisbecker wrote: > > This way they are easily grep'able and recognized. > > Please mention the actual renames done and the new naming scheme. Right, I'll add more details. Thanks.