From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754043AbZDMXel (ORCPT ); Mon, 13 Apr 2009 19:34:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751985AbZDMXeb (ORCPT ); Mon, 13 Apr 2009 19:34:31 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:52957 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751976AbZDMXeb (ORCPT ); Mon, 13 Apr 2009 19:34:31 -0400 Date: Tue, 14 Apr 2009 01:33:52 +0200 From: Ingo Molnar To: Andrew Morton Cc: Rusty Russell , Ingo Molnar , linux-kernel@vger.kernel.org, Venkatesh Pallipadi , Len Brown , Zhao Yakui , Wu Fengguang Subject: Re: [PATCH 2/7] use smp_call_function_single() in arch/x86/kernel/acpi/cstate.c Message-ID: <20090413233352.GF817@elte.hu> References: <20090413000628.6F4B0DE11E@ozlabs.org> <20090412234555.32854fd4.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090412234555.32854fd4.akpm@linux-foundation.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andrew Morton wrote: > On Mon, 13 Apr 2009 09:30:02 +0930 Rusty Russell wrote: > > > From: Andrew Morton > > > > Attempting to rid us of the problematic work_on_cpu(). Just use > > smp_call_function_single() here. > > > > (Includes fix from Wu Fengguang ) > > > > Cc: Ingo Molnar > > Cc: Venkatesh Pallipadi > > Cc: Len Brown > > Cc: Zhao Yakui > > Cc: Wu Fengguang > > Signed-off-by: Andrew Morton > > Signed-off-by: Rusty Russell > > fyi, my canonical not-documented-anywhere format for atttributing the > folded-in fixups is: > > [fengguang.wu@intel.com: short description goes here] > Cc: Ingo Molnar > Cc: Venkatesh Pallipadi > Cc: Len Brown > Cc: Zhao Yakui > Cc: Wu Fengguang > Signed-off-by: Andrew Morton > Signed-off-by: Rusty Russell > > and to include that person's Signed-off-by:, if it was provided. It might not be documented anywhere but it is obvious hence self-documenting so i've been using your scheme for quite some time for fix foldbacks. Works very well IMO. Ingo