public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [rfc] Merge kexec-tools into the kernel tree
@ 2010-08-04  7:06 Simon Horman
  2010-08-04  7:22 ` Américo Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Simon Horman @ 2010-08-04  7:06 UTC (permalink / raw)
  To: kexec, linux-kernel; +Cc: Eric W. Biederman, Linus Torvalds, Michael Neuling

Hi,

After all the excitement of relocating kexec-tools from
one location on kernel.org to another last week it was
suggested to me by Michael Neuling that the merging
kexec-tools into the kernel tree would be a good idea.

Given that there have been a bunch of issues with kexec
on power that this would resolve. and there is precedence
for tools in the kernel tree, this sounds entirely reasonable to me.
So with my kexec-tools maintainer hat on, I would like to start
a conversation about this.

In order to move the conversation along I have prepared a tree -
a recent clone of Linus's tree + kexec tools.

http://git.kernel.org/?p=linux/kernel/git/horms/kexec-tools-in-kernel-tree.git

I think that a good next step would be to get this tree into linux-next.
And then if all goes well, as Linus to pull the change some time in the future.





For reference the steps taken to make the tree above were roughly as follows.
Thanks to Michael for assistance with this.

git clone
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
git clone git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git

cd linux-2.6

git remote add -f kexec ../kexec-tools
git merge -s ours --no-commit kexec/master
git read-tree --prefix=tools/kexec/ -u kexec/master
git commit -m "Merge kexec-tools into subdirectory tools/kexec"


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-08-05  6:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04  7:06 [rfc] Merge kexec-tools into the kernel tree Simon Horman
2010-08-04  7:22 ` Américo Wang
2010-08-04  7:34 ` Eric W. Biederman
2010-08-04 15:05   ` Andi Kleen
2010-08-04 23:11   ` Michael Neuling
2010-08-05  0:04     ` Eric W. Biederman
2010-08-05  1:19       ` Michael Neuling
2010-08-05  3:26         ` Américo Wang
2010-08-05  3:22     ` Américo Wang
2010-08-04  8:08 ` Bernhard Walle
2010-08-04 12:26 ` Neil Horman
2010-08-05  6:40 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox