On Thu, May 11, 2023 at 12:05 AM Arnd Bergmann <a...@arndb.de> wrote: > > On Wed, May 10, 2023, at 21:58, Nhat Pham wrote: > > cachestat is previously only wired in for x86 (and architectures using > > the generic unistd.h table): > > > > https://lore.kernel.org/lkml/20230503013608.2431726-1-npha...@gmail.com/ > > > > This patch wires cachestat in for all the other architectures. > > > > Signed-off-by: Nhat Pham <npha...@gmail.com> > > The changes you did here look good, but you missed one > file that has never been converted to the syscall.tbl format: > arch/arm64/include/asm/unistd32.h along with the __NR_compat_syscalls > definition in arch/arm64/include/asm/unistd.h, please add those > as well, and then > > Reviewed-by: Arnd Bergmann <a...@arndb.de>
Just sent a follow-up fixlet for this: https://lore.kernel.org/linux-mm/20230511092843.3896327-1-npha...@gmail.com/T/#u Thanks for the suggestion!