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: <20220829220049.333434-1-anthony.l.nguyen@intel.com> Date: Mon, 29 Aug 2022 15:00:46 -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/3][pull request] Intel Wired LAN Driver Updates 2022-08-29 (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. Michal M adds mock implementation for set_termios to allow operation on tools that require it. The following are changes since commit cb10b0f91c5f76de981ef927e7dadec60c5a5d96: Merge branch 'u64_stats-fixups' and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE Michal Michalik (1): ice: Add set_termios tty operations handle to GNSS 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_gnss.c | 15 ++++++ drivers/net/ethernet/intel/ice/ice_main.c | 10 +++- drivers/net/ethernet/intel/ice/ice_xsk.c | 63 +++++++++++++++++++++++ drivers/net/ethernet/l/ice/ice_xsk.h | 8 +++ 5 files changed, 95 insertions(+), 18 deletions(-) -- 2.35.1
Powered by blists - more mailing lists