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-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html