On Wed, Aug 10, 2022 at 9:36 AM Jiri Slaby <jirislaby@xxxxxxxxxx> wrote: > > On 26. 04. 22, 19:54, Jakub Kicinski wrote: > > This driver received nothing but automated fixes in the last 15 years. > > Since it's using virt_to_bus it's unlikely to be used on any modern > > platform. > ... > > delete mode 100644 include/uapi/linux/atm_zatm.h > > This unfortunately breaks linux-atm: > zntune.c:18:10: fatal error: linux/atm_zatm.h: No such file or directory > > The source does also: > ioctl(s,ZATM_SETPOOL,&sioc) > ioctl(s,zero ? ZATM_GETPOOLZ : ZATM_GETPOOL,&sioc) > etc. > > So we should likely revert the below: I suppose there is no chance of also getting the linux-atm package updated to not include those source files, right? The last release I found on sourceforge is 12 years old, but maybe I was looking in the wrong place. Arnd