Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1247558

[PATCH 0/5] x86/setup/crash: Cleanup some code

From Borislav Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject [PATCH 0/5] x86/setup/crash: Cleanup some code
Date 2015-10-15 10:30 +0200
Message-ID <qjM5c-QH-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Borislav Petkov <bp@suse.de>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] x86/setup/crash: Cleanup some code Borislav Petkov <bp@alien8.de> - 2015-10-15 10:30 +0200
  [PATCH 5/5] kexec/crash: Say which char is the unrecognized Borislav Petkov <bp@alien8.de> - 2015-10-15 10:30 +0200
  [PATCH 1/5] x86/setup: Cleanup crashkernel reservation functions Borislav Petkov <bp@alien8.de> - 2015-10-15 10:30 +0200
  Re: [PATCH 0/5] x86/setup/crash: Cleanup some code Dave Young <dyoung@redhat.com> - 2015-10-15 11:20 +0200
  Re: [PATCH 0/5] x86/setup/crash: Cleanup some code Joerg Roedel <jroedel@suse.de> - 2015-10-15 17:40 +0200

csiph-web