mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: small dma allocation fixes
@ 2023-06-29 19:52 Denis Orlov
  2023-06-29 19:52 ` [PATCH 1/2] usb: storage: fix missing calls to free() Denis Orlov
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Denis Orlov @ 2023-06-29 19:52 UTC (permalink / raw)
  To: barebox; +Cc: Denis Orlov

Make sure dma buffers are both properly allocated and freed (they were
not in a few places).

Denis Orlov (2):
  usb: storage: fix missing calls to free()
  usb: make sure dma buffers are properly allocated

 drivers/usb/core/usb.c          | 16 ++++---
 drivers/usb/storage/transport.c | 74 +++++++++++++++++++--------------
 drivers/usb/storage/usb.c       | 30 ++++++++-----
 3 files changed, 71 insertions(+), 49 deletions(-)

-- 
2.41.0




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

end of thread, other threads:[~2023-06-30 11:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29 19:52 [PATCH 0/2] usb: small dma allocation fixes Denis Orlov
2023-06-29 19:52 ` [PATCH 1/2] usb: storage: fix missing calls to free() Denis Orlov
2023-06-30  5:54   ` Ahmad Fatoum
2023-06-29 19:52 ` [PATCH 2/2] usb: make sure dma buffers are properly allocated Denis Orlov
2023-06-30 11:52 ` [PATCH 0/2] usb: small dma allocation fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox