From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cedric Le Goater Subject: Re: linux-2.6-lxc ? Date: Fri, 29 Aug 2008 15:59:43 +0200 Message-ID: <48B800CF.7030206@fr.ibm.com> References: <48B6BE55.3000901@fr.ibm.com> <1219938246.5497.6.camel@nimitz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1219938246.5497.6.camel@nimitz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Dave Hansen Cc: Linux Containers List-Id: containers.vger.kernel.org Dave Hansen wrote: > On Thu, 2008-08-28 at 17:03 +0200, Cedric Le Goater wrote: >> what's in that git tree ? >> >> http://git.kernel.org/?p=linux/kernel/git/daveh/linux-2.6-lxc.git;a=summary >> >> I'd like to start playing with some C/R code. Is that the one to use ? are >> oren patches included ? If not, can I help ? :) > > Nope, they're not in there, yet. > > Speaking of which, I should update that. > > The best thing you could help with would be to try and find any little > nuggets from what Oren is doing that can be simplified or pushed > upstream, first. Or those that require something done upstream first. > Things where he copy-and-pasted code need to go first. To start with, here's a version of oren's patchset for the latest mainline kernel : http://legoater.free.fr/patches/2.6.27/2.6.27-rc5-orenl-cr-v2/ I've fixed the patches and ckpt+rstr work as announced. Now I'm looking at your own version : http://legoater.free.fr/patches/2.6.27/2.6.27-rc5-daveh-cr-v2/ and oren's to see how we can reorganize the bits and pieces. Thanks, C.