On Mon, Apr 12, 2010 at 07:35:35PM +0900, Takuya Yoshikawa wrote: > This patch fixes a bug found by Avi during the review process > of my dirty bitmap related work. > > To ppc and ia64 people: > The fix is really simple but touches all architectures using > dirty bitmaps. So please check this will not suffer your part. > > === > > Int is not long enough to store the size of a dirty bitmap. > > This patch fixes this problem with the introduction of a wrapper > function to calculate the sizes of dirty bitmaps. > > Note: in mark_page_dirty(), we have to consider the fact that > __set_bit() takes the offset as int, not long. > > Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx> Applied, 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