All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] xyz-modem: Fix cancelling and closing transfers
@ 2021-08-03 14:28 Pali Rohár
  2021-08-03 14:28 ` [PATCH 1/7] xyz-modem: Fix crash after cancelling transfer Pali Rohár
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Pali Rohár @ 2021-08-03 14:28 UTC (permalink / raw)
  To: Simon Glass, Heinrich Schuchardt, Michal Simek, Marek Behún; +Cc: u-boot

This patch series fixes U-Boot crash during cancellation of x/y-modem
transfers and contains other various fixes related to finishing
transfers.

Pali Rohár (7):
  xyz-modem: Fix crash after cancelling transfer
  xyz-modem: Fix x-modem "xyzModem_eof error" at the end of file
  xyz-modem: Put xyzModem_stream_close debug diagnostic message into
    ZM_DEBUG()
  xyz-modem: Close stream after processing/sending terminate sequence
  xyz-modem: Properly abort/terminate transfer on error
  xyz-modem: Show information about finished transfer
  xyz-modem: Allow to cancel transfer also by CTRL+C

 cmd/load.c        | 32 ++++++++++++++++++++++++++++++--
 common/xyzModem.c | 12 ++++++++----
 2 files changed, 38 insertions(+), 6 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-09-03 21:29 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-03 14:28 [PATCH 0/7] xyz-modem: Fix cancelling and closing transfers Pali Rohár
2021-08-03 14:28 ` [PATCH 1/7] xyz-modem: Fix crash after cancelling transfer Pali Rohár
2021-08-04  8:50   ` Heinrich Schuchardt
2021-09-03 21:29   ` Tom Rini
2021-08-03 14:28 ` [PATCH 2/7] xyz-modem: Fix x-modem "xyzModem_eof error" at the end of file Pali Rohár
2021-08-12 21:46   ` Simon Glass
2021-08-03 14:28 ` [PATCH 3/7] xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG() Pali Rohár
2021-08-04  9:30   ` Heinrich Schuchardt
2021-08-06 16:20     ` Pali Rohár
2021-08-03 14:28 ` [PATCH 4/7] xyz-modem: Close stream after processing/sending terminate sequence Pali Rohár
2021-08-04  8:59   ` Heinrich Schuchardt
2021-08-06 16:27     ` Pali Rohár
2021-08-03 14:28 ` [PATCH 5/7] xyz-modem: Properly abort/terminate transfer on error Pali Rohár
2021-08-12 21:46   ` Simon Glass
2021-08-12 21:48     ` Pali Rohár
2021-08-03 14:28 ` [PATCH 6/7] xyz-modem: Show information about finished transfer Pali Rohár
2021-08-04  9:15   ` Heinrich Schuchardt
2021-08-06 16:16     ` Pali Rohár
2021-08-03 14:28 ` [PATCH 7/7] xyz-modem: Allow to cancel transfer also by CTRL+C Pali Rohár
2021-08-12 21:46   ` Simon Glass
2021-08-27  8:40 ` [PATCH 0/7] xyz-modem: Fix cancelling and closing transfers Pali Rohár

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.