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: <20190723.144055.138556918172139772.davem@davemloft.net> Date: Tue, 23 Jul 2019 14:40:55 -0700 (PDT) From: David Miller <davem@...emloft.net> To: snelson@...sando.io Cc: netdev@...r.kernel.org Subject: Re: [PATCH v4 net-next 19/19] ionic: Add basic devlink interface From: Shannon Nelson <snelson@...sando.io> Date: Mon, 22 Jul 2019 14:40:23 -0700 > +struct ionic *ionic_devlink_alloc(struct device *dev) > +{ > + struct devlink *dl; > + struct ionic *ionic; Reverse christmas tree please.