Hello, On Wed, Jun 28, 2023 at 4:44 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote: > > > > On 6/28/23 16:09, Sohil Mehta wrote: > > commit 'be65de6b03aa ("fs: Remove dcookies support")' removed the > > syscall definition for lookup_dcookie. However, syscall tables still > > point to the old sys_lookup_dcookie() definition. Update syscall tables > > of all architectures to directly point to sys_ni_syscall() instead. > > > > Signed-off-by: Sohil Mehta <sohil.mehta@xxxxxxxxx> > > Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> I was about to say that it'd be nice if you split the tools/perf part since it can support old kernels. But if the syscall is only used for oprofile then probably perf doesn't need to care about it. :) For the perf part, Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx> Thanks, Namhyung