From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: linux-can@vger.kernel.org, davem@davemloft.net
Subject: pull-request: can 2013-06-03
Date: Mon, 3 Jun 2013 14:15:30 +0200 [thread overview]
Message-ID: <1370261733-22935-1-git-send-email-mkl@pengutronix.de> (raw)
Hello David,
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.
regards,
Marc
---
The following changes since commit 01cb71d2d47b78354358e4bb938bb06323e17498:
net_sched: restore "overhead xxx" handling (2013-06-02 22:22:35 -0700)
are available in the git repository at:
git://gitorious.org/linux-can/linux-can.git fixes-for-3.10
for you to fetch changes up to f14e22435a27ef183bbfa78f77ad86644c0b354c:
net: can: peak_usb: Do not do dma on the stack (2013-06-03 14:05:32 +0200)
----------------------------------------------------------------
Jonas Peterson (1):
net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware.
Marc Kleine-Budde (1):
net: can: peak_usb: Do not do dma on the stack
Olivier Sobrie (1):
net: can: esd_usb2: Do not do dma on the stack
drivers/net/can/usb/esd_usb2.c | 127 +++++++++++++++++-----------
drivers/net/can/usb/kvaser_usb.c | 64 +++++++++-----
drivers/net/can/usb/peak_usb/pcan_usb_pro.c | 61 ++++++++-----
drivers/net/can/usb/peak_usb/pcan_usb_pro.h | 1 +
4 files changed, 160 insertions(+), 93 deletions(-)
next reply other threads:[~2013-06-03 12:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 12:15 Marc Kleine-Budde [this message]
2013-06-03 12:15 ` [PATCH 1/3] net: can: kvaser_usb: fix reception on "USBcan Pro" and "USBcan R" type hardware Marc Kleine-Budde
2013-06-03 12:15 ` [PATCH 2/3] net: can: esd_usb2: Do not do dma on the stack Marc Kleine-Budde
2013-06-03 12:15 ` [PATCH 3/3] net: can: peak_usb: " Marc Kleine-Budde
2013-12-12 14:44 ` Stephane Grosjean
2013-12-14 13:37 ` Marc Kleine-Budde
2013-06-04 21:31 ` pull-request: can 2013-06-03 David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370261733-22935-1-git-send-email-mkl@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=davem@davemloft.net \
--cc=linux-can@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).