From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756858Ab3APVSf (ORCPT ); Wed, 16 Jan 2013 16:18:35 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41608 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756401Ab3APVSe (ORCPT ); Wed, 16 Jan 2013 16:18:34 -0500 Date: Wed, 16 Jan 2013 13:18:32 -0800 From: Andrew Morton To: Frederic Weisbecker Cc: "Paul E. McKenney" , LKML , Alessio Igor Bogani , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Ingo Molnar , Li Zhong , Namhyung Kim , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Subject: Re: [PATCH v4] context_tracking: Add comments on interface and internals Message-Id: <20130116131832.7b3bede0.akpm@linux-foundation.org> In-Reply-To: <1358352997-29585-1-git-send-email-fweisbec@gmail.com> References: <87wqvdl1n8.fsf@sejong.aot.lge.com> <1358352997-29585-1-git-send-email-fweisbec@gmail.com> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Jan 2013 17:16:37 +0100 Frederic Weisbecker wrote: > This subsystem lacks many explanations on its purpose and > design. Add these missing comments. Looks nice and is really helpful, thanks. I still don't understand NOHZ's role in this whole thing :(