Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756036Ab3C1NMy (ORCPT ); Thu, 28 Mar 2013 09:12:54 -0400 Received: from mail-la0-f49.google.com ([209.85.215.49]:59150 "EHLO mail-la0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755733Ab3C1NMx (ORCPT ); Thu, 28 Mar 2013 09:12:53 -0400 MIME-Version: 1.0 In-Reply-To: <20130328074045.GB24433@gmail.com> References: <1364398359-21990-1-git-send-email-fweisbec@gmail.com> <1364398359-21990-3-git-send-email-fweisbec@gmail.com> <20130328074045.GB24433@gmail.com> Date: Thu, 28 Mar 2013 14:12:49 +0100 Message-ID: Subject: Re: [PATCH 2/4] nohz: Print final full dynticks CPUs range on boot From: Frederic Weisbecker To: Ingo Molnar Cc: LKML , Andrew Morton , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Kevin Hilman , Li Zhong , Namhyung Kim , "Paul E. McKenney" , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 888 Lines: 19 2013/3/28 Ingo Molnar : > > * Frederic Weisbecker wrote: > >> + cpulist_scnprintf(nohz_ext_buf, sizeof(nohz_ext_buf), nohz_extended_mask); >> + pr_info("NO_HZ: Experimental full dynticks CPUs: %s.\n", nohz_ext_buf); > > I'd suggest removing the 'experimental' word. We are not sending anything > experimental to Linus: we'll send something that is tested and that we > expect to not break anything. (and which we'll fix if it does) Ok. Just wanted to warn the user that feature is still young and hasn't yet passed through many real world workloads. But the Kconfig is probably enough for that. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/