From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: [RFC PATCH 0/2] cr: Introduce s390x checkpoint/restart code Date: Wed, 14 Jan 2009 23:05:23 -0600 Message-ID: <20090115050523.GA10415@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline 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: Linux Containers Cc: Martin Schwidefsky , Arnd Bergmann List-Id: containers.vger.kernel.org Hi, here is a first stab at extending Oren's application c/r patchset (http://lkml.org/lkml/2008/12/29/38) to s390. I pretty much spent a day or two looking through the s390 include and .S files and then took a stab, so I won't be surprised to find these patches (and myself) the subject of ridicule. For instance, I'm really not *sure* whether I should be backing up the acrs registers (some s390 docs suggested userspace could use them), the ksp, or the vdso_base. But one thing I've got going for me at least... it works! Please take a look, point and laugh, and maybe even explain what's so funny and how to improve them. thanks, -serge