From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e36.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 271B1B70A9 for ; Sat, 11 Sep 2010 05:38:34 +1000 (EST) Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by e36.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o8AJYbqn014978 for ; Fri, 10 Sep 2010 13:34:37 -0600 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o8AJcWEs122538 for ; Fri, 10 Sep 2010 13:38:32 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o8AJcWl9027485 for ; Fri, 10 Sep 2010 13:38:32 -0600 Received: from [9.53.40.150] (dyn95340150.austin.ibm.com [9.53.40.150]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id o8AJcWlv027477 for ; Fri, 10 Sep 2010 13:38:32 -0600 Message-ID: <4C8A8937.9000005@austin.ibm.com> Date: Fri, 10 Sep 2010 14:38:31 -0500 From: Nathan Fontenot MIME-Version: 1.0 To: linuxppc-dev@ozlabs.org Subject: [PATCH 0/3] Enable partition migration in the kernel Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This set of patches implements partition migration capability in the kernel. With this patch partition migration is done by writing the stream id (generated by the HMC managing the system) to a new sysfs file. This then performs the migration of the partition and the necessary device tree updating and firmware activation required post-migration. The first two patches simply export routines needed by the migration and device tree updating code. The third patch contains the implementation of migration and device tree updating. -Nathan Fontenot