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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 27 Apr 2019 20:20:30 -0400 (EDT) From: David Miller <davem@...emloft.net> To: muvic@...ux.ibm.com Cc: netdev@...r.kernel.org, tlfalcon@...ux.ibm.com, maurosr@...ux.vnet.ibm.com Subject: Re: [PATCH net-next] ibmvnic: Add device identification to requested IRQs From: Murilo Fossa Vicentini <muvic@...ux.ibm.com> Date: Thu, 25 Apr 2019 11:02:33 -0300 > The ibmvnic driver currently uses the same fixed name when using > request_irq, this makes it hard to parse when multiple VNIC devices are > available at the same time. This patch adds the unit_address as the device > identification along with an id for each queue. > > The original idea was to use the interface name as an identifier, but it > is not feasible given these requests happen at adapter probe, and at this > point netdev is not yet registered so it doesn't have the proper name > assigned to it. > > Signed-off-by: Murilo Fossa Vicentini <muvic@...ux.ibm.com> Applied, thanks.
Powered by blists - more mailing lists