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: <20231201180646.7d3c851f@kernel.org> Date: Fri, 1 Dec 2023 18:06:46 -0800 From: Jakub Kicinski <kuba@...nel.org> To: Donald Hunter <donald.hunter@...il.com> Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org, Jacob Keller <jacob.e.keller@...el.com>, donald.hunter@...hat.com Subject: Re: [PATCH net-next v1 4/6] tools/net/ynl: Add binary and pad support to structs for tc On Thu, 30 Nov 2023 21:49:56 +0000 Donald Hunter wrote: > The tc netlink-raw family needs binary and pad types for several > qopt C structs. Add support for them to ynl. Nice reuse of the concept of "pad", I don't see why not: Reviewed-by: Jakub Kicinski <kuba@...nel.org> > + value = msg.raw[offset:offset+m.len] What does Python style guide say about spaces around '+' here? I tend to use C style, no idea if it's right.
Powered by blists - more mailing lists