On Fri, Aug 30, 2019 at 10:30 PM Michal Suchanek <msuchanek@xxxxxxx> wrote: > > Subject: [PATCH] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro > > This partially reverts commit caf6f9c8a326 ("asm-generic: Remove > unneeded __ARCH_WANT_SYS_LLSEEK macro") > > When CONFIG_COMPAT is disabled on ppc64 the kernel does not build. > > There is resistance to both removing the llseek syscall from the 64bit > syscall tables and building the llseek interface unconditionally. > > Link: https://lore.kernel.org/lkml/20190828151552.GA16855@xxxxxxxxxxxxx/ > Link: https://lore.kernel.org/lkml/20190829214319.498c7de2@naga/ > > Signed-off-by: Michal Suchanek <msuchanek@xxxxxxx> Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>