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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 6 Apr 2017 15:58:27 +0300
From:   Yuval Mintz <Yuval.Mintz@...ium.com>
To:     <davem@...emloft.net>, <netdev@...r.kernel.org>
CC:     Yuval Mintz <Yuval.Mintz@...ium.com>
Subject: [PATCH net-next 0/8] qed: Misc cleanups and fixes

Patches #1 and #2 revolve around register access performed by driver;
The first merely adds some debug, while the second does some fixing
of incorrect PTT usage as well as preventing issues similar to those
fixed by 6f437d431930 ("qed: Don't use attention PTT for configuring BW").

Patch #3 better configures HW for architecture where cacheline isn't 64B.

Patches #4-#8 all affect iSCSI related functionaility - 
adding statistics information [both to driver & management firmware],
passing information on number of resources to qedi, and simplifying
the Out-of-order implementation in SW.

Dave,

Please consider applying this series to `net-next'.

Thanks,
Yuval

Michal Kalderon (1):
  qed: Make OOO archipelagos into an array

Rahul Verma (1):
  qed: Don't use main-ptt in unrelated flows

Tomer Tayar (1):
  qed: Something about cache-lines

Yuval Mintz (5):
  qed: Warn PTT usage by wrong hw-function
  qed: Don't close the OUT_EN during init
  qed: Add missing stat for new isles
  qed: Inform qedi the number of possible CQs
  qed: Provide iSCSI statistics to management

 drivers/net/ethernet/qlogic/qed/qed.h          |   3 +-
 drivers/net/ethernet/qlogic/qed/qed_cxt.c      |   8 +-
 drivers/net/ethernet/qlogic/qed/qed_cxt.h      |   9 +-
 drivers/net/ethernet/qlogic/qed/qed_dev.c      | 137 ++++++++++++++++++-------
 drivers/net/ethernet/qlogic/qed/qed_dev_api.h  |   8 +-
 drivers/net/ethernet/qlogic/qed/qed_fcoe.c     |  10 +-
 drivers/net/ethernet/qlogic/qed/qed_hw.c       |   7 ++
 drivers/net/ethernet/qlogic/qed/qed_iscsi.c    |  33 ++++++
 drivers/net/ethernet/qlogic/qed/qed_iscsi.h    |  14 ++-
 drivers/net/ethernet/qlogic/qed/qed_l2.c       |  14 ++-
 drivers/net/ethernet/qlogic/qed/qed_ll2.c      |  49 ++++++---
 drivers/net/ethernet/qlogic/qed/qed_main.c     |   5 +
 drivers/net/ethernet/qlogic/qed/qed_ooo.c      | 102 +++++-------------
 drivers/net/ethernet/qlogic/qed/qed_ooo.h      |   6 +-
 drivers/net/ethernet/qlogic/qed/qed_reg_addr.h |   1 +
 drivers/net/ethernet/qlogic/qed/qed_spq.c      |  20 +++-
 include/linux/qed/qed_iscsi_if.h               |   2 +
 17 files changed, 275 insertions(+), 153 deletions(-)

-- 
1.9.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ