[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] Fix >4G i386 PAE grant table interface
>>> Steven Rostedt <srostedt@xxxxxxxxxx> 02.11.06 17:53 >>> >It has been discovered that i386 boxes with more than 4G of RAM would >randomly crash. It was traced to the interface of blktap using >gnttab_set_map_op. > >It would pass in the 64 bit pte entry, but the gnttab_set_map_op would >only take a 32 bit (on i386) unsigned long as a parameter. So we lose >the top 32bits. Could you use maddr_t here rather than uint64_t? For non-PAE i386 Linux, especially when using CONFIG_REGPARM, adding a useless argument slot seems wasteful... Keir - will this go into 3.0.3? Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |