mbox series

[0/5] comedi: misc fixes

Message ID 20211025114532.4599-1-johan@kernel.org (mailing list archive)
Headers show
Series comedi: misc fixes | expand

Message

Johan Hovold Oct. 25, 2021, 11:45 a.m. UTC
This series fixes a number of issues in the comedi drivers that were
found through inspection.

Johan


Johan Hovold (5):
  comedi: ni_usb6501: fix NULL-deref in command paths
  comedi: dt9812: fix DMA buffers on stack
  comedi: vmk80xx: fix transfer-buffer overflows
  comedi: vmk80xx: fix bulk-buffer overflow
  comedi: vmk80xx: fix bulk and interrupt message timeouts

 drivers/comedi/drivers/dt9812.c     | 109 +++++++++++++++++++++-------
 drivers/comedi/drivers/ni_usb6501.c |   8 ++
 drivers/comedi/drivers/vmk80xx.c    |  28 +++----
 3 files changed, 105 insertions(+), 40 deletions(-)