Hi, The commit 1d90ca897 changed the type of the vm_numa_stat_diff from s8 into u16. It also changed the associated BUILD_BUG_ON() in need_update(), but didn't touch the memchr_inv() call after it. Is the memchr_inv() call still supposed to cover the whole array or am I just misreading the code?