From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756086Ab0KJOI3 (ORCPT ); Wed, 10 Nov 2010 09:08:29 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:37537 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755816Ab0KJOI2 (ORCPT ); Wed, 10 Nov 2010 09:08:28 -0500 Date: Wed, 10 Nov 2010 15:08:14 +0100 From: Ingo Molnar To: Borislav Petkov Cc: "H. Peter Anvin" , Thomas Gleixner , Jesper Juhl , "amd64-microcode@amd64.org" , LKML Subject: Re: [PATCH -tip] microcode, AMD: Cleanup code a bit Message-ID: <20101110140814.GA8986@elte.hu> References: <20101102175248.GA25781@aftab> <20101110083121.GD3341@elte.hu> <20101110113300.GA9518@aftab> <20101110132246.GA11388@elte.hu> <20101110135917.GD9518@aftab> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101110135917.GD9518@aftab> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 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 * Borislav Petkov wrote: > On Wed, Nov 10, 2010 at 08:22:46AM -0500, Ingo Molnar wrote: > > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git tip-microcode > > > > Ok, good. Please fix commit 35dc0ff46f77 if you want me to pull it, you should be in > > the signoff chain as a submaintainer who pushes bits, i.e. your entry should be: > > > > Signed-off-by: Borislav Petkov > > > > not: > > > > Acked-by: Borislav Petkov > > done, > > > Also, while touching up details, please remove the colon after the sentence: > > > > 35dc0ff46f77: microcode, AMD: Prefer vzalloc() over calls to vmalloc()+memset(). > > done (simplified commit message, while at it), > > > All arch/x86 commit titles are open-ended sentences that start with a verb. > > > > Also, please use a 'x86, microcode, AMD: ' prefix. > > and done. Branch updated. Pulled, thanks Boris! Ingo