On Fri, Apr 29, 2016 at 04:53:43PM +0200, Andrew Jones wrote: > > -#define PAGE_SIZE 4096ul > > +#define PAGE_SIZE 4096 > > nack > > If PAGE_SIZE is only an int (32bits) then PAGE_MASK, which is > (~(PAGE_SIZE-1)), would only be 0xfffff000, rather than > 0xfffffffffffff000, as it should be. Oh, right. Thanks! -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html