OSDN Git Service

Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2019 21:14:50 +0000 (14:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2019 21:14:50 +0000 (14:14 -0700)
commit09ea26792a5712732845b9c6b799a30b7b33efd1
treef08d3b123b00eb6cb3783e2b56e094555e58ed63
parent3bc817d665ac6d9de89f59df522ad86f5b5dfc03
parentb7a14297f102b6e2ce6f16feffebbb9bde1e9b55
Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git./linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2019-07-24

this is a pull reqeust of 7 patches for net/master.

The first patch is by Rasmus Villemoes add a missing netif_carrier_off() to
register_candev() so that generic netdev trigger based LEDs are initially off.

Nikita Yushchenko's patch for the rcar_canfd driver fixes a possible IRQ storm
on high load.

The patch by Weitao Hou for the mcp251x driver add missing error checking to
the work queue allocation.

Both Wen Yang's and Joakim Zhang's patch for the flexcan driver fix a problem
with the stop-mode.

Stephane Grosjean contributes a patch for the peak_usb driver to fix a
potential double kfree_skb().

The last patch is by YueHaibing and fixes the error path in can-gw's
cgw_module_init() function.
====================

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