Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756123AbXIIIja (ORCPT ); Sun, 9 Sep 2007 04:39:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752823AbXIIIjQ (ORCPT ); Sun, 9 Sep 2007 04:39:16 -0400 Received: from mail.suse.de ([195.135.220.2]:33993 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbXIIIjP (ORCPT ); Sun, 9 Sep 2007 04:39:15 -0400 Message-Id: <20070909083914.065380136@strauss.suse.de> User-Agent: quilt/0.46-57 Date: Sun, 09 Sep 2007 10:39:14 +0200 From: Bernhard Walle To: kexec@lists.infradead.org Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: [patch 0/5] Add extended crashkernel command line syntax Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1165 Lines: 30 This patch adds a extended crashkernel syntax that makes the value of reserved system RAM dependent on the system RAM itself: crashkernel=:[,:,...][@offset] range=start-[end] For example: crashkernel=512M-2G:64M,2G-:128M The motivation comes from distributors that configure their crashkernel command line automatically with some configuration tool (YaST, you know ;)). Of course that tool knows the value of System RAM, but if the user removes RAM, then the system becomes unbootable or at least unusable and error handling is very difficult. This series implements this change for i386, x86_64 and IA64. However, if the patch is accepted, I can also add all other architectures that support Kdump (when my grepping was correct, this is only PPC64 and SH in addition). The "simple" syntax is of course still supported. Signed-off-by: Bernhard Walle -- - 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/