From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Subject: [PATCH 0 of 6] PowerPC Linux patches, rev 2 Date: Thu, 05 Jul 2007 17:27:49 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com, xen-ppc-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi Keir, I believe I've addressed all your comments on these patches. Please apply. 16 files changed, 427 insertions(+), 35 deletions(-) arch/ia64/xen/hypervisor.c | 5 drivers/xen/Kconfig | 7 + drivers/xen/Makefile | 4 drivers/xen/char/mem.c | 8 - drivers/xen/core/Makefile | 1 drivers/xen/core/gnttab.c | 38 +++--- drivers/xen/core/xencomm.c | 192 ++++++++++++++++++++++++++++++++++ drivers/xen/privcmd/Makefile | 3 drivers/xen/privcmd/compat_privcmd.c | 73 ++++++++++++ drivers/xen/util.c | 8 - fs/compat_ioctl.c | 17 +++ include/asm-i386/mach-xen/asm/io.h | 4 include/asm-ia64/uaccess.h | 4 include/xen/compat_ioctl.h | 45 +++++++ include/xen/gnttab.h | 2 include/xen/xencomm.h | 51 +++++++++