Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752058AbZGGFDc (ORCPT ); Tue, 7 Jul 2009 01:03:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751653AbZGGFDZ (ORCPT ); Tue, 7 Jul 2009 01:03:25 -0400 Received: from ozlabs.org ([203.10.76.45]:43178 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbZGGFDY (ORCPT ); Tue, 7 Jul 2009 01:03:24 -0400 From: Rusty Russell To: Peter Oberparleiter Subject: Re: [PATCH] kernel: allow whitespace as kernel parameter separator Date: Tue, 7 Jul 2009 14:33:25 +0930 User-Agent: KMail/1.11.2 (Linux/2.6.28-13-generic; KDE/4.2.2; i686; ; ) Cc: Linux Kernel Mailing List References: <4A52141A.8020709@linux.vnet.ibm.com> In-Reply-To: <4A52141A.8020709@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907071433.25406.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 978 Lines: 23 On Tue, 7 Jul 2009 12:41:22 am Peter Oberparleiter wrote: > From: Peter Oberparleiter > > Some boot mechanisms require that kernel parameters are stored in a > separate file which is loaded to memory without further processing > (e.g. the "Load from FTP" method on s390). When such a file contains > newline characters, the kernel parameter preceding the newline might > not be correctly parsed (due to the newline being stuck to the end of > the actual parameter value) which can lead to boot failures. > > This patch improves kernel command line usability in such a situation > by allowing generic whitespace characters as separators between kernel > parameters. Makes sense, applied. Thanks! Rusty. -- 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/