[CRIU] [PATCH 01/20] x86: moved x86-specific files into the directory arch/x86.

Cyrill Gorcunov gorcunov at openvz.org
Thu Dec 13 03:04:53 EST 2012


On Thu, Dec 13, 2012 at 11:02:31AM +0400, Alexander Kartashov wrote:
> 
> Thank you, I'll rework my header addition patches in this way.

Btw, it might be worth to split this series on two

 - first series moves headers to and from, preparing ground
   for ARM port

 - second series implements ARM port

(ie you could symply make two branches

	git checkout -fb headers master
		... some work on moving headers ...
	git forrmat-patches -o some-dir/ master
		... send patches to criu mailing list ...
	git checkout -fb arm
		... some work on ARM port implementation ...
	git forrmat-patches -o some-dir/ headers
		... send patches to criu mailing list ...

I believe this would make things easier to review, Pavel, what
you think?)

	Cyrill


More information about the CRIU mailing list