Re: [PATCH v21 001/100] eclone (1/11): Factor out code to allocate pidmap page

Previous thread: [PATCH v21 013/100] c/r: break out new_user_ns() by Oren Laadan on Saturday, May 1, 2010 - 7:14 am. (1 message)

Next thread: by Irish Online Claim on Saturday, May 1, 2010 - 8:23 am. (1 message)
From: Oren Laadan
Date: Saturday, May 1, 2010 - 7:14 am

Hi Andrew,

Here is the next version of the checkpoint/restart patchset.  This
version moves portions of checkpoint code closer to where they belong.

As a convenience we've collected a rough table of contents showing
places to start for some reviewers with limited time and/or scope
(see below).

Thanks to Jamie, Nick, Andreas, and all who helped review the last few
versions, and thanks in advance for comments on this version.

We'll be very grateful if this can get a spin in -mm to get some wider
testing in the meantime.

Thanks,

The Checkpoint/Restart developers.

---

Linux Checkpoint-Restart:
 web, wiki:	http://www.linux-cr.org
 bug track:	https://www.linux-cr.org/redmine

The repositories for the project are in:
 kernel:	http://www.linux-cr.org/git/?p=linux-cr.git;a=summary
 user tools:	http://www.linux-cr.org/git/?p=user-cr.git;a=summary
 tests suite:	http://www.linux-cr.org/git/?p=tests-cr.git;a=summary

---

TABLE OF CONTENTS

Patches                 Area/Role
-------------------------------------------------------------------------
11,20                   Documentation (eclone, c/r)
8-11,21,22,27,28        Syscall gluey bits

12                      Arch Maintainers
8,22-24                         x86-32/64
9,58,60                         s390
10,84-88                        powerpc

14,61-63,69,70,         Security
71,89-92,

33,34,35                Generic c/r
                        (shared "object" hash, leak detection, deferqueues)

25,27-31                Processes
5-7                       fork (eclone)
39-41,45,46               memory
13,18,51,52,54,           namespaces
81-83,94
53-57                     ipc
64-67                     signals
1-4,70,83                 pids, pgids, tids, tgids (eclone or pidns)
14,61,62,69               creds, capabilities, uids, gids
71                        sockets
76-78                     terminals (specifically pty)
27,28,32                  futexes (27,28 relate to futex syscalls ...
From: Oren Laadan
Date: Saturday, May 1, 2010 - 8:17 am

Forgot to mention - based on 2.6.34-rc5.

Oren.

--

From: David Howells
Date: Tuesday, May 4, 2010 - 7:43 am

With a huge patch series like this, can you post a cover note at the front
(usually patch 0) saying what the point of the whole series is?

David
--

From: Oren Laadan
Date: Wednesday, May 5, 2010 - 8:13 am

Hi David,

I suppose you are looking for more details than those found in the
current patch-0 (http://lkml.org/lkml/2010/5/1/140).

We omitted them for brevity sake; here is a link to patch-0 of a 
previous post of the patchset: http://lkml.org/lkml/2009/9/23/423

Thanks,

Oren.


--

Previous thread: [PATCH v21 013/100] c/r: break out new_user_ns() by Oren Laadan on Saturday, May 1, 2010 - 7:14 am. (1 message)

Next thread: by Irish Online Claim on Saturday, May 1, 2010 - 8:23 am. (1 message)