From: Andi Kleen <ak@muc.de>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andi Kleen <ak@muc.de>, Andy Lutomirski <luto@myrealbox.com>,
"R. J. Wysocki" <rjwysocki@sisk.pl>,
Andrew Morton <akpm@osdl.org>,
lkml - Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.6-rc3-mm2
Date: 10 May 2004 07:40:32 +0200
Date: Mon, 10 May 2004 07:40:32 +0200 [thread overview]
Message-ID: <20040510054032.GA68320@colin2.muc.de> (raw)
In-Reply-To: <1084141013.28220.8.camel@bach>
On Mon, May 10, 2004 at 08:16:53AM +1000, Rusty Russell wrote:
> On Sun, 2004-05-09 at 23:32, Andi Kleen wrote:
> > It is all the fault of Move-saved_command_line-to-init-mainc.patch
> > which unfortunately has been in -mm* for some time.
> >
> > It simply breaks all boot arguments on x86-64.
>
> How about debugging a known problem instead of whining how your arch was
> broken by a simple change required to consolidate early parameter
> parsing sanely?
I did that, found that your patch causes the breakage, reverted it
and it worked again. Sorry I don't have time right now to hunt
for bugs in your patches.
Frankly such cleanups are more something for 2.7 anyways, they seem
to be misplaced currently when we're all else trying to stabilize 2.6.
After all it does not fix any bugs, just adds new ones.
> I suspect that the problem is caused by x86_64 not saving the
> commandline correctly, and this change has merely made the bug worse.
I am not aware of any x86-64 command line problems without your
patches.
>
> You copy the command line to saved_command_line twice: once in head64.c
> and once in setup.c. Why? In head64.c you don't terminate it, in
> setup.c you do. Which is right? There are printks of
It should be already terminated, the additional termination in
setup.c was probably just paranoia (It was inherited from i386)
The second copy could be probably dropped, but I am not touching
this code with a bargepole right now.
> I don't have an x86_64 box, and I ask *again* if someone who does can
> take a look at the problem...
I would propose you defer these patches to 2.7 and then we try again.
Hopefully there will be more time then to hunt issues in all kinds
of cleanup patches.
-Andi
next prev parent reply other threads:[~2004-05-10 5:40 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.gcf87gs.1sjkoj6@ifi.uio.no>
[not found] ` <fa.freqmjk.11j6bhe@ifi.uio.no>
2004-05-08 19:29 ` 2.6.6-rc3-mm2 Andy Lutomirski
2004-05-09 13:32 ` 2.6.6-rc3-mm2 Andi Kleen
2004-05-09 22:16 ` 2.6.6-rc3-mm2 Rusty Russell
2004-05-10 5:40 ` Andi Kleen [this message]
2004-05-10 10:48 ` 2.6.6-rc3-mm2 Rusty Russell
2004-05-10 9:59 ` 2.6.6-rc3-mm2 Andrew Morton
2004-05-10 21:14 ` Serial console in -mm on AMD64 (Was: Re: 2.6.6-rc3-mm2) R. J. Wysocki
2004-05-10 21:19 ` David Lang
2004-05-05 19:10 2.6.6-rc3-mm2 Jan Killius
-- strict thread matches above, loose matches on Subject: below --
2004-05-05 11:28 2.6.6-rc3-mm2 Oleg Nesterov
2004-05-05 12:17 ` 2.6.6-rc3-mm2 Oleg Nesterov
2004-05-05 15:59 ` 2.6.6-rc3-mm2 William Lee Irwin III
2004-05-05 17:17 ` 2.6.6-rc3-mm2 Oleg Nesterov
2004-05-05 8:31 2.6.6-rc3-mm2 Andrew Morton
2004-05-05 8:46 ` 2.6.6-rc3-mm2 Fabio Coatti
2004-05-05 9:07 ` 2.6.6-rc3-mm2 Onur Kucuk
2004-05-05 15:33 ` 2.6.6-rc3-mm2 Christoph Hellwig
2004-05-05 17:59 ` 2.6.6-rc3-mm2 Arnd Bergmann
2004-05-05 16:06 ` 2.6.6-rc3-mm2 Paul Jackson
2004-05-05 16:40 ` 2.6.6-rc3-mm2 Christoph Hellwig
2004-05-05 16:49 ` 2.6.6-rc3-mm2 Paul Jackson
2004-05-05 20:16 ` 2.6.6-rc3-mm2 R. J. Wysocki
2004-05-06 1:51 ` 2.6.6-rc3-mm2 Paul Jackson
2004-05-06 19:38 ` 2.6.6-rc3-mm2 R. J. Wysocki
2004-05-06 14:53 ` 2.6.6-rc3-mm2 Antonio Dolcetta
2004-05-06 15:12 ` 2.6.6-rc3-mm2 Andrew Morton
2004-05-06 15:56 ` 2.6.6-rc3-mm2 Antonio Dolcetta
2004-05-06 17:26 ` 2.6.6-rc3-mm2 Adrian Bunk
2004-05-06 21:46 ` 2.6.6-rc3-mm2 Bruce Guenter
2004-05-07 2:52 ` 2.6.6-rc3-mm2 Andrew Morton
2004-05-07 4:16 ` 2.6.6-rc3-mm2 Rusty Russell
2004-05-07 16:05 ` 2.6.6-rc3-mm2 Bruce Guenter
2004-05-07 20:13 ` 2.6.6-rc3-mm2 R. J. Wysocki
2004-05-08 6:09 ` 2.6.6-rc3-mm2 Andrew Morton
[not found] ` <200405081329.43017.rjwysocki@sisk.pl>
2004-05-08 11:31 ` 2.6.6-rc3-mm2 Andrew Morton
2004-05-08 16:25 ` 2.6.6-rc3-mm2 R. J. Wysocki
2004-05-08 11:43 ` 2.6.6-rc3-mm2 Andrew Morton
2004-05-08 12:16 ` 2.6.6-rc3-mm2 R. J. Wysocki
2004-05-08 16:59 ` 2.6.6-rc3-mm2 Bruce Guenter
2004-05-08 18:46 ` 2.6.6-rc3-mm2 Andrew Morton
2004-05-08 18:31 ` 2.6.6-rc3-mm2 Joseph Fannin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040510054032.GA68320@colin2.muc.de \
--to=ak@muc.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@myrealbox.com \
--cc=rjwysocki@sisk.pl \
--cc=rusty@rustcorp.com.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox