From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756028Ab0KJNXA (ORCPT ); Wed, 10 Nov 2010 08:23:00 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:39300 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755814Ab0KJNW7 (ORCPT ); Wed, 10 Nov 2010 08:22:59 -0500 Date: Wed, 10 Nov 2010 14:22:46 +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: <20101110132246.GA11388@elte.hu> References: <20101102175248.GA25781@aftab> <20101110083121.GD3341@elte.hu> <20101110113300.GA9518@aftab> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101110113300.GA9518@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 03:31:21AM -0500, Ingo Molnar wrote: > > Hm, what tree is this against - it doesnt apply here: > > Ah, there's this one other patch that goes before that, sorry for not > mentioning it to you - I guess you still cannot read minds :-) > > http://marc.info/?l=linux-kernel&m=128864852428104 > > Anyway, I've applied the two ontop of tip/x86/microcode and uploaded > them to > > 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 Also, while touching up details, please remove the colon after the sentence: 35dc0ff46f77: microcode, AMD: Prefer vzalloc() over calls to vmalloc()+memset(). All arch/x86 commit titles are open-ended sentences that start with a verb. Also, please use a 'x86, microcode, AMD: ' prefix. Thanks, Ingo