Linux Container Development
 help / color / mirror / Atom feed
* [PATCH 0/5] user-cr fixes and generic stack API
@ 2009-12-05  5:02 Nathan Lynch
       [not found] ` <1259989351-28552-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Nathan Lynch @ 2009-12-05  5:02 UTC (permalink / raw)
  To: Oren Laadan; +Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA

Hi Oren,

Here's a patch series against ckpt-v19-rc2 that fixes a couple of
minor issues for powerpc and adds a generic stack API ("genstack").

Nathan Lynch (5):
  catch attempts to build clone_ppc_.S in 64-bit mode
  user-cr: align powerpc sp for eclone, clean up __eclone
  user-cr: add generic stack API
  user-cr: use genstack API in restart.c
  user-cr: use genstack API in nsexeccwp

 Makefile     |    4 +-
 clone_ppc.c  |   12 ++++--
 clone_ppc_.S |   44 +++++++++++--------------
 genstack.c   |  101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 genstack.h   |   22 ++++++++++++
 nsexeccwp.c  |   11 +++---
 restart.c    |   42 ++++++++++++------------
 7 files changed, 180 insertions(+), 56 deletions(-)
 create mode 100644 genstack.c
 create mode 100644 genstack.h

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

end of thread, other threads:[~2009-12-17  4:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-05  5:02 [PATCH 0/5] user-cr fixes and generic stack API Nathan Lynch
     [not found] ` <1259989351-28552-1-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-12-05  5:02   ` [PATCH 1/5] catch attempts to build clone_ppc_.S in 64-bit mode Nathan Lynch
2009-12-05  5:02   ` [PATCH 2/5] user-cr: align powerpc sp for eclone, clean up __eclone Nathan Lynch
     [not found]     ` <1259989351-28552-3-git-send-email-ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-12-17  4:29       ` Matt Helsley
     [not found]         ` <20091217042925.GC30702-52DBMbEzqgQ/wnmkkaCWp/UQ3DHhIser@public.gmane.org>
2009-12-17  4:53           ` Matt Helsley
2009-12-05  5:02   ` [PATCH 3/5] user-cr: add generic stack API Nathan Lynch
2009-12-05  5:02   ` [PATCH 4/5] user-cr: use genstack API in restart.c Nathan Lynch
2009-12-05  5:02   ` [PATCH 5/5] user-cr: use genstack API in nsexeccwp Nathan Lynch
2009-12-06 19:21   ` [PATCH 0/5] user-cr fixes and generic stack API Oren Laadan
2009-12-16 23:49   ` Serge E. Hallyn

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