Re: [PATCH v3 16/16] perf tools: Remove dependency on libaudit

2024-12-17 Thread Charlie Jenkins
On Tue, Dec 17, 2024 at 03:36:27PM -0800, Ian Rogers wrote: > On Mon, Dec 16, 2024 at 10:40 PM Charlie Jenkins wrote: > > > > All architectures now support HAVE_SYSCALL_TABLE_SUPPORT, so the flag is > > no longer needed. With the removal of the flag, the related > > GENERIC_SYSCALL_TABLE can also

Re: [PATCH v3 16/16] perf tools: Remove dependency on libaudit

2024-12-17 Thread Ian Rogers
On Mon, Dec 16, 2024 at 10:40 PM Charlie Jenkins wrote: > > All architectures now support HAVE_SYSCALL_TABLE_SUPPORT, so the flag is > no longer needed. With the removal of the flag, the related > GENERIC_SYSCALL_TABLE can also be removed. libaudit was only used as a > fallback for when HAVE_SYSCA

[PATCH v3 16/16] perf tools: Remove dependency on libaudit

2024-12-16 Thread Charlie Jenkins
All architectures now support HAVE_SYSCALL_TABLE_SUPPORT, so the flag is no longer needed. With the removal of the flag, the related GENERIC_SYSCALL_TABLE can also be removed. libaudit was only used as a fallback for when HAVE_SYSCALL_TABLE_SUPPORT was not defined, so libaudit is also no longer nee