[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1262274489-12447-1-git-send-email-jhovold@gmail.com>
Date: Thu, 31 Dec 2009 16:47:56 +0100
From: Johan Hovold <jhovold@...il.com>
To: Greg Kroah-Hartman <gregkh@...e.de>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 00/13][v2] USB: serial: fix DMA buffers on stack and endianess bugs
Hi,
Here's an updated series rebased against rc2 with all patches from Greg's tree
applied. The mct_u232 patch has been dropped as it had already been fixed. I
also updated the ch341 and cypress_m8 patches to use the unaligned macros.
Johan
Johan Hovold (13):
USB: ch341: replace printk warnings with dev_err
USB: ch341: fix DMA buffer on stack
USB: ch341: use get_unaligned_le16 in break_ctl
USB: cypress_m8: fix DMA buffer on stack
USB: cypress_m8: fix endianess bug and alignment
USB: io_ti: fix DMA buffers on stack
USB: keyspan_pda: fix DMA buffers on stack
USB: kl5kusb105: fix DMA buffers on stack
USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmd
USB: mos7840: fix DMA buffers on stack and endianess bugs
USB: oti6858: fix DMA buffer on stack
USB: visor: fix DMA buffers on stack
USB: kobil_sct: clean up kobil_set_termios
drivers/usb/serial/ch341.c | 25 ++++++++++----
drivers/usb/serial/cypress_m8.c | 36 +++++++++++---------
drivers/usb/serial/io_ti.c | 66 +++++++++++++++++++++++++++----------
drivers/usb/serial/keyspan_pda.c | 45 +++++++++++++++++++-------
drivers/usb/serial/kl5kusb105.c | 63 ++++++++++++++++++++++++++----------
drivers/usb/serial/kobil_sct.c | 22 ++----------
drivers/usb/serial/mos7720.c | 34 ++++++++++----------
drivers/usb/serial/mos7840.c | 22 ++++++++++--
drivers/usb/serial/oti6858.c | 13 ++++++--
drivers/usb/serial/visor.c | 26 ++++++++++----
10 files changed, 230 insertions(+), 122 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists