From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Xen Devel <Xen-devel@lists.xensource.com>,
Peter Zijlstra <peterz@infradead.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-next@vger.kernel.org,
"H. Peter Anvin" <hpa@zytor.com>,
Thomas Gleixner <tglx@linutronix.de>,
Yinghai Lu <yinghai@kernel.org>,
Gianluca Guida <gianluca.guida@citrix.com>
Subject: Re: linux-next: manual merge of the xen tree with the tip tree
Date: Fri, 22 Oct 2010 11:39:20 -0700 [thread overview]
Message-ID: <4CC1DA58.8000606@goop.org> (raw)
In-Reply-To: <20101022080129.GA8474@elte.hu>
On 10/22/2010 01:01 AM, Ingo Molnar wrote:
> * Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
>> Hi all,
>>
>> Today's linux-next merge of the xen tree got a conflict in
>> arch/x86/mm/init_32.c between commit
>> 1d931264af0f10649b35afa8fbd2e169da51ac08 ("x86-32, memblock: Make
>> add_highpages honor early reserved ranges") from the tip tree and commit
>> 07147a06ac3b1b028124ea00ba44e69eb8ea7685 ("x86/32: honor reservations of
>> high memory") from the xen tree.
> Jeremy,
>
> Commit 07147a06ac is all over the x86 tree:
>
> arch/x86/mm/init_32.c | 42 ++++++++++++++++++++++++++++++++----------
> include/linux/early_res.h | 3 +++
> kernel/early_res.c | 30 ++++++++++++++++++++++++++++++
> 3 files changed, 65 insertions(+), 10 deletions(-)
>
> ... but there's no x86 person who acked it or was Cc:-ed to this commit AFAICS. It
> was not even posted to lkml! Nor does the commit title suggest that it affects core
> kernel code as well.
>
> Also, the AuthorDate field is a total lie:
>
> commit 07147a06ac3b1b028124ea00ba44e69eb8ea7685
> Author: Gianluca Guida <gianluca.guida@citrix.com>
> AuthorDate: Sun Aug 2 01:25:48 2009 +0100
> Commit: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
> CommitDate: Mon Oct 4 14:22:11 2010 -0700
>
> x86/32: honor reservations of high memory
>
> This commit was written on Aug 2 2009, really? kernel/early_res.c, which is modified
> by half of this commit, was _CREATED_ in February 2010 ...
Most of the code in early_res.c was simply moved from
arch/x86/.../e820.c, so the patch chunks were applied to the new file
when the code was moved.
> I realize that some original patch, much different from this one, was probably
> written in 2009, and that via a series of undocumented rebases and modifications to
> the patch you achieved this state.
The modified code was almost entirely unchanged over that period, so the
datestamp and original authorship of the patch was basically correct.
However...
> Crap like that is just _NOT_ acceptable, and you know that perfectly well - if you
> do this to arch/x86/ i'll be forced to ask for the Xen tree to be removed from
> linux-next and be done via the x86 tree again.
Hey, hey, hold your horses. This is a wildly obsolete patch that we
were discussing a few weeks ago, but Yinghai did a proper alternative
for the memblock universe.
It was never in linux-next, and never intended to be. I'm not sure why
it has appeared in linux-next now; it isn't in my branch. I wonder if
it appeared in another Xen-related branch. Let me investigate.
J
WARNING: multiple messages have this Message-ID (diff)
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Xen Devel <Xen-devel@lists.xensource.com>,
linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
Gianluca Guida <gianluca.guida@citrix.com>,
Yinghai Lu <yinghai@kernel.org>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
Peter Zijlstra <peterz@infradead.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: linux-next: manual merge of the xen tree with the tip tree
Date: Fri, 22 Oct 2010 11:39:20 -0700 [thread overview]
Message-ID: <4CC1DA58.8000606@goop.org> (raw)
In-Reply-To: <20101022080129.GA8474@elte.hu>
On 10/22/2010 01:01 AM, Ingo Molnar wrote:
> * Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
>> Hi all,
>>
>> Today's linux-next merge of the xen tree got a conflict in
>> arch/x86/mm/init_32.c between commit
>> 1d931264af0f10649b35afa8fbd2e169da51ac08 ("x86-32, memblock: Make
>> add_highpages honor early reserved ranges") from the tip tree and commit
>> 07147a06ac3b1b028124ea00ba44e69eb8ea7685 ("x86/32: honor reservations of
>> high memory") from the xen tree.
> Jeremy,
>
> Commit 07147a06ac is all over the x86 tree:
>
> arch/x86/mm/init_32.c | 42 ++++++++++++++++++++++++++++++++----------
> include/linux/early_res.h | 3 +++
> kernel/early_res.c | 30 ++++++++++++++++++++++++++++++
> 3 files changed, 65 insertions(+), 10 deletions(-)
>
> ... but there's no x86 person who acked it or was Cc:-ed to this commit AFAICS. It
> was not even posted to lkml! Nor does the commit title suggest that it affects core
> kernel code as well.
>
> Also, the AuthorDate field is a total lie:
>
> commit 07147a06ac3b1b028124ea00ba44e69eb8ea7685
> Author: Gianluca Guida <gianluca.guida@citrix.com>
> AuthorDate: Sun Aug 2 01:25:48 2009 +0100
> Commit: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
> CommitDate: Mon Oct 4 14:22:11 2010 -0700
>
> x86/32: honor reservations of high memory
>
> This commit was written on Aug 2 2009, really? kernel/early_res.c, which is modified
> by half of this commit, was _CREATED_ in February 2010 ...
Most of the code in early_res.c was simply moved from
arch/x86/.../e820.c, so the patch chunks were applied to the new file
when the code was moved.
> I realize that some original patch, much different from this one, was probably
> written in 2009, and that via a series of undocumented rebases and modifications to
> the patch you achieved this state.
The modified code was almost entirely unchanged over that period, so the
datestamp and original authorship of the patch was basically correct.
However...
> Crap like that is just _NOT_ acceptable, and you know that perfectly well - if you
> do this to arch/x86/ i'll be forced to ask for the Xen tree to be removed from
> linux-next and be done via the x86 tree again.
Hey, hey, hold your horses. This is a wildly obsolete patch that we
were discussing a few weeks ago, but Yinghai did a proper alternative
for the memblock universe.
It was never in linux-next, and never intended to be. I'm not sure why
it has appeared in linux-next now; it isn't in my branch. I wonder if
it appeared in another Xen-related branch. Let me investigate.
J
next prev parent reply other threads:[~2010-10-22 18:39 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-22 3:03 linux-next: manual merge of the xen tree with the tip tree Stephen Rothwell
2010-10-22 3:36 ` Stephen Rothwell
2010-10-22 4:03 ` Yinghai Lu
2010-10-22 8:01 ` Ingo Molnar
2010-10-22 18:39 ` Jeremy Fitzhardinge [this message]
2010-10-22 18:39 ` Jeremy Fitzhardinge
2010-10-22 21:32 ` [Xen-devel] " Stefano Stabellini
2010-10-22 19:10 ` Jeremy Fitzhardinge
2010-10-22 19:10 ` Jeremy Fitzhardinge
-- strict thread matches above, loose matches on Subject: below --
2011-08-25 4:24 Stephen Rothwell
2011-08-25 18:13 ` Jeremy Fitzhardinge
2011-08-25 18:26 ` H. Peter Anvin
2011-08-25 18:26 ` H. Peter Anvin
2011-08-25 23:06 ` Stephen Rothwell
2011-08-25 23:12 ` H. Peter Anvin
2011-08-26 2:54 ` Stephen Rothwell
2011-09-13 11:11 ` Stephen Rothwell
2011-09-13 15:07 ` Thomas Gleixner
2011-09-13 20:53 ` Jeremy Fitzhardinge
2011-09-13 20:56 ` Thomas Gleixner
2011-09-13 21:00 ` Jeremy Fitzhardinge
2011-09-14 0:32 ` Stephen Rothwell
2011-09-14 0:41 ` Jeremy Fitzhardinge
2011-09-14 0:48 ` Stephen Rothwell
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=4CC1DA58.8000606@goop.org \
--to=jeremy@goop.org \
--cc=Xen-devel@lists.xensource.com \
--cc=gianluca.guida@citrix.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=sfr@canb.auug.org.au \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=yinghai@kernel.org \
/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.