Re: [PATCH] cachestat: wire up cachestat for other architectures
Nhat Pham <[email protected]>
| Newsgroups | gmane.linux.ports.m68k,gmane.linux.kernel.mm,gmane.linux.kernel.api,gmane.linux.kernel.cross-arch,gmane.linux.ports.alpha,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ia64,gmane.linux.ports.mips,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc |
|---|---|
| Message-ID | <CAKEwX=Pty0V0m+_00F1uWR1EXt8Gt35PYh-yUZEd-LQRSKgfGQ@mail.gmail.com> |
On Thu, May 11, 2023 at 12:01 AM Geert Uytterhoeven <[email protected]> wrote: > > Hi Nat, > > On Wed, May 10, 2023 at 9:58 PM Nhat Pham <[email protected]> wrote: > > cachestat is previously only wired in for x86 (and architectures using > > the generic unistd.h table): > > > > https://lore.kernel.org/lkml/[email protected]/ > > > > This patch wires cachestat in for all the other architectures. > > > > Signed-off-by: Nhat Pham <[email protected]> > > --- > > arch/alpha/kernel/syscalls/syscall.tbl | 1 + > > arch/arm/tools/syscall.tbl | 1 + > > Looking at the last addition of a syscall (commit 21b084fdf2a49ca1 > ("mm/mempolicy: wire up syscall set_mempolicy_home_node"), it looks > like you forgot to update arm64 in compat mode? Or is that not needed? It does look like I missed that! Thanks for the reminder. I'll send a fixlet shortly... Best, Nhat > > > arch/ia64/kernel/syscalls/syscall.tbl | 1 + > > arch/m68k/kernel/syscalls/syscall.tbl | 1 + > > For m68k: > Acked-by: Geert Uytterhoeven <[email protected]> > > > arch/microblaze/kernel/syscalls/syscall.tbl | 1 + > > arch/mips/kernel/syscalls/syscall_n32.tbl | 1 + > > arch/mips/kernel/syscalls/syscall_n64.tbl | 1 + > > arch/mips/kernel/syscalls/syscall_o32.tbl | 1 + > > arch/parisc/kernel/syscalls/syscall.tbl | 1 + > > arch/powerpc/kernel/syscalls/syscall.tbl | 1 + > > arch/s390/kernel/syscalls/syscall.tbl | 1 + > > arch/sh/kernel/syscalls/syscall.tbl | 1 + > > arch/sparc/kernel/syscalls/syscall.tbl | 1 + > > arch/xtensa/kernel/syscalls/syscall.tbl | 1 + > > 14 files changed, 14 insertions(+) > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds