linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: ipa: fix cleanup after modem crash
@ 2020-05-07 19:14 Alex Elder
  2020-05-07 19:14 ` [PATCH net 1/2] net: ipa: set DMA length in gsi_trans_cmd_add() Alex Elder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Elder @ 2020-05-07 19:14 UTC (permalink / raw)
  To: davem; +Cc: evgreen, subashab, cpratapa, bjorn.andersson, netdev, linux-kernel

The first patch in this series fixes a bug where the size of a data
transfer request was never set, meaning it was 0.  The consequence
of this was that such a transfer request would never complete if
attempted, and led to a hung task timeout.

This data transfer is required for cleaning up IPA hardware state
when recovering from a modem crash.  The code to implement this
cleanup is already present, but its use was commented out because
it hit the bug described above.  So the second patch in this series
enables the use of that "tag process" cleanup code.

					-Alex

Alex Elder (2):
  net: ipa: set DMA length in gsi_trans_cmd_add()
  net: ipa: use tag process on modem crash

 drivers/net/ipa/gsi_trans.c |  5 +++--
 drivers/net/ipa/ipa_cmd.c   | 14 +++-----------
 2 files changed, 6 insertions(+), 13 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-08  1:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 19:14 [PATCH net 0/2] net: ipa: fix cleanup after modem crash Alex Elder
2020-05-07 19:14 ` [PATCH net 1/2] net: ipa: set DMA length in gsi_trans_cmd_add() Alex Elder
2020-05-07 19:14 ` [PATCH net 2/2] net: ipa: use tag process on modem crash Alex Elder
2020-05-08  1:42 ` [PATCH net 0/2] net: ipa: fix cleanup after " David Miller

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).