Hi Mauro, After merging the kvm tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/media/video/videobuf-dma-sg.c: In function 'videobuf_pages_to_sg': drivers/media/video/videobuf-dma-sg.c:119: warning: comparison of distinct pointer types lacks a cast drivers/media/video/videobuf-dma-sg.c:120: warning: comparison of distinct pointer types lacks a cast Commit ecc736735ecf922d7f31d34417f7c42f8ec9eb67 ("V4L/DVB: videobuf-dma-sg: Fix a warning due to the usage of min(PAGE_SIZE, arg)") tried to fix it (presumably on a 32 bit build), but is not correct for 64 bits . -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/