<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers">
    <title>gmane.linux.kernel.containers</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8396"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8394"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8392"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8385"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8384"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8378"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8377"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8376"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8375"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8374"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8372"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8371"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8370"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8369"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8367"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8364"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8360"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.containers/8359"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8396">
    <title>liblxc: lxc-debian</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8396</link>
    <description>Hi Daniel,

to create a debian-based container using lxc-debian on fedora 10,
I needed to just a couple of things:

1. iptables -F   :)  Grrr.

2. Right above the debootstrap command, I had to fool
   chage (used during openssh configuration) into thinking
   selinux was disabled.  So after the line:
   mkdir -p "$CACHE/rootfs-$ARCH"
   I added
   mkdir -p "$CACHE/rootfs-$ARCH/selinux"
   echo 0 &gt; "$CACHE/rootfs-$ARCH/selinux/enforce"

3. For the actual debootstrap command I had to do
   debootstrap --arch $ARCH etc $CACHE/rootfs-$ARCH
   Then apt-get install openssh-server and apache
   worked fine.  But your debootstrap command failed
   (the last time i tried) on chroot - no idea why.

Now it seems to work.  This shouldn't have taken me 2 hours to
figure out, but the symptoms were deceptive :)

thanks,
-serge
</description>
    <dc:creator>Serge E. Hallyn</dc:creator>
    <dc:date>2008-12-04T02:39:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8394">
    <title>Re: [RFC][PATCH 3/5] Determine if sender is from ancestor ns</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8394</link>
    <description>I don't quarrel with the intent, but I don't like this approach.
I think we can do it more cleanly.  I don't have it all worked out,
but a couple of thoughts come to mind.

Firstly, it's no problem to split SIGNAL_UNKILLABLE out into multiple
flags.  It's quite noninvasive, only signal.c looks at those flags.  Then
we can implement the signal magic cleanly keyed on a few separate flags,
using different flag combinations for global init and container inits.

I don't mind a feature that lets an unprivileged container init magically
ignore normal exit signals.  That just does something it could do itself
with sigaction, except its /proc/pid/status "SigIgn:" line will lie.
That's OK.  Key that on its own flag and set that in both inits.  Just
check that flag in prepare_signal() and in get_signal_to_deliver().

It's a different story for the signals that cannot be caught, blocked, or
ignored, SIGKILL and SIGSTOP.  At least when sent from outside the
container, circumventing either of those would be a privilege es</description>
    <dc:creator>Roland McGrath</dc:creator>
    <dc:date>2008-12-04T01:06:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8392">
    <title>Re: [RFC v10][PATCH 00/13] Kernel based checkpoint/restart</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8392</link>
    <description>Quoting Oren Laadan (orenl-eQaUEPhvms7ENvBUuze7eA&lt; at &gt;public.gmane.org):

Tests well for me.  Haven't tested mktree yet, will wait until you
re-send addressing feedback to do that.

thanks,
-serge
</description>
    <dc:creator>Serge E. Hallyn</dc:creator>
    <dc:date>2008-12-03T23:58:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8385">
    <title>Re: [PATCH 1/3] ftrace: graph of a single function</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8385</link>
    <description>On Wed, 03 Dec 2008 15:36:57 -0500
Steven Rostedt &lt;rostedt-nx8X9YLhiw1AfugRpC6u6w&lt; at &gt;public.gmane.org&gt; wrote:


This could be static I think.

It's probably not worth even commenting on or fixing this sort
of thing.  Just rely on someone(tm) doing periodic sweeps to
fix them all up.
</description>
    <dc:creator>Andrew Morton</dc:creator>
    <dc:date>2008-12-03T21:08:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8384">
    <title>Re: [PATCH 1/3] ftrace: graph of a single function</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8384</link>
    <description>On Wed, 03 Dec 2008 15:36:57 -0500
Steven Rostedt &lt;rostedt-nx8X9YLhiw1AfugRpC6u6w&lt; at &gt;public.gmane.org&gt; wrote:


Can we use %pF here?

</description>
    <dc:creator>Andrew Morton</dc:creator>
    <dc:date>2008-12-03T21:07:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8378">
    <title>[PATCH 1/3] ftrace: graph of a single function</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8378</link>
    <description>From: Steven Rostedt &lt;srostedt-H+wXaHxf7aLQT0dZR+AlfA&lt; at &gt;public.gmane.org&gt;

Impact: New feature

This patch adds the file:

 /debugfs/tracing/set_graph_function

which can be used along with the function graph tracer.

When this file is empty, the function graph tracer will act as
normal. When the file has a function in it, the function graph
tracer will only trace that function.

For example:

 # echo blk_unplug &gt; /debugfs/tracing/set_graph_function
 # cat /debugfs/tracing/trace
[...]
 ------------------------------------------
 | 2)  make-19003  =&gt;  kjournald-2219
 ------------------------------------------

 2)               |  blk_unplug() {
 2)               |    dm_unplug_all() {
 2)               |      dm_get_table() {
 2)      1.381 us |        _read_lock();
 2)      0.911 us |        dm_table_get();
 2)      1. 76 us |        _read_unlock();
 2) +   12.912 us |      }
 2)               |      dm_table_unplug_all() {
 2)               |        blk_unplug() {
 2)      0.778 us |          generic_unplug_</description>
    <dc:creator>Steven Rostedt</dc:creator>
    <dc:date>2008-12-03T20:36:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8377">
    <title>Re: [RFC][PATCH 4/4] checkpoint/restart: simplify cr_scan_fds()</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8377</link>
    <description>
Agreed.  This just saves a few lines of code.

</description>
    <dc:creator>Dave Hansen</dc:creator>
    <dc:date>2008-12-03T16:23:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8376">
    <title>Re: [PATCH] Unused check for thread group leader inmem_cgroup_move_task</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8376</link>
    <description>Balbir Singh said:
Considering following case,

  # mount -t cgroup none /cgroup -t memory,cpuset
  # mkdir /cgroup/grpA/
  # echo 1 &gt; /cgroup/grpA/memory.use_hierarchy
  # echo 1G &gt; /cgroup/grpA/memory.limit_in_bytes
  # mkdir /cgroup/grpA/01
  # mkdir /cgroup/grpA/02
  limit grpA/01's cpu to 0
  limit grpA/02's cpu to 1

  Run multithread program under grpA and move threads to grpA/01, grpA/02
  if necessary to bind cpu.

Your "hierarchy" added this kind of flexibility and this is very useful.
And, of course, cgroup generic interface allows per-thread group attaching.

This is why I changed my mind and agreed to handle hierarchy management
under the kernel.

This can be an answer for use case to explain why thread-leader-check is
bad ? If we add limitation as "memcgroup should be mounted without
others",

And, if we only allows attaching thread-group-leader, how to migrate
multi-threaded program's all thread ?

I'm sorry I misunderstand something.

-Kame
</description>
    <dc:creator>KAMEZAWA Hiroyuki</dc:creator>
    <dc:date>2008-12-03T16:08:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8375">
    <title>Re: [PATCH] Unused check for thread group leader inmem_cgroup_move_task</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8375</link>
    <description>* KAMEZAWA Hiroyuki &lt;kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A&lt; at &gt;public.gmane.org&gt; [2008-12-01 13:30:30]:


Sorry, I did not review this patch. The correct thing was nikanth did
at first, move this to can_attach(). Why would we allow threads to
exist in different groups, but still mark them as being accounted to
the thread group leader.

It can be a bit confusing for end users, it can be helpful when all
controllers are mounted together. I agree we did not do anything
useful in move_task(). The correct check now, should be for mm-&gt;owner.

If the common case is going to be that memory and cpu are mounted
together, then this patch is correct, but it can be confusing to users
who look at tasks/threads, but as the threads consume memory, the
accounting will happen with mm-&gt;owner.

</description>
    <dc:creator>Balbir Singh</dc:creator>
    <dc:date>2008-12-03T13:40:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8374">
    <title>Re: [RFC][PATCH 4/4] checkpoint/restart: simplify cr_scan_fds()</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8374</link>
    <description>
(as discussed in the LKML thread) as far as I can see the existing code is
safe, and this code is not more correct (for restart) in terms of races with
changes to the file table ?

Dave Hansen wrote:
</description>
    <dc:creator>Oren Laadan</dc:creator>
    <dc:date>2008-12-03T09:48:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8372">
    <title>MD Listing</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8372</link>
    <description>




Currently in Practice:  MDs in the US 

788,149 in total &lt;&gt; 17,219 emails

34 primary and secondary specialties

Can easily be sorted by 16 different fields

Now priced at: $391


&lt;&gt;&lt;&gt;&lt;&gt; GET THE 4 ITEMS BELOW AS A GIFT WHEN YOU ORDER &lt;&gt;&lt;&gt;&lt;&gt;

List of US Pharma Companies
47,000 names and emails of the major positions

Complete Database of Hospitals in the US
more than 23k hospital administrators in over 7k hospitals [worth over $300 alone)

American Dentists
Virtually every dentist in the US with full contact details

Chiropractors in the USA
Complete data for all chiropractors in the USA (a $250 value)

reply to:      Collier-zv0fbVGlH0KkkmuXFMvWN0EOCMrvLtNR&lt; at &gt;public.gmane.org

  

above expires on December 05 


Send email to quit-zv0fbVGlH0KkkmuXFMvWN0EOCMrvLtNR&lt; at &gt;public.gmane.org to ensure no further communication
</description>
    <dc:creator>Wm E Eastman</dc:creator>
    <dc:date>2008-12-03T04:52:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8371">
    <title>MD Listing</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8371</link>
    <description>




Currently in Practice:  MDs in the US 

788,149 in total &lt;&gt; 17,219 emails

34 primary and secondary specialties

Can easily be sorted by 16 different fields

Now priced at: $391


&lt;&gt;&lt;&gt;&lt;&gt; GET THE 4 ITEMS BELOW AS A GIFT WHEN YOU ORDER &lt;&gt;&lt;&gt;&lt;&gt;

List of US Pharma Companies
47,000 names and emails of the major positions

Complete Database of Hospitals in the US
more than 23k hospital administrators in over 7k hospitals [worth over $300 alone)

American Dentists
Virtually every dentist in the US with full contact details

Chiropractors in the USA
Complete data for all chiropractors in the USA (a $250 value)

reply to:      Collier-zv0fbVGlH0KkkmuXFMvWN0EOCMrvLtNR&lt; at &gt;public.gmane.org

  

above expires on December 05 


Send email to quit-zv0fbVGlH0KkkmuXFMvWN0EOCMrvLtNR&lt; at &gt;public.gmane.org to ensure no further communication
</description>
    <dc:creator>Wm E Eastman</dc:creator>
    <dc:date>2008-12-03T04:52:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8370">
    <title>Re: [RFC][PATCH 4/4] checkpoint/restart: simplify cr_scan_fds()</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8370</link>
    <description>Quoting Dave Hansen (dave-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8&lt; at &gt;public.gmane.org):

Heh, well I think you'll need to initialize n after the retry: label.

Otherwise, I can see the appeal of this...

</description>
    <dc:creator>Serge E. Hallyn</dc:creator>
    <dc:date>2008-12-03T04:21:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8369">
    <title>Re: [PATCH 2/3] cgroups: add inactive subsystems to rootnode.root_list</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8369</link>
    <description>
Yes, since it's not broken, I didn't claim this patch as a bug fix that
should go into 2.6.28.


I found this confusion when I was trying to understand this part of code.


I'll fix it. :)
</description>
    <dc:creator>Li Zefan</dc:creator>
    <dc:date>2008-12-03T01:10:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8367">
    <title>Re: [PATCH 2/3] cgroups: add inactive subsystems to rootnode.root_list</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8367</link>
    <description>
Looking at the existing code, it's not actually broken - but only by accident.

We aim to add a link for each cgroup, which we do by finding the first
subsystem in each hierarchy and adding a link for its cgroup, and then
adding a link for dummytop if there weren't any subsystems in the
inactive hierarchy.

But since rootnode.subsys_list is always empty, we always skip the
inactive hierarchy in the main loop (if it has any subsystems), and
always add the inactive hierarchy afterwards. So everything works out
OK (all hierarchies do get linked), but it's horribly unreadable.

Having the subsys_list be correct for the inactive hierarchy is
probably a good thing, so this patch should go ahead (once the typos
is fixed).

Paul
</description>
    <dc:creator>Paul Menage</dc:creator>
    <dc:date>2008-12-02T22:53:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8366">
    <title>Re: [RFC][PATCH 2/4] checkpoint/restart: fix cr_ctx_checkpoint()locking</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8366</link>
    <description>
This looked simpler to me.  We're going to have to rip this sucker out
anyway, so I went for what I thought was the smallest amount of code.

</description>
    <dc:creator>Dave Hansen</dc:creator>
    <dc:date>2008-12-02T22:25:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8365">
    <title>Re: [RFC][PATCH 2/4] checkpoint/restart: fix cr_ctx_checkpoint()locking</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8365</link>
    <description>
any reason why you want to reference the entire -&gt;fs instead of, as I
suggested, make a *copy* of -&gt;fs-&gt;root and then reference its contents ?


Dave Hansen wrote:
</description>
    <dc:creator>Oren Laadan</dc:creator>
    <dc:date>2008-12-02T22:22:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8364">
    <title>Re: [PATCH 3/3] cgroups: introduce link_css_set() to remove duplicatecode</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8364</link>
    <description>
Sounds good.


But we're creating the hierarchy at this point, so there can clearly
only be one cgroup any (which is the root cgroup).

I don't think it's any more or less readable, it just seems an
unnecessary change.

Paul
</description>
    <dc:creator>Paul Menage</dc:creator>
    <dc:date>2008-12-02T22:16:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8360">
    <title>[RFC][PATCH 3/4] checkpoint/restart: fix 'struct file' references</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8360</link>
    <description>
We must hold a reference to 'file' when it get passed in to
fd_install().  After fd_install() the entry in the fdtable
takes on the reference.  If we don't hold a reference to
it, another thread can come along after fd_install() and
fput() it before we've done the get_file().

In cr_read_fd_data(), the cr_obj_add_ref() code does the
get_file() internally.  But, we need to do this (and get
the ref) before we do the cr_attach_file().  Otherwise,
the file can go away after the cr_attach_file() and before
the cr_obj_add_ref().


---

 linux-2.6.git-dave/checkpoint/rstr_file.c |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff -puN checkpoint/rstr_file.c~fix-refs-order-in-cr_attach_get_file checkpoint/rstr_file.c
--- linux-2.6.git/checkpoint/rstr_file.c~fix-refs-order-in-cr_attach_get_file2008-12-02 10:22:17.000000000 -0800
+++ linux-2.6.git-dave/checkpoint/rstr_file.c2008-12-02 10:22:17.000000000 -0800
&lt; at &gt;&lt; at &gt; -59,8 +59,8 &lt; at &gt;&lt; at &gt; static int cr_attach_get_file(struct fil
 
 if (fd &gt;= 0) {
 fsno</description>
    <dc:creator>Dave Hansen</dc:creator>
    <dc:date>2008-12-02T18:57:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8359">
    <title>[RFC][PATCH 4/4] checkpoint/restart: simplify cr_scan_fds()</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8359</link>
    <description>
I think having all the allocations in one place, plus the
reduction in the number of lines speaks for itself.  In
any case, this is last in the series and can be dropped if
you don't like it.

---

 linux-2.6.git-dave/checkpoint/ckpt_file.c |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff -puN checkpoint/ckpt_file.c~fix-cr_scan_fds-realloc checkpoint/ckpt_file.c
--- linux-2.6.git/checkpoint/ckpt_file.c~fix-cr_scan_fds-realloc2008-12-02 10:26:53.000000000 -0800
+++ linux-2.6.git-dave/checkpoint/ckpt_file.c2008-12-02 10:26:53.000000000 -0800
&lt; at &gt;&lt; at &gt; -38,6 +38,7 &lt; at &gt;&lt; at &gt; int cr_scan_fds(struct files_struct *fil
 int i, n = 0;
 int tot = CR_DEFAULT_FDTABLE;
 
+retry:
 fds = kmalloc(tot * sizeof(*fds), GFP_KERNEL);
 if (!fds)
 return -ENOMEM;
&lt; at &gt;&lt; at &gt; -55,18 +56,12 &lt; at &gt;&lt; at &gt; int cr_scan_fds(struct files_struct *fil
 if (!fcheck_files(files, i))
 continue;
 if (n == tot) {
-/*
- * fcheck_files() is safe with drop/re-acquire
- * of the lock, because it tests:  fd &lt; max_fds
- */
+/*</description>
    <dc:creator>Dave Hansen</dc:creator>
    <dc:date>2008-12-02T18:57:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.containers/8358">
    <title>[RFC][PATCH 2/4] checkpoint/restart: fix cr_ctx_checkpoint() locking</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.containers/8358</link>
    <description>
The existing ctx-&gt;vfsroot is dangerous.  We take it from
the root task via: ctx-&gt;root_task-&gt;fs-&gt;root and don't take
a ref on the 'fs' in there.  We also take a ref on the
fs.root which is worthless.

So, replace ctx-&gt;vfsroot with a reference to the 'fs'
instead.  This gives us easy access to fs.root later on,
and also lets us do proper refcounting.

This, of course, eventually needs to be done per-process
but this should at least remove a potential oops.

---

 linux-2.6.git-dave/checkpoint/checkpoint.c    |    7 ++-----
 linux-2.6.git-dave/checkpoint/ckpt_file.c     |    2 +-
 linux-2.6.git-dave/checkpoint/ckpt_mem.c      |    2 +-
 linux-2.6.git-dave/checkpoint/sys.c           |    4 ++--
 linux-2.6.git-dave/include/linux/checkpoint.h |    2 +-
 5 files changed, 7 insertions(+), 10 deletions(-)

diff -puN checkpoint/checkpoint.c~fix-cr_ctx_checkpoint-locking checkpoint/checkpoint.c
--- linux-2.6.git/checkpoint/checkpoint.c~fix-cr_ctx_checkpoint-locking2008-12-02 10:21:52.000000000 -0800
+++ linux-2.6.git</description>
    <dc:creator>Dave Hansen</dc:creator>
    <dc:date>2008-12-02T18:57:36</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.kernel.containers">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.kernel.containers</link>
  </textinput>
</rdf:RDF>
