lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20231223140154.1319084-1-jhs@mojatatu.com> Date: Sat, 23 Dec 2023 09:01:49 -0500 From: Jamal Hadi Salim <jhs@...atatu.com> To: davem@...emloft.net, kuba@...nel.org, edumazet@...gle.com, pabeni@...hat.com Cc: jiri@...nulli.us, xiyou.wangcong@...il.com, netdev@...r.kernel.org, stephen@...workplumber.org, dsahern@...il.com, pctammela@...atatu.com, victor@...atatu.com, Jamal Hadi Salim <jhs@...atatu.com> Subject: [PATCH net-next 0/5] net/sched: Remove UAPI support for retired TC qdiscs and classifiers Classifiers RSVP and tcindex as well as qdiscs dsmark, CBQ and ATM have already been deleted. This patchset removes their UAPI support. User space - with a focus on iproute2 - typically copies these UAPI headers for different kernels. These deletion patches are coordinated with the iproute2 maintainers to make sure that they delete any user space code referencing removed objects at their leisure. Jamal Hadi Salim (5): net/sched: Remove uapi support for rsvp classifier net/sched: Remove uapi support for tcindex classifier net/sched: Remove uapi support for dsmark qdisc net/sched: Remove uapi support for ATM qdisc net/sched: Remove uapi support for CBQ qdisc include/uapi/linux/pkt_cls.h | 47 ------------ include/uapi/linux/pkt_sched.h | 109 --------------------------- tools/include/uapi/linux/pkt_cls.h | 47 ------------ tools/include/uapi/linux/pkt_sched.h | 109 --------------------------- 4 files changed, 312 deletions(-) -- 2.34.1
Powered by blists - more mailing lists