mbox series

[net,v2,0/3] net: ipa: three bug fixes

Message ID 20200630124444.1240107-1-elder@linaro.org
Headers show
Series net: ipa: three bug fixes | expand

Message

Alex Elder June 30, 2020, 12:44 p.m. UTC
This series contains three bug fixes for the Qualcomm IPA driver.
In practice these bugs are unlikke.y to be harmful, but they do
represent incorrect code.

Version 2 adds "Fixes" tags to two of the patches and fixes a typo
in one (found by checkpatch.pl).

					-Alex

Alex Elder (3):
  net: ipa: always check for stopped channel
  net: ipa: no checksum offload for SDM845 LAN RX
  net: ipa: introduce ipa_cmd_tag_process()

 drivers/net/ipa/gsi.c             | 16 +++++++---------
 drivers/net/ipa/ipa_cmd.c         | 15 +++++++++++++++
 drivers/net/ipa/ipa_cmd.h         |  8 ++++++++
 drivers/net/ipa/ipa_data-sdm845.c |  1 -
 drivers/net/ipa/ipa_endpoint.c    |  2 ++
 5 files changed, 32 insertions(+), 10 deletions(-)

-- 
2.25.1

Comments

David Miller June 30, 2020, 8:12 p.m. UTC | #1
From: Alex Elder <elder@linaro.org>

Date: Tue, 30 Jun 2020 07:44:41 -0500

> This series contains three bug fixes for the Qualcomm IPA driver.

> In practice these bugs are unlikke.y to be harmful, but they do

> represent incorrect code.

> 

> Version 2 adds "Fixes" tags to two of the patches and fixes a typo

> in one (found by checkpatch.pl).


Series applied and queued up for v5.7 -stable, thanks.