7 messages in com.xensource.lists.xen-devel[Xen-devel] [PATCH] Fix access_ok for...
FromSent OnAttachments
Tian, Kevin27 Feb 2006 05:14.patch
Keir Fraser27 Feb 2006 05:50 
Tian, Kevin27 Feb 2006 06:39 
Keir Fraser27 Feb 2006 07:17 
Tian, Kevin27 Feb 2006 07:21 
Tian, Kevin27 Feb 2006 07:22 
Li, Xin B27 Feb 2006 07:25 
Subject:[Xen-devel] [PATCH] Fix access_ok for xen/ia64
From:Tian, Kevin (kevi@intel.com)
Date:02/27/2006 05:14:41 AM
List:com.xensource.lists.xen-devel
Attachments:

xen/ia64 uaccess is still linux style with different declaration as common xen. It's meaningless to patch original file with many #ifdef XEN, and so instead copy that file to create a new xen specific uaccess file, with unused lines removed. May need render later.

Or else it breaks compilation on xen-unstable.

Thanks, Kevin