netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Igor Russkikh <Igor.Russkikh@aquantia.com>
To: "David S . Miller" <davem@davemloft.net>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	Igor Russkikh <Igor.Russkikh@aquantia.com>
Subject: [PATCH v2 net-next 0/6] net: aquantia: minor bug fixes after static analysis
Date: Wed, 27 Feb 2019 12:10:01 +0000	[thread overview]
Message-ID: <cover.1551269343.git.igor.russkikh@aquantia.com> (raw)

This patchset fixes minor errors and warnings found by smatch and kasan.

Extra patch is to replace AQ_HW_WAIT_FOR with readx_poll_timeout
to improve readability.

V2:
use readx_poll
resubmitted to net-next since the changeset became quite big.

Igor Russkikh (1):
  net: aquantia: fixed instack structure overflow

Nikita Danilov (5):
  net: aquantia: fixed memcpy size
  net: aquantia: added newline at end of file
  net: aquantia: fixed buffer overflow
  net: aquantia: replace AQ_HW_WAIT_FOR with readx_poll_timeout_atomic
  net: aquantia: use better wrappers for state registers

 .../ethernet/aquantia/atlantic/aq_ethtool.c   |   2 +-
 .../ethernet/aquantia/atlantic/aq_hw_utils.h  |  14 +--
 .../net/ethernet/aquantia/atlantic/aq_nic.c   |   2 +-
 .../ethernet/aquantia/atlantic/aq_pci_func.c  |   2 +
 .../aquantia/atlantic/hw_atl/hw_atl_a0.c      |  25 ++--
 .../aquantia/atlantic/hw_atl/hw_atl_b0.c      |  16 ++-
 .../aquantia/atlantic/hw_atl/hw_atl_llh.c     |  21 ++++
 .../aquantia/atlantic/hw_atl/hw_atl_llh.h     |  12 ++
 .../atlantic/hw_atl/hw_atl_llh_internal.h     |   2 +
 .../aquantia/atlantic/hw_atl/hw_atl_utils.c   | 116 ++++++++++++------
 .../atlantic/hw_atl/hw_atl_utils_fw2x.c       |  68 +++++++---
 11 files changed, 197 insertions(+), 83 deletions(-)

-- 
2.17.1


             reply	other threads:[~2019-02-27 12:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-27 12:10 Igor Russkikh [this message]
2019-02-27 12:10 ` [PATCH v2 net-next 1/6] net: aquantia: fixed memcpy size Igor Russkikh
2019-02-27 12:10 ` [PATCH v2 net-next 2/6] net: aquantia: added newline at end of file Igor Russkikh
2019-02-27 12:10 ` [PATCH v2 net-next 3/6] net: aquantia: fixed buffer overflow Igor Russkikh
2019-02-27 12:10 ` [PATCH v2 net-next 4/6] net: aquantia: fixed instack structure overflow Igor Russkikh
2019-02-27 12:10 ` [PATCH v2 net-next 5/6] net: aquantia: replace AQ_HW_WAIT_FOR with readx_poll_timeout_atomic Igor Russkikh
2019-02-27 12:10 ` [PATCH v2 net-next 6/6] net: aquantia: use better wrappers for state registers Igor Russkikh
2019-03-02  0:45 ` [PATCH v2 net-next 0/6] net: aquantia: minor bug fixes after static analysis David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1551269343.git.igor.russkikh@aquantia.com \
    --to=igor.russkikh@aquantia.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).