From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752776AbbC1QCS (ORCPT ); Sat, 28 Mar 2015 12:02:18 -0400 Received: from mail-ig0-f174.google.com ([209.85.213.174]:34060 "EHLO mail-ig0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751871AbbC1QCQ (ORCPT ); Sat, 28 Mar 2015 12:02:16 -0400 MIME-Version: 1.0 In-Reply-To: <1427493027-15955-3-git-send-email-riel@redhat.com> References: <1427493027-15955-1-git-send-email-riel@redhat.com> <1427493027-15955-3-git-send-email-riel@redhat.com> Date: Sat, 28 Mar 2015 17:02:15 +0100 Message-ID: Subject: Re: [PATCH 2/2] show nohz_full cpus in sysfs From: Frederic Weisbecker To: Rik van Riel Cc: LKML , Li Zefan , Tejun Heo , Greg Kroah-Hartman Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2015-03-27 22:50 GMT+01:00 : > From: Rik van Riel > > Currently there is no way to query which CPUs are in nohz_full > mode from userspace. Well you can watch dmesg | grep NO_HZ But surely sysfs is more convenient from an app. I guess it's ok, as long as it's strictly Read Only. Here it seems to be the case. And it's not chmod'able, right?