Re: [PATCH v7 2/4] virtio_balloon: introduce migration primitives to balloon pages
From: Rafael Aquini <hidden>
Date: 2012-08-15 12:35:25
Also in:
lkml
From: Rafael Aquini <hidden>
Date: 2012-08-15 12:35:25
Also in:
lkml
On Tue, Aug 14, 2012 at 10:31:09PM +0300, Michael S. Tsirkin wrote:
quoted
quoted
now CPU1 executes the next instruction: } which would normally return to function's caller, but it has been overwritten by CPU2 so we get corruption. No?At the point CPU2 is unloading the module, it will be kept looping at the snippet Rusty pointed out because the isolation / migration steps do not mess with 'vb->num_pages'. The driver will only unload after leaking the total amount of balloon's inflated pages, which means (for this hypothetical case) CPU2 will wait until CPU1 finishes the putaback procedure.Yes but only until unlock finishes. The last return from function is not guarded and can be overwritten.
CPU1 will be returning to putback_balloon_page() which code is located at core mm/compaction.c, outside the driver. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>