From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751014AbWHGVrJ (ORCPT ); Mon, 7 Aug 2006 17:47:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751071AbWHGVrJ (ORCPT ); Mon, 7 Aug 2006 17:47:09 -0400 Received: from nf-out-0910.google.com ([64.233.182.188]:28650 "EHLO nf-out-0910.google.com") by vger.kernel.org with ESMTP id S1751014AbWHGVrI (ORCPT ); Mon, 7 Aug 2006 17:47:08 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AX0GBJB5M+7kn5EuO3eTclXluWOrTmy5G9UO1vrkUPMHpQv7xL+T+gw5FEkqI4pPADSOHsgZEgHw2AzZ3QLVbuQ/zl/M7dx9y9/1gzfHSJEd5+mMTaT9iAALCOiLcqtSZFbP/ZL9nNrWjxWUE97i33nVqClz9q0EAgTP/i7k/2o= Message-ID: Date: Mon, 7 Aug 2006 14:47:05 -0700 From: "Keith Mannthey" To: "Andy Whitcroft" Subject: Re: [PATCH] x86_64 dirty fix to restore dual command line store Cc: "Andrew Morton" , "Andi Keen" , linux-kernel@vger.kernel.org In-Reply-To: <20060807151216.GA15194@shadowen.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44D75691.8070908@shadowen.org> <20060807151216.GA15194@shadowen.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 8/7/06, Andy Whitcroft wrote: > x86_64 dirty fix to restore dual command line store > > Ok, It seems that the patch below effectivly removes the second > copy of the command line. This means that any modification to the > 'working' command line (as returned from setup_arch) is incorrectly > visible in userspace via /proc/cmdline. Sorry for the side question but why is setup_arch adding things back on the cmdline in the first place? What do you see in /proc/cmdline? Thanks, Keith