From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751741AbbJOIUm (ORCPT ); Thu, 15 Oct 2015 04:20:42 -0400 Received: from mail.skyhub.de ([78.46.96.112]:56184 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbbJOIUi (ORCPT ); Thu, 15 Oct 2015 04:20:38 -0400 From: Borislav Petkov To: LKML Cc: Andrew Morton , Andy Lutomirski , Dave Young , "H. Peter Anvin" , Ingo Molnar , jerry_hoemann@hp.com, Jiri Kosina , Joerg Roedel , Juergen Gross , Mark Salter , Thomas Gleixner , WANG Chao , x86-ml Subject: [PATCH 0/5] x86/setup/crash: Cleanup some code Date: Thu, 15 Oct 2015 10:20:26 +0200 Message-Id: <1444897231-7906-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.3.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi all, 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(-) -- 2.3.5