From: Rene Herman <rene.herman@keyaccess.nl>
To: Ingo Molnar <mingo@elte.hu>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>,
Andrew Morton <akpm@osdl.org>, Yinghai Lu <yhlu.kernel@gmail.com>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86: kill arch/x86/kernel/mpparse.c debugging printk.
Date: Mon, 11 Aug 2008 20:54:50 +0200 [thread overview]
Message-ID: <48A08AFA.80105@keyaccess.nl> (raw)
In-Reply-To: <20080811183300.GB9627@elte.hu>
On 11-08-08 20:33, Ingo Molnar wrote:
> * Rene Herman <rene.herman@keyaccess.nl> wrote:
>> Thanks and fine ofcourse but from the Cheats 'R Us GIT handbook, when
>> there's n patches on top of the one I want to edit:
>>
>> $ mkdir tmp
>> $ git format-patch -o tmp HEAD~n
>> $ git reset --hard HEAD~n
>> $ git reset --soft HEAD^
>> <fix>
>> $ git commit -a -c ORIG_HEAD
>> $ git am tmp/*
>> $ rm -rf tmp
>>
>> Just in case someone finds it interesting... :-)
>
> i think something like this would do it as well:
>
> git-rebase -i HEAD~$[n+1]
>
> Change the patch you want to edit from 'pick' to 'edit', and do a "git
> commit --amend" to fix it up and then a "git rebase continue" to reapply
> the other n patches ontop of the changed patch. (This is straight from
> the Cheats 'R Us GIT handbook, second edition ;-)
Okay, okay, okay, so nobody found it interesting. Got the same bit of
advice in private approximately 2 seconds after sending... ;-)
Thanks to both though. And now that you mention it, I remember actually
having gotten the rebase -i advice earlier but it had slipped my mind
again. Just tried it and it works nicely.
> The problem with rebasing though is that it does not interact with
> normal Git workflows very nicely. Someone might have based further work
> on those sha1's that we now change under them. When that further work is
> backmerged later on we have overlapping sha1's.
Yes, I'm endpoint.
> There are two further specific non-Git-workflow arguments in favor of
> the delta patch as well:
>
> - in this case your first change was the obvious one and your NULL fix
> and your cleanup to the parameter expose a fundamental weakness of
> early_param conversions - and i think highlighting that as separate
> commits might give someone ideas to improve the early_param()
> facility, if they see the fix patterns.
On that note, I sort of wonder why there is an early_param(). As in, not
just a kernel_param(). Does __setup() have fundamental advantages over
early_param()?
> - Also, the NULL condition is obscure, so there's no bisection breakage
> risk and it's the easiest for me to do append-only patches. The effort
> and thought process you and Cyrill have put into it deserve a separate
> commit as well anyway - and others might learn from it when looking at
> logs.
(true, I neglected to point out Cyrill's bug catching)
Rene
next prev parent reply other threads:[~2008-08-11 18:54 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-08 16:43 [PATCH] x86: kill arch/x86/kernel/mpparse.c debugging printk Rene Herman
2008-08-11 12:20 ` Ingo Molnar
2008-08-11 15:44 ` Rene Herman
2008-08-11 15:45 ` Rene Herman
2008-08-11 16:45 ` Cyrill Gorcunov
2008-08-11 17:20 ` Rene Herman
2008-08-11 17:41 ` Ingo Molnar
2008-08-11 18:06 ` Rene Herman
2008-08-11 18:33 ` Ingo Molnar
2008-08-11 18:42 ` Cyrill Gorcunov
2008-08-11 18:46 ` Cyrill Gorcunov
2008-08-11 18:49 ` Ingo Molnar
2008-08-11 19:01 ` Cyrill Gorcunov
2008-08-11 18:54 ` Rene Herman [this message]
2008-08-11 16:38 ` Ingo Molnar
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=48A08AFA.80105@keyaccess.nl \
--to=rene.herman@keyaccess.nl \
--cc=akpm@osdl.org \
--cc=gorcunov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=yhlu.kernel@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.