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: Fri, 12 Aug 2022 10:23:05 -0700 From: Tony Nguyen <anthony.l.nguyen@...el.com> To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, edumazet@...gle.com Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-08-12 (iavf) This series contains updates to iavf driver only. Przemyslaw frees memory for admin queues in initialization error paths, prevents freeing of vf_res which is causing null pointer dereference, and adjusts calls in error path of reset to avoid iavf_close() which could cause deadlock. Ivan Vecera avoids deadlock that can occur when driver if part of failover. The following are changes since commit 40b4ac880e21d917da7f3752332fa57564a4c202: net: lan966x: fix checking for return value of platform_get_irq_byname() and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE Ivan Vecera (1): iavf: Fix deadlock in initialization Przemyslaw Patynowski (3): iavf: Fix adminq error handling iavf: Fix NULL pointer dereference in iavf_get_link_ksettings iavf: Fix reset error handling drivers/net/ethernet/intel/iavf/iavf_adminq.c | 15 +++++++++++-- drivers/net/ethernet/intel/iavf/iavf_main.c | 22 ++++++++++++++----- 2 files changed, 30 insertions(+), 7 deletions(-) -- 2.35.1
Powered by blists - more mailing lists