Merge branch 'fixes-for-3.10' of git://gitorious.org/linux-can/linux-can
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2013 21:30:12 +0000 (14:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2013 21:30:12 +0000 (14:30 -0700)
commit23eb45fce933ec09601a1c3f6e1c56190c9af301
treebc5f261d37465d9bd7c17e338e83b7d7ef8c9ce9
parentc418253f12c0a95c7cd894953644c7488899c9fd
parentf14e22435a27ef183bbfa78f77ad86644c0b354c
Merge branch 'fixes-for-3.10' of git://gitorious.org/linux-can/linux-can

Marc Kleine-Budde says:

====================
here are there fixes for the v3.10 release cycle:

The first patch by Jonas Peterson and Olivier Sobrie fixes the reception of CAN
frames on Kvaser's "USBcan Pro" and "USBcan R" type hardware.

The last two patches by Olivier Sobrie (for esd_usb2) and me (for peak_usb)
change the memory handling for the USB messages from stack to kmalloc(), as
memory used for DMA should not be allocated on stack.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>