On 08/07/2015 07:44 AM, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > According to Documentation/vm/pagemap.txt, the /proc/pid/pagemap file > contains one 64-bit value for each virtual page. The test code relies > on the size of unsigned long being 64-bit, which breaks the test when > run on 32-bit architectures. Use a uint64_t to store values read from > the file instead, so that it works irrespective of the architecture's > word size. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- Looks good to me. Andrew! Would you like me to take this patch and the other two in this series through kselftest git? thanks, -- Shuah -- Shuah Khan Sr. Linux Kernel Developer Open Source Innovation Group Samsung Research America (Silicon Valley) shuahkh@xxxxxxxxxxxxxxx | (970) 217-8978 -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html