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: <fbf69318-74b0-48c8-9af8-9fb4aebf17ae@kernel.org> Date: Tue, 24 Oct 2023 21:09:57 -0600 From: David Ahern <dsahern@...nel.org> To: Coco Li <lixiaoyan@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Eric Dumazet <edumazet@...gle.com>, Neal Cardwell <ncardwell@...gle.com>, Mubashir Adnan Qureshi <mubashirq@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Andrew Lunn <andrew@...n.ch>, Jonathan Corbet <corbet@....net> Cc: netdev@...r.kernel.org, Chao Wu <wwchao@...gle.com>, Wei Wang <weiwan@...gle.com>, Pradeep Nemavat <pnemavat@...gle.com> Subject: Re: [PATCH v3 net-next 3/6] net-smnp: reorganize SNMP fast path variables On 10/24/23 7:24 PM, Coco Li wrote: > diff --git a/include/uapi/linux/snmp.h b/include/uapi/linux/snmp.h > index b2b72886cb6d1..006c49e18a3f5 100644 > --- a/include/uapi/linux/snmp.h > +++ b/include/uapi/linux/snmp.h > @@ -8,6 +8,13 @@ > #ifndef _LINUX_SNMP_H > #define _LINUX_SNMP_H > > +/* Enums in this file are exported by their name and by > + * their values. User space binaries should ingest both > + * of the above, and therefore ordering changes in this > + * file does not break user space. For an exmample, please s/exmample/example/
Powered by blists - more mailing lists