Remove DECnet support from kernel
stable inclusion from stable-v5.10.184 commit 1c004b379b0327992c1713334198cf5eba29a4ba category: bugfix bugzilla: 188948 CVE: CVE-2023-3338 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1c004b379b0327992c1713334198cf5eba29a4ba --------------------------- commit 1202cdd6 upstream. DECnet is an obsolete network protocol that receives more attention from kernel janitors than users. It belongs in computer protocol history museum not in Linux kernel. It has been "Orphaned" in kernel since 2010. The iproute2 support for DECnet was dropped in 5.0 release. The documentation link on Sourceforge says it is abandoned there as well. Leave the UAPI alone to keep userspace programs compiling. This means that there is still an empty neighbour table for AF_DECNET. The table of /proc/sys/net entries was updated to match current directories and reformatted to be alphabetical. Signed-off-by: NStephen Hemminger <stephen@networkplumber.org> Acked-by: NDavid Ahern <dsahern@kernel.org> Acked-by: NNikolay Aleksandrov <razor@blackwall.org> Signed-off-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NDong Chenchen <dongchenchen2@huawei.com> (cherry picked from commit 44083b0c)
Showing
include/net/dn.h
已删除
100644 → 0
include/net/dn_dev.h
已删除
100644 → 0
include/net/dn_fib.h
已删除
100644 → 0
include/net/dn_neigh.h
已删除
100644 → 0
include/net/dn_nsp.h
已删除
100644 → 0
include/net/dn_route.h
已删除
100644 → 0
include/uapi/linux/dn.h
已删除
100644 → 0
net/decnet/Kconfig
已删除
100644 → 0
net/decnet/Makefile
已删除
100644 → 0
net/decnet/README
已删除
100644 → 0
net/decnet/af_decnet.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_dev.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_fib.c
已删除
100644 → 0
net/decnet/dn_neigh.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_nsp_in.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_nsp_out.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_route.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_rules.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_table.c
已删除
100644 → 0
此差异已折叠。
net/decnet/dn_timer.c
已删除
100644 → 0
此差异已折叠。
net/decnet/netfilter/Kconfig
已删除
100644 → 0
net/decnet/netfilter/Makefile
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
想要评论请 注册 或 登录