Hi Greg, I get the following new build failure for 3.10 and 3.12. Affected are m68k:allmodconfig and sparc64:allmodconfig. drivers/net/virtio_net.c: In function 'receive_mergeable': drivers/net/virtio_net.c:330:29: warning: dereferencing 'void *' pointer [enabled by default] drivers/net/virtio_net.c:330:29: error: request for member 'virtual' in something not a structure or union Culprit is "virtio_net: fix error handling for mergeable buffers". Problem is that "page_address" is assumed to be a function, but that is not always the case, at least not in 3.10 and 3.12. Guenter -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html