On Thu, Aug 11, 2022 at 7:19 AM Jiri Slaby <jirislaby@xxxxxxxxxx> wrote: > On 10. 08. 22, 18:42, Jakub Kicinski wrote: > > On Wed, 10 Aug 2022 11:11:32 +0200 Arnd Bergmann wrote: > >>> 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. > > > > Is linux-atm used for something remotely modern? PPPoA? Maybe it's > > time to ditch it completely? I'll send the revert in any case. > > Sorry, I have no idea. openSUSE is just a provider of an rpm -- if there > any users? Who knows... I think in theory this is the subsystem that DSL drivers would use, but there is only one driver for the "Solos ADSL2+". OpenWRT used to support the TI AR7 platform (later owned by Infineon, Lantiq, and Intel, now Maxlinear) with the "sangam-atm" driver for DSL, but that driver was never available in mainline Linux and is now gone from OpenWRT as well. It appears that the later hardware that is still supported uses a custom atm driver implementation rather than the in-kernel subsystem, using a different set of ioctls: https://git.openwrt.org/?p=openwrt/openwrt.git;a=tree;f=package/kernel/lantiq/ltq-atm/src There are also DSL SoCs from (at least) Broadcom, Realtek, Mediatek and Qualcomm, but no open source drivers, so I guess they probably all use their own kernel subsystems. Arnd