From: Oliver Hartkopp <socketcan@hartkopp.net>
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-can@vger.kernel.org
Subject: Re: pull-request: can 2015-07-13
Date: Tue, 14 Jul 2015 18:41:19 +0200 [thread overview]
Message-ID: <55A53BAF.5070401@hartkopp.net> (raw)
In-Reply-To: <1436772148-9805-1-git-send-email-mkl@pengutronix.de>
Hi Marc,
you did not sent this mail to Dave but only to linux-can ML.
Btw. why didn't you create a single patch with a single commit msg?
IMO you fix a single issue ... whether it is about
netif_receive_skb()/netif_rx()/netif_rx() is not really relevant.
Regards,
Oliver
On 13.07.2015 09:22, Marc Kleine-Budde wrote:
> Hello David,
>
> this is a pull request of 12 patches by me.
>
> This series fixes the use of the skb after netif_receive_skb() / netif_rx()
> which exists in several driver.
>
> Marc
> ---
>
> The following changes since commit cee9f6d0186a586c8023bc91c8a4cf8a088855e5:
>
> Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can (2015-07-12 22:24:01 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-4.2-20150713
>
> for you to fetch changes up to 95935983f875ac91c43eef04bc56199cc39face6:
>
> can: pcan_usb: don't touch skb after netif_rx() (2015-07-13 08:56:04 +0200)
>
> ----------------------------------------------------------------
> linux-can-fixes-for-4.2-20150713
>
> ----------------------------------------------------------------
> Marc Kleine-Budde (12):
> can: at91_can: don't touch skb after netif_receive_skb()/netif_rx()
> can: flexcan: don't touch skb after netif_receive_skb()
> can: bfin_can: don't touch skb after netif_rx()
> can: grcan: don't touch skb after netif_rx()
> can: slcan: don't touch skb after netif_rx_ni()
> can: ti_heccn: don't touch skb after netif_rx()
> can: cc770: don't touch skb after netif_rx()
> can: sja1000: don't touch skb after netif_rx()
> can: esd_usb2: don't touch skb after netif_rx()
> can: ems_usb: don't touch skb after netif_rx()
> can: usb_8dev: don't touch skb after netif_rx()
> can: pcan_usb: don't touch skb after netif_rx()
>
> drivers/net/can/at91_can.c | 8 ++++----
> drivers/net/can/bfin_can.c | 6 ++----
> drivers/net/can/cc770/cc770.c | 4 ++--
> drivers/net/can/flexcan.c | 7 +++----
> drivers/net/can/grcan.c | 3 ++-
> drivers/net/can/sja1000/sja1000.c | 6 ++----
> drivers/net/can/slcan.c | 2 +-
> drivers/net/can/ti_hecc.c | 2 +-
> drivers/net/can/usb/ems_usb.c | 6 ++----
> drivers/net/can/usb/esd_usb2.c | 6 ++----
> drivers/net/can/usb/peak_usb/pcan_usb.c | 7 +++----
> drivers/net/can/usb/peak_usb/pcan_usb_pro.c | 4 ++--
> drivers/net/can/usb/usb_8dev.c | 6 ++----
> 13 files changed, 28 insertions(+), 39 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-can" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2015-07-14 16:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 7:22 pull-request: can 2015-07-13 Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 01/12] can: at91_can: don't touch skb after netif_receive_skb()/netif_rx() Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 02/12] can: flexcan: don't touch skb after netif_receive_skb() Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 03/12] can: bfin_can: don't touch skb after netif_rx() Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 04/12] can: grcan: " Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 05/12] can: slcan: don't touch skb after netif_rx_ni() Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 06/12] can: ti_heccn: don't touch skb after netif_rx() Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 07/12] can: cc770: " Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 08/12] can: sja1000: " Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 09/12] can: esd_usb2: " Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 10/12] can: ems_usb: " Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 11/12] can: usb_8dev: " Marc Kleine-Budde
2015-07-13 7:22 ` [PATCH 12/12] can: pcan_usb: " Marc Kleine-Budde
2015-07-14 16:41 ` Oliver Hartkopp [this message]
2015-07-14 20:10 ` pull-request: can 2015-07-13 Marc Kleine-Budde
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=55A53BAF.5070401@hartkopp.net \
--to=socketcan@hartkopp.net \
--cc=linux-can@vger.kernel.org \
--cc=mkl@pengutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.