From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753494AbbJOPd5 (ORCPT ); Thu, 15 Oct 2015 11:33:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:39269 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752224AbbJOPd4 (ORCPT ); Thu, 15 Oct 2015 11:33:56 -0400 Date: Thu, 15 Oct 2015 17:33:51 +0200 From: Joerg Roedel To: Borislav Petkov Cc: LKML , Andrew Morton , Andy Lutomirski , Dave Young , "H. Peter Anvin" , Ingo Molnar , jerry_hoemann@hp.com, Jiri Kosina , Juergen Gross , Mark Salter , Thomas Gleixner , WANG Chao , x86-ml Subject: Re: [PATCH 0/5] x86/setup/crash: Cleanup some code Message-ID: <20151015153351.GD8217@suse.de> References: <1444897231-7906-1-git-send-email-bp@alien8.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444897231-7906-1-git-send-email-bp@alien8.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 15, 2015 at 10:20:26AM +0200, Borislav Petkov wrote: > this is ontop of Baoquan's fix from yesterday: > https://lkml.kernel.org/r/20151014104338.GA8235@pd.tnic > > Looking at the crashkernel reservation code made a couple of style > problems wink at me so this short cleanup should address them. Please > take a look and complain if something's wrong. > > Thanks. > > Borislav Petkov (5): > x86/setup: Cleanup crashkernel reservation functions > x86/setup/crash: Remove alignment variable > x86/setup/crash: Cleanup some more > x86/setup/crash: Check memblock_reserve() retval > kexec/crash: Say which char is the unrecognized > > arch/x86/kernel/setup.c | 81 +++++++++++++++++++++++++------------------------ > kernel/kexec_core.c | 6 ++-- > 2 files changed, 45 insertions(+), 42 deletions(-) Looks good to me. Reviewed-by: Joerg Roedel