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: <20221215111411.5b6d3f5e@kernel.org> Date: Thu, 15 Dec 2022 11:14:11 -0800 From: Jakub Kicinski <kuba@...nel.org> To: Jacob Keller <jacob.e.keller@...el.com> Cc: <davem@...emloft.net>, <netdev@...r.kernel.org>, <edumazet@...gle.com>, <pabeni@...hat.com>, <jiri@...nulli.us>, <leon@...nel.org> Subject: Re: [RFC net-next 03/15] devlink: split out netlink code On Thu, 15 Dec 2022 10:45:48 -0800 Jacob Keller wrote: > On 12/14/2022 6:01 PM, Jakub Kicinski wrote: > > Move out the netlink glue into a separate file. > > Leave the ops in the old file because we'd have to export a ton > > of functions. Going forward we should switch to split ops which > > will let us to put the new ops in the netlink.c file. > > > Moving to split ops will also be a requirement for per-op policy right? We can mix within one family, tho, IIRC. So new ops can have their own families and the old ones can stick to the family policy (unless someone takes the risk of converting them).
Powered by blists - more mailing lists