From mboxrd@z Thu Jan 1 00:00:00 1970 From: Namhyung Kim Subject: Re: [PATCH] syscalls: Cleanup references to sys_lookup_dcookie() Date: Thu, 29 Jun 2023 22:33:51 -0700 Message-ID: References: <20230628230935.1196180-1-sohil.mehta@intel.com> <08e273fc-49c5-dd09-1c9e-d85a080767f9@infradead.org> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <08e273fc-49c5-dd09-1c9e-d85a080767f9@infradead.org> List-ID: Content-Type: text/plain; charset="windows-1252" To: Randy Dunlap Cc: Sohil Mehta , Arnd Bergmann , linux-api@vger.kernel.org, linux-arch@vger.kernel.org, Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Catalin Marinas , Will Deacon , Geert Uytterhoeven , Michal Simek , Thomas Bogendoerfer , "James E . J . Bottomley" , Helge Deller , Michael Ellerman , Nicholas Piggin , Christophe Leroy , Heiko Carstens , Vasily Gorbik <> Hello, On Wed, Jun 28, 2023 at 4:44=E2=80=AFPM Randy Dunlap 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 > > Reviewed-by: Randy Dunlap 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 Thanks, Namhyung