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:	Tue,  3 Dec 2013 17:05:55 +0530
From:	Hariprasad Shenai <hariprasad@...lsio.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net, dm@...lsio.com, leedom@...lsio.com,
	nirranjan@...lsio.com, kumaras@...lsio.com, santosh@...lsio.com,
	hariprasad@...lsio.com
Subject: [PATCH net v2 0/3] Fixes T5 adapter init, due to incorrect FW version check 

Hi All,

This patch series fixes, Chelsio T5 adapter initialization failure due to
incorrect firmware version check. This patch series modifies the firmware
flashing mechanism for T4/T5 adapter.

The patch series moves chip type from struct adapter to struct adapter_params.
It changes the references of chip type in cxgb4 and cxgb4vf drivers such that
build failure is avoided.

Patch 3/3 is dependent on patch 1/3
Patch 2/3 is also dependent on patch 1/3

We would like to request this patch series to get merged via David Miller's
'net' tree.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks

V2: Removed module parameter t4_fw_install

Hariprasad Shenai (3):
  cxgb4: Much cleaner implementation of is_t4()/is_t5()
  cxgb4vf: added much cleaner implementation of is_t4()
  cxgb4: Add new scheme to update T4/T5 firmware

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |  82 +++---
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    | 278 +++++++++++----------
 drivers/net/ethernet/chelsio/cxgb4/sge.c           |  12 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         | 230 ++++++++++-------
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |  14 ++
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |   7 +-
 drivers/net/ethernet/chelsio/cxgb4vf/adapter.h     |   1 -
 .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c    |  15 +-
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c         |   2 +-
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common.h |  24 +-
 drivers/net/ethernet/chelsio/cxgb4vf/t4vf_hw.c     |   4 +-
 11 files changed, 397 insertions(+), 272 deletions(-)

-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ