This tiny series moves appletalk out of tree, to: https://github.com/linux-netdev/mod-orphan
Core maintainainers are unable to keep up with the rate of security bug reports and fixes. Nobody seems to care about appletalk enough to review the patches. As Eric pointed out Mac OS dropped AppleTalk over a decade ago. Jakub Kicinski (2): appletalk: stop storing per-interface state in struct net_device appletalk: move the protocol out of tree MAINTAINERS | 5 +- Documentation/admin-guide/sysctl/net.rst | 46 +- .../networking/net_cachelines/net_device.rst | 1 - net/Kconfig | 1 - net/appletalk/Kconfig | 30 - net/802/Makefile | 1 - net/Makefile | 1 - net/appletalk/Makefile | 10 - include/linux/atalk.h | 186 -- include/linux/netdevice.h | 4 - net/appletalk/aarp.c | 1041 --------- net/appletalk/atalk_proc.c | 242 -- net/appletalk/ddp.c | 2017 ----------------- net/appletalk/sysctl_net_atalk.c | 58 - arch/arm/configs/ixp4xx_defconfig | 1 - arch/m68k/configs/amiga_defconfig | 1 - arch/m68k/configs/apollo_defconfig | 1 - arch/m68k/configs/atari_defconfig | 1 - arch/m68k/configs/bvme6000_defconfig | 1 - arch/m68k/configs/hp300_defconfig | 1 - arch/m68k/configs/mac_defconfig | 1 - arch/m68k/configs/multi_defconfig | 1 - arch/m68k/configs/mvme147_defconfig | 1 - arch/m68k/configs/mvme16x_defconfig | 1 - arch/m68k/configs/q40_defconfig | 1 - arch/m68k/configs/sun3_defconfig | 1 - arch/m68k/configs/sun3x_defconfig | 1 - arch/mips/configs/gpr_defconfig | 1 - arch/mips/configs/malta_defconfig | 1 - arch/mips/configs/malta_kvm_defconfig | 1 - arch/mips/configs/malta_qemu_32r6_defconfig | 1 - arch/mips/configs/maltaaprp_defconfig | 1 - arch/mips/configs/maltasmvp_defconfig | 1 - arch/mips/configs/maltasmvp_eva_defconfig | 1 - arch/mips/configs/maltaup_defconfig | 1 - arch/mips/configs/maltaup_xpa_defconfig | 1 - arch/mips/configs/mtx1_defconfig | 1 - arch/powerpc/configs/ppc6xx_defconfig | 1 - arch/sh/configs/landisk_defconfig | 1 - 39 files changed, 3 insertions(+), 3665 deletions(-) delete mode 100644 net/appletalk/Kconfig delete mode 100644 net/appletalk/Makefile delete mode 100644 include/linux/atalk.h delete mode 100644 net/appletalk/aarp.c delete mode 100644 net/appletalk/atalk_proc.c delete mode 100644 net/appletalk/ddp.c delete mode 100644 net/appletalk/sysctl_net_atalk.c -- 2.54.0
