From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Milton Miller Subject: Re: [PATCH] kexec ppc64: fix misaligned cmdline In-reply-to: <8f5d8a214e9042b0c556ac7256928a52@bga.com> References: <25445.1180941825@neuling.org> <8f5d8a214e9042b0c556ac7256928a52@bga.com> Date: Mon, 04 Jun 2007 19:42:16 +1000 Message-ID: <26608.1180950136@neuling.org> Cc: linuxppc-dev@ozlabs.org, horms@verge.net.au, kexec@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > While this appears to fix the stated problem, did you explore my > suggestion of deleting and creating the property like we do for > the initrd base and size? Yeah, but it didn't seem "hapazard" enough for kexec. :-) > Deleting and recreating should also handle the case of no boot-args in > the original /chosen sub-tree (when the bootloader didn't (need to) > supply a command line). Yeah, we're screwed when the first boot has no bootargs. Let me get the policy right. We blow away the old command line except for the "root=blah" item. Correct? Mikey