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: <20230929134742.1292632-1-jiri@resnulli.us> Date: Fri, 29 Sep 2023 15:47:39 +0200 From: Jiri Pirko <jiri@...nulli.us> To: netdev@...r.kernel.org Cc: kuba@...nel.org, pabeni@...hat.com, davem@...emloft.net, edumazet@...gle.com, donald.hunter@...il.com Subject: [patch net-next v2 0/3] tools: ynl-gen: fix subset attributes handling From: Jiri Pirko <jiri@...dia.com> Attributes defined in an attribute subset should just specify a list of attributes of the original attribute set. The original attribute definitions should be used. This patchset ensures that. Jiri Pirko (3): tools: ynl-gen: lift type requirement for attribute subsets netlink: specs: remove redundant type keys from attributes in subsets tools: ynl-gen: raise exception when subset attribute contains more than "name" key Documentation/netlink/genetlink-c.yaml | 2 +- Documentation/netlink/genetlink-legacy.yaml | 2 +- Documentation/netlink/genetlink.yaml | 2 +- Documentation/netlink/netlink-raw.yaml | 2 +- Documentation/netlink/specs/devlink.yaml | 10 ---------- Documentation/netlink/specs/dpll.yaml | 8 -------- Documentation/netlink/specs/ethtool.yaml | 3 --- tools/net/ynl/lib/nlspec.py | 2 ++ tools/net/ynl/ynl-gen-c.py | 2 ++ 9 files changed, 8 insertions(+), 25 deletions(-) -- 2.41.0
Powered by blists - more mailing lists