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: <20220902175703.1171660-1-anthony.l.nguyen@intel.com> Date: Fri, 2 Sep 2022 10:57:01 -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 v2 0/2][pull request] Intel Wired LAN Driver Updates 2022-09-02 (ice) This series contains updates to ice driver only. Przemyslaw fixes memory leak of DMA memory due to incorrect freeing of rx_buf. Michal S corrects incorrect call to free memory. --- v2: Removed patch 3 The following are changes since commit e7506d344bf180096a86ec393515861fb5245915: Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE Michal Swiatkowski (1): ice: use bitmap_free instead of devm_kfree Przemyslaw Patynowski (1): ice: Fix DMA mappings leak drivers/net/ethernet/intel/ice/ice_base.c | 17 ------ drivers/net/ethernet/intel/ice/ice_main.c | 10 +++- drivers/net/ethernet/intel/ice/ice_xsk.c | 63 +++++++++++++++++++++++ drivers/net/ethernet/intel/ice/ice_xsk.h | 8 +++ 4 files changed, 80 insertions(+), 18 deletions(-) -- 2.35.1
Powered by blists - more mailing lists